Re: maven-ant-tasks proxy issue

2016-06-15 Thread Cyril Scetbon
They are defined at https://github.com/apache/cassandra/blob/cassandra-2.1.14/build.properties.default When I don't need to use a proxy it works fine. >> >> I have an issue with this code >> https://github.com/apache/cassandra/blob/cassandra-2.1.14/build.xml#L567-L590 >> I've tried to use http_

RE: maven-ant-tasks proxy issue

2016-06-15 Thread Martin Gainty
> From: cyril.scet...@free.fr > Subject: maven-ant-tasks proxy issue > Date: Wed, 15 Jun 2016 16:11:26 -0400 > To: user@ant.apache.org > > Hi guys, > > I have an issue with this code > https://github.com/apache/cassandra/blob/cassandra-2.1.14/build.xml#L567-L590 > I've tried to use http_proxy

maven-ant-tasks proxy issue

2016-06-15 Thread Cyril Scetbon
Hi guys, I have an issue with this code https://github.com/apache/cassandra/blob/cassandra-2.1.14/build.xml#L567-L590 I've tried to use http_proxy, ANT_OPTS, ANT_ARGS and JAVA_TOOL_OPTIONS without being able to force ant to use my proxy to access the web. Any idea ? I'd like a way that to do no