Re: maven-ant-tasks proxy issue

2016-06-16 Thread Cyril Scetbon
gt; > 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 >&

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 > > Anyo

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

2016-06-16 Thread Urena, Jose M (JOSE)
-Original Message- From: Cyril Scetbon [mailto:cyril.scet...@free.fr] Sent: Wednesday, June 15, 2016 5:41 PM To: Ant Users List Subject: [E] Re: maven-ant-tasks proxy issue They are defined at https://github.com/apache/cassandra/blob/cassandra-2.1.14/build.properties.default When I do

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

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

Re: Maven Ant Plugin question

2014-03-27 Thread hwpstorage
Thanks for the help. I manually change the maven-build.xml file usetimestamp="false" to usetimestamp="true" but running ant still goes to every Maven repository to download the jar. e.g. [get] Getting: http://192.168.1.124:8081/nexus/content/groups/public//javassist/javassist/3.12.1.GA/java

Re: maven 2 dependency management from within ant

2007-01-09 Thread Xavier Hanin
On 1/9/07, Steve Loughran <[EMAIL PROTECTED]> wrote: EJ Ciramella wrote: > Has anyone tried this (or is using it)? > > I pinged the m2 mailing list, but there hasn't been any response yet > (more than 48 hours so far). > > Is the actual classpath used for compiling unavailable to ant as a > On

Re: maven 2 dependency management from within ant

2007-01-09 Thread Steve Loughran
EJ Ciramella wrote: Has anyone tried this (or is using it)? I pinged the m2 mailing list, but there hasn't been any response yet (more than 48 hours so far). Is the actual classpath used for compiling unavailable to ant as a One of the m2 tasks creates paths from a pom once its been re

Re: Maven vs. Ant?

