RE: Ant and Conditional Expressions1

2001-05-04 Thread Shaikh, Mehmood
Can you post the source code of your tasks to this list? I guess, its about time that there be a place to get work like yours be posted on a website. -Original Message- From: Tim Vernum [mailto:[EMAIL PROTECTED]] Sent: May 4, 2001 12:25 AM To: 'ANT-user' Subject: RE: Ant and C

Re: Ant and Conditional Expressions1

2001-05-03 Thread Diane Holt
--- Adam Flegman <[EMAIL PROTECTED]> wrote: > Thanks for the idea. Its a pity that something simple like and if > expression isnt part of the standard ant control flow. An if-expression is -- just not a test-for-equality. It will likely become available with Ant2, though. > The source code migh

Re: Ant and Conditional Expressions1

2001-05-03 Thread Robert Leftwich
At 11:39 AM 04-05-01 +0800, Adam Flegman wrote: >Hello All, > >I am very new to the world of XML and in particular have just discovered Ant > >I am was wondering if there was an easy way to create conditional >expressions within the ant xml build files to help control execution of the >build proce

Re: Ant and Conditional Expressions1

2001-05-03 Thread Adam Flegman
Hi Tim, Thanks for the idea. Its a pity that something simple like and if expression isnt part of the standard ant control flow. It may break down the OO desing of the product a bit, but there is a payback in the usability. The source code might come in handy if it is easy enough to find. Is

RE: Ant and Conditional Expressions1

2001-05-03 Thread Tim Vernum
> I notice that targets can have an 'if' argument, but > unfortunately this is > only concerned with the existence of a parameter whereas I am also > interested in the value of a parameter Some time ago I send an task to ant-dev, that would allow you to set a property if two values were equal.

Ant and Conditional Expressions1

2001-05-03 Thread Adam Flegman
Hello All, I am very new to the world of XML and in particular have just discovered Ant I am was wondering if there was an easy way to create conditional expressions within the ant xml build files to help control execution of the build process. (eg to execute a target depending on the value for