AW: Accessing Properties from Sub-Projects

2007-10-10 Thread Knuplesch , Jürgen
- Von: Steve Loughran [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 3. Oktober 2007 10:27 An: Ant Users List Betreff: Re: Accessing Properties from Sub-Projects Christoph Krammer wrote: > Hello everybody, > > I use Ant together with a Test framework for Web applications (Canoo > W

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

Accessing Properties from Sub-Projects

2007-10-03 Thread Christoph Krammer
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: Excerpt from the webtest.xml: ...

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

Accessing Properties from Sub-Projects

2007-10-02 Thread Christoph Krammer
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: Excerpt from the webtest.xml: ...