2006-06-19 Thread Dominique Devienne
rom: Steve Loughran [mailto:[EMAIL PROTECTED] > Sent: Friday, 16 June 2006 7:17 PM > To: Ant Users List > Subject: Re: Maven vs. Ant? > > Stephen McConnell (DPML) wrote: > > > > > >> -Original Message- > >> From: Antoine Levy-Lambert [mailto:[EMAIL P

RE: Maven vs. Ant?

2006-06-19 Thread Stephen McConnell \(DPML\)
> -Original Message- > From: Steve Loughran [mailto:[EMAIL PROTECTED] > Sent: Friday, 16 June 2006 7:17 PM > To: Ant Users List > Subject: Re: Maven vs. Ant? > > Stephen McConnell (DPML) wrote: > > > > > >> -Original Message- >

Re: RE: Re: Maven vs. Ant?

2006-06-16 Thread Antoine Levy-Lambert
Original-Nachricht Datum: Fri, 16 Jun 2006 15:10:21 +0930 Von: "Stephen McConnell (DPML)" <[EMAIL PROTECTED]> An: \'Ant Users List\' Betreff: RE: Re: Maven vs. Ant? > > > > -Original Message- > > From: Antoine Levy-Lambert [mailto:[

Re: Maven vs. Ant?

2006-06-16 Thread Steve Loughran
Stephen McConnell (DPML) wrote: -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] And what about dpml ? I guess first off is the statement that the DPML content is not aimed at or equivalent to Maven. Generally speaking the DPML products are focussed on run

RE: Re: Maven vs. Ant?

2006-06-15 Thread Stephen McConnell \(DPML\)
> -Original Message- > From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] > And what about dpml ? I guess first off is the statement that the DPML content is not aimed at or equivalent to Maven. Generally speaking the DPML products are focussed on runtime requirements with the sing

Re: Re: Maven vs. Ant?

2006-06-14 Thread Dominique Devienne
Can you expand a bit on the fact that you could not get Maven to work for you. Remember this was a long time ago, before Maven v1 was fully mature. I had trouble making it work on a simple project, and didn't get much help from the mailing list. So I quickly gave up for the short term, while ke

Re: Re: Maven vs. Ant?

2006-06-13 Thread Antoine Levy-Lambert
Hello Dominique, your posting is interesting. Original-Nachricht Datum: Tue, 13 Jun 2006 09:25:09 -0500 Von: Dominique Devienne <[EMAIL PROTECTED]> An: Ant Users List , [EMAIL PROTECTED] Betreff: Re: Maven vs. Ant? > This > whole thing was home grown before I

Re: Maven vs. Ant?

2006-06-13 Thread Dominique Devienne
Sorry, if I am being overly naive... Not naive. You simply having been involved in a large enough project, or collection of projects that depend on each other. Or in distributed teams in different cities. You want each team to work on independent sub-project. Some dependencies are fixed, like ex

Re: Maven vs. Ant?

2006-06-13 Thread Steve Loughran
EJ Ciramella wrote: A private repository being an "internal remote" repository on a machine that gets backed up nightly. Where's the harm in that? None at all; we actually keep part of our 'private' repo in SVN, so everyone who checks out the stuff gets that bit of the repository too. Rem

Re: Re: Maven vs. Ant?

2006-06-13 Thread Joe Schmetzer
ncies and a repository. > > Has anyone compared maven and ivy ? And what about dpml ? > > Regards, > > Antoine > > Original-Nachricht > Datum: Mon, 12 Jun 2006 17:39:01 +0100 > Von: Steve Loughran <[EMAIL PROTECTED]> > An: Ant Users List >

Re: Maven vs. Ant?

2006-06-13 Thread Scot P. Floess
Honestly, I still don't understand this desire to have some lib repository I see used in maven (or the concept I mean). It has always been my experience everywhere I work, to have a copy of the libraries needed someplace nearby. And, as such, that was always considered the "official gold copy

RE: Maven vs. Ant?

2006-06-13 Thread EJ Ciramella
Any project that considers longevity or offline rebuilding must think about how to archive all their dependencies. What if the repositories go away? What if a lawsuit forces some jar to be pulled. You may also need a private repository to store stuff that isnt in open source, or just not in the

RE: Re: Maven vs. Ant?

2006-06-13 Thread EJ Ciramella
ECTED] Sent: Monday, June 12, 2006 3:29 PM To: Ant Users List Subject: Re: Re: Maven vs. Ant? Hi, I am interested by this thread, as the project I am working for might need a tool able to manage inter-project dependencies and a repository. Has anyone compared maven and ivy ? And what about dpml ? Re

RE: Maven vs. Ant?

2006-06-13 Thread Sommers, Elizabeth
-thought out parts of maven, but cannot afford to use the poorly tested code in our builds. Liz Sommers [EMAIL PROTECTED] -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 13, 2006 6:32 AM To: Ant Users List Subject: Re: Maven vs. Ant? Antoine Levy-Lambert

Re: Maven vs. Ant?

2006-06-13 Thread Steve Loughran
Antoine Levy-Lambert wrote: Hi, I am interested by this thread, as the project I am working for might need a tool able to manage inter-project dependencies and a repository. Has anyone compared maven and ivy ? And what about dpml ? Regards, Antoine Antoine, the forthcoming second edition

Re: Re: Maven vs. Ant?

2006-06-12 Thread Antoine Levy-Lambert
+0100 Von: Steve Loughran <[EMAIL PROTECTED]> An: Ant Users List Betreff: Re: Maven vs. Ant? > EJ Ciramella wrote: > > Maven (2) works REALLY well with transitive dependencies (something ant > > doesn't). > > Agreed. Ivy and the maven2 tasks do this, though not s

Re: Maven vs. Ant?

2006-06-12 Thread Steve Loughran
EJ Ciramella wrote: Maven (2) works REALLY well with transitive dependencies (something ant doesn't). Agreed. Ivy and the maven2 tasks do this, though not so tightly integrated. So much is available right out of the box (keeping build files simple and easily maintained. Why would you want

RE: Maven vs. Ant?

2006-06-12 Thread EJ Ciramella
l of time tinkering and waiting for replies on the mailing list if you opt to go this route. -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 8:09 AM To: Ant Users List Subject: Re: Maven vs. Ant? Jeff: I don't know a whole lot about ma

RE: [SPAM] - Re: Maven vs. Ant? - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-06-12 Thread Jeff A. Drost
nt versus Maven isn't like comparing VI versus Emacs... -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 8:09 AM To: Ant Users List Subject: [SPAM] - Re: Maven vs. Ant? - Email has different SMTP TO: and MIME TO: fields in the email addre

Re: Maven vs. Ant?

2006-06-12 Thread Scot P. Floess
Jeff: I don't know a whole lot about maven other than what people have told me. I've heard that whole argument regarding standard environment (directories, etc). However, to me that seems like a pointless argument... I am working on a build environment for my open source project...to allow

Re: Maven dependencies Fileset causes NPE

2006-05-18 Thread jmaxwell
This a bug in the Maven task. I opened a bug and submitted a patch: http://jira.codehaus.org/browse/MNG-2304 jmaxwell wrote: > > Using the maven ant tasks I receive a null pointer if I set a fileset ref > and then set a property with that ref. However if a set a path ref I do > not get a NPE.

Re: Maven style project description delegating to Ant.

2005-02-14 Thread Yves Martin
"Donald Strong" <[EMAIL PROTECTED]> writes: > Hi all, > > Has anyone done any work on or know of a project that uses a build > configuration similar to Maven but then delegates to Ant targets? > > Perhaps thats what Maven does now, it has been a while since I looked at > it. Last time we tried

Re: maven

2004-12-15 Thread Yves Martin
[EMAIL PROTECTED] writes: > nice to hear of your efforts. Yes. It was nice for me to see your design decisions too. It will be too long to answer you now - but I'm sure when my work will be published you may have a look inside it and see if it suits your needs and what can be improved. Regar

Re: maven

2004-12-15 Thread jfuller
> I simplified the model to consider a static module dependency (compile > and > runtime are identical for that first implementation - I really think it > is far > enough). A module simply declares it needs a third-party jar (log4j, > velocity...) or another module. this approach can also tak

Re: maven

2004-12-15 Thread Yves Martin
[EMAIL PROTECTED] writes: > neat.I find that managing and compositing data is potentially the hardest > problem after defining/managing component dependencies...how are u managing > dependencies? do u manage any aspect of data? any versioning of data being > performed? does it scale to enterpr

Re: maven

2004-12-15 Thread jfuller
> > Eventually we dropped Maven in favor of Magic. > > I found it ! (not so easy) > >http://www.dpml.net/central/products/magic/index.html thx! > What is the project license ? ditto > It is really really interesting. It looks like the build system I'm currently > implementing. Diff

Re: maven

2004-12-15 Thread Yves Martin
"Stephen McConnell" <[EMAIL PROTECTED]> writes: >> Has anybody used Maven to build large project infrastructure. > > I was using Maven for an infrastructure involving about 120 projects. > Eventually we dropped Maven in favor of Magic. I found it ! (not so easy) http://www.dpml.net/central

RE: maven

2004-12-15 Thread jfuller
"Stephen McConnell" <[EMAIL PROTECTED]> wrote .. > > > > -Original Message- > > From: Radha Sangal [mailto:[EMAIL PROTECTED] > > Sent: 14 December 2004 18:20 > > To: Ant Users List > > Subject: maven > > > > Hi, > > > > > > > > Has anybody used Maven to build large project infrastruct

RE: maven

2004-12-14 Thread Stephen McConnell
> -Original Message- > From: Radha Sangal [mailto:[EMAIL PROTECTED] > Sent: 14 December 2004 18:20 > To: Ant Users List > Subject: maven > > Hi, > > > > Has anybody used Maven to build large project infrastructure. I was using Maven for an infrastructure involving about 120 projects.