You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2005/01/21 07:43:19 UTC

DO NOT REPLY [Bug 33192] New: - java task doesn't pass debug options properly.

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: 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