Feature: Billd Scenario: Given a file named "build.xml" with: """ """ When I run `billd build.xml` Then the stdout should contain: """ successful-project: Success! building-from-success-project: Building! building-from-failure-project: Building! failed-project: Failure! """ And the exit status should be 0