On Tue, 19 Nov 2002, David McTavish <[EMAIL PROTECTED]> wrote: > java. io.IOException: CreateProcess: > ..\..\sw-tools\nsis\makensis.exe /V1 golden error=2
Apart from what Dominique said: When running on JDK 1.3+, Ant will by default use the JDK's built-in method of invoking an executable in a different working directory - this one is known to have problems with executables that are given with a relative path. Does setting <exec>'s vmlauncher attribute to false fix the problem? Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>