Gordon Tyler wrote:
> I am having a problem with Ant using JDK 1.4 on Windows XP. Specifically,
> when executing a build which contains the following line:
>
> <property environment="env"/>
>
> A Windows error dialog pops up:
>
> 16-bit MSDOS Subsystem
>
> C:\winnt\system32\ntvdm.exe
>
> Error while setting up environment for the application.
>
> And then Ant dies with a NullPointerException on the build.xml line for the
> env property tag.
>
> The problem does not occur when running Ant using JDK 1.3.1.
>
Try the 1.5 Beta :-)
Conor
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
|