Hi, if nothing else works you may still go via =
<target name="main"> <exec dir="..." executable="the/whole/path/to/java.exe"> <arg line="..." /> </exec> </target> Regards, Gilbert Ravi Roy wrote:
I want to refer the environment variable in created in Windows XP using <exec> Ant task, but it does not seem to refer that. My purpose is to run java.exe along with executing the application and referring ZIP/JARs by the application at execution time from the PATH variable.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]