yes, i made sure that everything works when none of these properties are defined
thanks, dims --- Steve Loughran <[EMAIL PROTECTED]> wrote: > Davanum Srinivas wrote: > > Here's's my ant.sh. > > > > java -Dhttp.nonProxyHosts=localhost|138.42.188.12 -Dhttp.proxyHost=caproxy.ca.com > > -Dhttp.proxyPort=80 -Dhttp.proxyUser=XXXXX -Dhttp.proxyPassword=XXXXX -classpath > > $CLASSPATH > > org.apache.tools.ant.Main $* > > on, one of those second tier companies that dont have even a single > class A ip address family :) > > I had the stuff in the build files to do proxy passthrough in a lot of > places, using <setproxy>, but didnt commit it as changes to buildTest > were hitting the memory limit. I think from-CVS ant builds fix the leak, > but these arent shipping in any form yet. Also <setproxy> only handles > password protected proxies in the 1.6 codebase. By setting the proxies > on the command line (and not ant properties in build.properties) you are > bypassing setproxy. We do need to make sure that everything works when > you dont have any of these properties defined, though. > > -steve > ===== Davanum Srinivas - http://webservices.apache.org/~dims/ __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com
