Re: setting task attributes from properties

2007-03-29 Thread Dominique Devienne
On 3/29/07, Steve Loughran <[EMAIL PROTECTED]> wrote: Vladimir Egorov wrote: > 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: > [...] > Do Ant Users feel this would be useful to have in core Ant? Has

Re: setting task attributes from properties

2007-03-29 Thread Steve Loughran
Vladimir Egorov wrote: 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. W

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

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