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.

Thanks,
Gordon

Sitraka -- the Java advantage
http://www.sitraka.com/


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to