Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 4168 invoked from network); 21 Jan 2005 06:43:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Jan 2005 06:43:27 -0000 Received: (qmail 28826 invoked by uid 500); 21 Jan 2005 06:43:24 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 28769 invoked by uid 500); 21 Jan 2005 06:43:24 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 28756 invoked by uid 99); 21 Jan 2005 06:43:24 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 20 Jan 2005 22:43:23 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j0L6hK43001096 for ; Fri, 21 Jan 2005 07:43:20 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id j0L6hJnE001094; Fri, 21 Jan 2005 07:43:19 +0100 Date: Fri, 21 Jan 2005 07:43:19 +0100 Message-Id: <200501210643.j0L6hJnE001094@ajax.apache.org> From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 33192] New: - java task doesn't pass debug options properly. X-Bugzilla-Reason: AssignedTo X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=33192 Summary: java task doesn't pass debug options properly. Product: Ant Version: 1.6.2 Platform: PC OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: Core tasks AssignedTo: dev@ant.apache.org ReportedBy: surfer97301@yahoo.com First is the ant verbose output then follows the dos command output. run-server: [echo] hello "-Xdebug -Xrunjdwp:transport=dt_socket,suspend=n,server=y,address=20501" [java] Executing 'F:\program files\j2sdk14204\jre\bin\java.exe' with arguments: [java] '"-Xdebug -Xrunjdwp:transport=dt_socket,suspend=n,server=y,address=20501"' [java] '-jar' [java] 'C:\projects\scjd\release-temp\runme.jar' [java] 'server' [java] [java] The ' characters around the executable and arguments are [java] not part of the command. [java] Unrecognized debug option: -Xdebug -Xrunjdwp:transport=dt_socket,suspend=n,server=y,addr ess=20501 [java] Could not create the Java virtual machine. [java] Java Result: 1 [antcall] Exiting C:\projects\scjd\build\build.xml. BUILD SUCCESSFUL Total time: 0 seconds DOS Command Output C:\projects\scjd\build>"F:\program files\j2sdk14204\jre\bin\java.exe" -Xdebug -Xrunjdwp:transport=dt _socket,suspend=n,server=y,address=20501 -jar C:\projects\scjd\release-temp\runme.jar server Attempting to save fields setting (port, 1099) setting (database.location, db-1x1.db) Start Server -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org