Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 99728 invoked from network); 9 Jan 2001 16:36:17 -0000 Received: from msp-65-25-234-27.mn.rr.com (HELO localhost.localdomain) (65.25.234.27) by h31.sny.collab.net with SMTP; 9 Jan 2001 16:36:17 -0000 Received: from fatman (IDENT:nobody@localhost [127.0.0.1]) by localhost.localdomain (8.9.3/8.9.3) with SMTP id KAA16448 for ; Tue, 9 Jan 2001 10:31:57 -0600 Message-ID: <4746213.979057917362.JavaMail.nobody@fatman> Date: Tue, 9 Jan 2001 10:31:57 -0600 (CST) From: BugRat Mail System Reply-To: BugRat Mail System To: ant-bugs@cortexity.com Subject: BugRat Report #727 has been filed. Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="7915231.979057917335.JavaMail.nobody@fatman" X-Mailer: org.gjt.mail.EnhancedMimeMsg, Organization: The Giant Java Tree, X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N --7915231.979057917335.JavaMail.nobody@fatman Content-Type: text/plain Content-Transfer-Encoding: 7bit Bug report #727 has just been filed. You can view the report at the following URL: REPORT #727 Details. Project: Ant Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: non-critical Confidence: public Environment: Release: 1.2 JVM Release: 1.3 Operating System: Windows 2000 OS Release: SP1 Platform: Intel Synopsis: dir attribute on not working Description: I tested this task in response to the recent post by Eoin Whelan with the subject "RE: Dir attribute of the execute task." The dir attribute is ignored in the following exec task. The error I get is: D:\IT\Dev\Apps\TransView\build_test.xml:99: Execute failed: java.io.IOException: CreateProcess: Cartman error=2 java.io.IOException: CreateProcess: Cartman error=2 at java.lang.Win32Process.create(Native Method) at java.lang.Win32Process.(Win32Process.java:66) at java.lang.Runtime.execInternal(Native Method) at java.lang.Runtime.exec(Runtime.java:551) at java.lang.reflect.Method.invoke(Native Method) at org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.java:393) at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:249) at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:214) 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: 2 seconds --7915231.979057917335.JavaMail.nobody@fatman Content-Type: text/html; name=Report-727.html Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=Report-727.html Content-Description: DataSource attachment 'Report-727.html' BugRat Report # 727

BugRat Report # 727

Project: Ant Release: 1.2
Category: Bug Report SubCategory: New Bug Report
Class: swbug State: received
Priority: medium Severity: non-critical
Confidence: public

Submitter: Andrew Goodnough ( agoodno@yahoo.com )
Date Submitted: Jan 9 2001, 10:31:57 CST
Responsible: Z_Ant Alias ( ant-bugs@cortexity.com )

Synopsis:
dir attribute on not working
Environment: (jvm, os, osrel, platform)
1.3, Windows 2000, SP1, Intel

Additional Environment Description:

Report Description:
I tested this task in response to the recent post by Eoin Whelan with the subject "RE: Dir attribute of the execute task." The dir attribute is ignored in the following exec task. The error I get is: D:\IT\Dev\Apps\TransView\build_test.xml:99: Execute failed: java.io.IOException: CreateProcess: Cartman error=2 java.io.IOException: CreateProcess: Cartman error=2 at java.lang.Win32Process.create(Native Method) at java.lang.Win32Process.(Win32Process.java:66) at java.lang.Runtime.execInternal(Native Method) at java.lang.Runtime.exec(Runtime.java:551) at java.lang.reflect.Method.invoke(Native Method) at org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.java:393) at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:249) at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:214) 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: 2 seconds

Workaround:
null

View this report online...
--7915231.979057917335.JavaMail.nobody@fatman--