[jira] Commented: (MNG-728) Consider using java.net.useSystemProxies

2005-10-12 Thread Dave Sag (JIRA)
[ http://jira.codehaus.org/browse/MNG-728?page=comments#action_48409 ] Dave Sag commented on MNG-728: -- another reason i love me mac :-) > Consider using java.net.useSystemProxies > > > Key: MNG-728 > UR

[jira] Commented: (MNG-728) Consider using java.net.useSystemProxies

2005-10-11 Thread Steve Loughran (JIRA)
[ http://jira.codehaus.org/browse/MNG-728?page=comments#action_48313 ] Steve Loughran commented on MNG-728: 1. MacOS Java is special; this property is meant to do the right thing for Windows and Linux 2. Ant1.7 will have it turned on, unless you say -no

[jira] Commented: (MNG-728) Consider using java.net.useSystemProxies

2005-10-10 Thread Dave Sag (JIRA)
[ http://jira.codehaus.org/browse/MNG-728?page=comments#action_48190 ] Dave Sag commented on MNG-728: -- I'm not sure what's happening but both when at home (no proxies) and at work (nazi proxy from hell) m2 works okay and seems to get the required resources wit

[jira] Commented: (MNG-728) Consider using java.net.useSystemProxies

2005-08-12 Thread Kohsuke Kawaguchi (JIRA)
[ http://jira.codehaus.org/browse/MNG-728?page=comments#action_44391 ] Kohsuke Kawaguchi commented on MNG-728: --- You are correct that it only works on URLConnections. I think what you are saying is that it's not ubiquitous; it's certainly a standard in

[jira] Commented: (MNG-728) Consider using java.net.useSystemProxies

2005-08-12 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-728?page=comments#action_44388 ] John Casey commented on MNG-728: this will only work with URLConnection's, right...or rather, the java.net.* connection classes. For example, what about commons-httpclient? or jsch? or...