Re: [VOTE-RESULTS] use nexus for maven upload of ant release

2010-05-24 Thread Antoine Levy-Lambert
Hello Matt, Matt Benson wrote: > FWIW, however, I have found Brian Fox to be quite knowledgeable on > Maven matters (not unexpectedly). If he says it works, it probably > does. I am a bit paranoid, I just checked that it really works, and yes, I can add a dependency to org.apache.ant, ant, 1.8.0

Re: [VOTE-RESULTS] use nexus for maven upload of ant release

2010-05-24 Thread Matt Benson
FWIW, however, I have found Brian Fox to be quite knowledgeable on Maven matters (not unexpectedly). If he says it works, it probably does. I am pretty sure that in Ivy's case if the metadata were not found it would fall back to simply mining the expected locations for the artifacts based on the

Re: [VOTE-RESULTS] use nexus for maven upload of ant release

2010-05-24 Thread Matt Benson
--hence my declaration of being less than sure. You are correct. I have no idea then! :) -Matt On 5/24/10, Antoine Levy-Lambert wrote: > Hello Matt, > > > Original-Nachricht >> Datum: Mon, 24 May 2010 15:58:06 -0500 >> Von: Matt Benson >> An: Ant Developers List >> Betreff

Re: [VOTE-RESULTS] use nexus for maven upload of ant release

2010-05-24 Thread Antoine Levy-Lambert
Hello Matt, Original-Nachricht > Datum: Mon, 24 May 2010 15:58:06 -0500 > Von: Matt Benson > An: Ant Developers List > Betreff: Re: [VOTE-RESULTS] use nexus for maven upload of ant release > Antoine: I'm not sure about this, but it may be that the > maven-metadata shows that

Re: [VOTE-RESULTS] use nexus for maven upload of ant release

2010-05-24 Thread Matt Benson
Antoine: I'm not sure about this, but it may be that the maven-metadata shows that 1.8.1 is the only version managed through the Apache Nexus install, but when 1.8.1 propagates out to maven central, the earlier versions as well as 1.8.1 will be represented in that metadata. -Matt On 5/24/10, Ant

Re: [DISCUSS] Ant source tree reorganization (Was Re: [DISCUSS] Ant source tree reorganization)

2010-05-24 Thread Jesse Glick
On 05/24/2010 08:18 AM, Gilles Scokart wrote: Maybe an intermediary solution would be to have 2 source directories. One for all core classes and tasks, and a second one regrouping all optional tasks. I don't see any advantage to that - you no longer have a single source tree, yet you still ne

Re: [VOTE-RESULTS] use nexus for maven upload of ant release

2010-05-24 Thread Antoine Levy-Lambert
Hi, I have succeeded to upload ant 1.8.1 using nexus. [1] Thanks Maarten for your help. There is an issue though that the maven-metadata.xml files such as [2] now are mentioning only the 1.8.1 version of ant. Brian Fox says that this does not affect the usability of these versions (1.7.0, 1.7.

[DISCUSS] Ant source tree reorganization (Was Re: [DISCUSS] Ant source tree reorganization)

2010-05-24 Thread Gilles Scokart
Jesse didn't closed the vote yet, but there is quiet a lot of 50/50 on the first question. Maybe an intermediary solution would be to have 2 source directories. One for all core classes and tasks, and a second one regrouping all optional tasks. Gilles Scokart On 24 May 2010 12:08, Kevin Jacks

Re: [VOTE] Ant source tree reorganization

2010-05-24 Thread Kevin Jackson
Hi, On Tue, May 18, 2010 at 9:11 AM, Jesse Glick wrote: > Should the Ant source tree (src/main/ and perhaps also src/tests/) be split > into subtrees? > > [ ] No, leave it the way it is - one big tree, using to > conditionally compile pieces and route classes to various JARs. > > [ ] Yes, split