DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33192>. 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]