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
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
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
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