I am writing
ant scripts which configure certain batch files.
I am using websphere ant (the version of ant which comes with websphere)
1.5.2
Most of my ant scripts take parameters ( mostly classpath) from the
properties file (saad.properties)
How can edit the classpath in a batch file/text file from ant?
I read Path Convert tag do that. I dont know how to implement it?
please give an working exmaple.
Saad Ahsan