RE: Accessing Properties from Sub-Projects

2007-10-03 Thread Rebhan, Gilbert
-Original Message- From: Christoph Krammer [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 02, 2007 8:55 PM To: user@ant.apache.org Subject: Accessing Properties from Sub-Projects */ If the test fails, the ${test.failure} property is set within the project in the jsfTest.xml file. Bu

Re: Accessing Properties from Sub-Projects

2007-10-03 Thread Steve Loughran
Christoph Krammer wrote: Hello everybody, I use Ant together with a Test framework for Web applications (Canoo WebTest). The main structure of the Ant files is the following: main build.xml: Ex