RE: setting task attributes from properties

2007-03-28 Thread Rebhan, Gilbert
Hi, -Original Message- From: Vladimir Egorov [mailto:[EMAIL PROTECTED] Sent: Thursday, March 29, 2007 12:46 AM To: Ant Users List Subject: setting task attributes from properties /* Hi Ant Users, I would like to change the value of a task attribute on the fly, without editing Ant xml

RE: help in junit task

2007-03-28 Thread Vladimir Egorov
I have not tried it myself, but try to hack it using zipfileset instead of fileset inside . See if any of these work: (1) (2) --Vladimir > -Original Message- > From: Ramu S [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 27, 2007 5:17 AM > To: user@ant.apache.org >

setting task attributes from properties

2007-03-28 Thread Vladimir Egorov
Hi Ant Users, I would like to change the value of a task attribute on the fly, without editing Ant xml file, by setting a runtime system property like this: junit.showoutput=true --> get junit to show test output by default java.fork=true --> fork by default etc. While this can be implemen

RE: Problem with condition selection property; Help needed

2007-03-28 Thread Anderson, Rob (Global Trade)
Shailesh, When fail is executed, the build fails. What are you expecting to happen? -Rob Anderson > -Original Message- > From: Shailesh Sharma [mailto:[EMAIL PROTECTED] > Sent: Monday, March 26, 2007 7:01 PM > To: Ant Users List > Subject: Re: Problem with condition selection property;