d get the same problem.
If this is the case, you should report the problem
to ibm.
As regards ant1.7.0 and the default setting of java.net.useSystemProxies,
the ant dev team are having discussions on whether to
set it or not. It seems to only work correctly on windows.
Peter
On 12/8/06, Jonah Be
;;;);
URLConnection connection = source.openConnection();
connection.connect();
}
public static void main(String[] args) {
try {
new Test().run();
} catch (Throwable t) {
t.printStackTrace();
}
}
}
setProperty("java.net.useSystemProxies", "true");
(in org.apache.tools.ant.util.ProxySetup called from Main)
using -noproxy causes this not to be called.
So it looks like there is some issue the ibm jdk1.5 on aix
when java.net.useSystemProxies is set to true.
Peter
On
The blank line in the build.xml is:
get src="http://www.beanshell.org/bsh-2.0b4.jar";
with a less-than symbol in front and without punctuation at the end.
- Original Message ----
From: Jonah Beckford <[EMAIL PROTECTED]>
To: user@ant.apache.org
Sent: Friday, December
Using both the 1.7.0RC1 candidate, and the latest from subversion (Dec 8
11:44AM PST), I cannot run the simple build.xml outlined at the bottom without
using "-noproxy".
The underlying problem seems pretty simple; the "Get" task relies on a Sun
package that is not available/reliable on non-Sun