You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by BugRat Mail System <to...@cortexity.com> on 2001/01/08 21:11:03 UTC

BugRat Report #715 has been filed.

Bug report #715 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/715>

REPORT #715 Details.

Project: Ant
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: critical
Confidence: public
Environment: 
   Release: 1.2
   JVM Release: jdk1.3
   Operating System: win 2000
   OS Release: pro
   Platform: windows

Synopsis: 
ant exec command fails with jdk1.3

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
c:\cbuy\ant\bin\build.xml:306: Execute failed: java.io.IOException: CreateProcess: antJar.pl error=2
java.io.IOException: Create Process: antJar.pl error=2
     at java.lang.Win32Process.create<native Mathod>
     at java.lang.Win32Process.<init><win32Process.java66>
     at java.lang.runtime.execInternal<nativeMethod>
     at java.lang.runtime.exec<Runtime.java:551>
     at java.lang.reflect.Mathod.invoke<Native Method>
     at org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec<Execute.java:390>
     at org.apache.tools.ant.taskdefs.Execute.execute<Execute.java:247>
     at org.apache.tools.ant.taskdefs.ExecTask.runExec<ExecTask.java:213>
     at org.apache.tools.ant.taskdefs.ExecTask.execute<ExecTask.java:154>
     at org.apache.tools.ant.Target.execute<Target.java:142>
     at org.apache.tools.ant.Project.runTarget<Project.java:818>
     at org.apache.tools.ant.Project.executeTarget<Project.java:532>
     at org.apache.tools.ant.Project.executeTargets<Project.java.506>
     at org.apache.tools.ant.main.runBuild<Main.java:420>
     at org.apache.tools.ant.Main.main<Main.java:149>
Total time:1 second