DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13899>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13899 environment variable not set in build xml OK in Win2K, blows up build in XP Summary: environment variable not set in build xml OK in Win2K, blows up build in XP Product: Ant Version: 1.4.1 Platform: PC OS/Version: Other Status: NEW Severity: Minor Priority: Other Component: Build Process AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] See page 62 of Ant: The Definitive Guide (O'Reilly). Our build is modeled the same way, looking for an environment variable: <property environment="env"/> <property home="xalan.home" value="${env.XALAN_HOME}"/> . . . <target name="checkXalanHome" unless="env.XALAN_HOME"> . . . I am running the build from a Windows XP desktop shortcut configured with cmd.exe when it blows up (BUILD FAILED). When it blows up, a dialog appears with the following message" C:\WINDOWS\system32\ntvdm.exe Error while setting up environment for the application. Choose 'Close' to terminate the application." If I configure with command.com, then the build ends successfully. This build has so far run successfully from a cmd.exe shortcut on a Windows 2000 machine. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>