RE: check property

2005-04-28 Thread Mikael Petterson \(KI/EAB\)
Thanks Stefan, It worked just fine! //Mikael -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: den 28 april 2005 10:53 To: user@ant.apache.org Subject: Re: check property On Thu, 28 Apr 2005, Mikael Petterson <[EMAIL PROTECTED]> wrote: > In my ant bu

RE: check property

2005-04-28 Thread Rebhan, Gilbert
Hi, with antcontrib you have = ... ... you may also write ... possible to use more than one , f.e. = ...

Re: check property

2005-04-28 Thread Stefan Bodewig
On Thu, 28 Apr 2005, Mikael Petterson <[EMAIL PROTECTED]> wrote: > In my ant build.xml I have a property called: > > > > This can be changed when I run my build.xml ( from -Dxml.file) when > starting ant. > > How can I check the value of 'xsl.file' and depending on the value > give another pop