http://nagoya.apache.org/bugzilla/show_bug.cgi?id=413
*** shadow/413 Sun May 20 17:20:13 2001 --- shadow/413.tmp.6492 Sat Jul 7 16:18:31 2001 *************** *** 1,19 **** ! Bug#: 413 ! Product: Ant ! Version: 1.2 ! Platform: All ! OS/Version: Windows NT/2K ! Status: NEW ! Resolution: ! Severity: Normal ! Priority: High ! Component: Core tasks ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: ant exec command fails with jdk1.3 BugRat Report#715 ! After installing jdk1.3, the build in ANT fails when trying to run an exec command. A java error is produced even when the execute command has no relation to a java command. here is the output: BUILD FAILED --- 1,19 ---- ! +============================================================================+ ! | ant exec command fails with jdk1.3 BugRat Report#715 | ! +----------------------------------------------------------------------------+ ! | Bug #: 413 Product: Ant | ! | Status: RESOLVED Version: 1.2 | ! | Resolution: FIXED Platform: All | ! | Severity: Normal OS/Version: Windows NT/2K | ! | Priority: High Component: Core tasks | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! | CC list: Cc: | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | After installing jdk1.3, the build in ANT fails when trying to run an exec command. A java error is produced even when the execute command has no relation to a java command. here is the output: BUILD FAILED *************** *** 51,53 **** --- 51,58 ---- In some cases, the non JDK 1.3 command launcher works better on NT since it effectively runs the command using cmd. Should we consider not making the 1.3 launcher the default for NT. + + ------- Additional Comments From [EMAIL PROTECTED] 2001-07-07 16:18 ------- + Added vmlauncher attribute to exec. If vmlauncher is set to false, the OS is + used to launch the executable. On Windows this will mean that perl scripts can + be executed without having to specify the perl executable.
