On Tue, 17 Jun 2008, <[EMAIL PROTECTED]> wrote: > So... If I'm not wrong, you should update you build.xml by adding > setproxy and set the value of the task attributes with the value of > properties given as parameters...
<setproxy> does a little bit more than just setting the system properties you set via ANT_OPTS, it also registers a java.net.Authenticator - the later seems to be what your proxy required for Java to work. Stefan
