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