Re: maven-ant-tasks proxy issue

2016-06-16 Thread Cyril Scetbon
I already read this page. I tried the manual configuration which didn't work, and I can't use the auto version because I'm not using gconf. Also looking for a way that do not need any new file to be added if possible. > On Jun 16, 2016, at 11:54, Martin Gainty wrote: > > big difference between

RE: maven-ant-tasks proxy issue

2016-06-16 Thread Martin Gainty
big difference between Nix proxy and Windows proxy configurations follow this tutorial: https://ant.apache.org/manual/proxy.html > Subject: Re: maven-ant-tasks proxy issue > From: cyril.scet...@free.fr > Date: Thu, 16 Jun 2016 11:15:52 -0400 > To: user@ant.apache.org > > Anyone ? > > On Jun 15,

RE: [E] Re: maven-ant-tasks proxy issue

2016-06-16 Thread Urena, Jose M (JOSE)
If you have a project's "local" settings.xml You can add --settings to have maven-ant-tasks use that for options like mirror and proxy without using ANT_OPTS or JAVA_OPTS -Original

Re: maven-ant-tasks proxy issue

2016-06-16 Thread Cyril Scetbon
Anyone ? > On Jun 15, 2016, at 17:40, Cyril Scetbon wrote: > > 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/cass