Re: Setting the path for dlls using ant build script
Posted By:
Anonymous
Posted On:
Monday, August 2, 2004 03:52 AM
You cant set the PATH variable in a persistent manner. For some tasks (e.g. ) you can provide another path value. Of course you can generate a batch file ()which will set the path variable but you have to call it from outside Ant. This is because Ant starts a new process and all you set there is available only to that process.