Re: AW: check property file exists and which properties are missing in Ant 1.8?

2010-02-11 Thread Dimitris Mouchritsas
Dimitris Mouchritsas wrote: jan.mate...@rzf.fin-nrw.de wrote: I'm giving Ant 1.8.0 a try on a new project. I'd like to ask if there have been any changes for loading property files (break the build if they're not found) should not. But using the specified property file doesnt have to exist

Re: AW: check property file exists and which properties are missing in Ant 1.8?

2010-02-11 Thread Dimitris Mouchritsas
jan.mate...@rzf.fin-nrw.de wrote: I'm giving Ant 1.8.0 a try on a new project. I'd like to ask if there have been any changes for loading property files (break the build if they're not found) should not. But using the specified property file doesnt have to exist - since a long time... and

AW: check property file exists and which properties are missing in Ant 1.8?

2010-02-11 Thread Jan.Materne
>I'm giving Ant 1.8.0 a try on a new project. I'd like to ask if there >have been any changes for loading property files (break the build if >they're not found) should not. But using the specified property file doesnt have to exist - since a long time... > and if ant can report on the propert

check property file exists and which properties are missing in Ant 1.8?

2010-02-11 Thread Dimitris Mouchritsas
Hi all, I'm giving Ant 1.8.0 a try on a new project. I'd like to ask if there have been any changes for loading property files (break the build if they're not found) and if ant can report on the properties missing. Are there any related ant-contrib tasks? Regards Dimitris

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
10:39 AM To: user@ant.apache.org Subject: check property Hi, 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 poperty (

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

check property

2005-04-28 Thread Mikael Petterson \(KI/EAB\)
Hi, 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 poperty ('pkg') a value like: if xsl.file = interface.xsl --> pkg = /se/comp