DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23609>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23609

[PATCH] Small debuggability fixes for ProcessDestroyer

           Summary: [PATCH] Small debuggability fixes for ProcessDestroyer
           Product: Ant
           Version: 1.6Beta
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


In relation to bug #17216.

If you are running on JDK 1.2 and Runtime.{add,remove}ShutdownHook is not
available, then nothing should be done or printed by this class - fine.

On JDK 1.3 and above, these methods are guaranteed by the Java platform and so
if any exceptions are thrown when getting the Method objects or invoking them,
something is wrong - so the exception should be printed, not swallowed.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to