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