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=40395>.
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=40395

           Summary: Problems with Diagnostics on 1.4.* VMs
           Product: Ant
           Version: 1.7.0Beta1
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: dev@ant.apache.org
        ReportedBy: [EMAIL PROTECTED]


Some initial testing of the Ant 1.7.0 beta within Eclipse has found that the 
printing of the Java1.5+ proxy settings is causing problems.

The code is actually throwing a NoClassDefFoundError attempting to toString 
the org.apache.tools.ant.util.java15.ProxyDiagnostics class. 
This causes problems with the Eclipse Ant integration.

It appears to work from the cmd line as the proxy dump is done last and the 
exception message is output from the Ant Main class:
java.lang.NoClassDefFoundError: java/net/ProxySelector

Simply adding a catch block for NoClassDefFoundError in 
Diagnostics.doReportProxy should fix the problems.

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

Reply via email to