AW: ant 1.6.2 conditional issue

2006-05-11 Thread Jan.Materne
itional targets Jan [1] http://svn.apache.org/repos/asf/ant/core/trunk/build.xml >-Ursprüngliche Nachricht- >Von: Scot P. Floess [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 12. Mai 2006 03:04 >An: Ant Users List >Betreff: Re: ant 1.6.2 conditional issue > &g

Re: ant 1.6.2 conditional issue

2006-05-11 Thread Scot P. Floess
Which version of ant are you using? Looks like the documentation for states ant 1.5 or later...If you are using a 1.4 version, maybe move up to ant 1.6.5 - its awesome :) The problem (its not really a problem) in using conditions is that it may force you to use something like a: condition

ant 1.6.2 conditional issue

2006-05-11 Thread Jignesh Shah
Hi, I am using ant 1.6.2 and my ant build need to do seperate things based on the jvm the developer is using to build the project. I thought of doing: but somehow it says my ant version does not support this... is there anyway to convert it to & , I could not find the exact syntax a