Hi Jeffrey,
I forgott to say that was my first attemp. But I just realized that I made
another mistake. So it works now.
But now I can't access the values in the properties file.
-- deploy.bat
ant -Dproperties.file=properties.win
-- properties.win
tomcat.dir=D:\prog\jakarta-tomcat-5.5.4
-- build.xml
<property file="${properties.file}" />
<target name="init">
<echo>tomcat.dir:${tomcat.dir}</echo>
</target>
-- output
[echo] tomcat.dir:${tomcat.dir}
Thanks again
Lothar
______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]