Hi,

In my ant build.xml I have a property called:

<property name="xsl.file" value="interface.xsl"/>

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/company/app/interface
if xsl.file = enumeration.xsl --> pkg= /se/company/app/interface

All hints are very much appreciated.

Cheers,

//Mikael

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to