Re: Store pom dependency Managment in extra data

2008-02-13 Thread Gilles Scokart
I think that storing some extra free values is nice, but I'm not convinced that using real properties is a good thing. It add some complexity to the parsing of the ivy files (where can you use property, can use it inside proerty declaration for instance). If I look at maven pom, it is one of the

Re: [VOTE] add Nicolas Lalevée as committer

2008-02-13 Thread Kevin Jackson
Hi, sorry this is a little late: +1 from me, I still need to check out Ivy properly :( hopefully this year I'll have the time. Oh and happy Tet (happy lunar new year - year of the rat). (chuc mung nam moi, mau ty) Kev - To unsub

Re: [VOTE] add Nicolas Lalevée as committer

2008-02-13 Thread Martijn Kruithof
+1 Martijn - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE] add Nicolas Lalevée as committer

2008-02-13 Thread Bruce Atherton
+1 Xavier Hanin wrote: So I think he would make a good addition to our developer team, hence this is a vote to make him a new committer. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [VOTE] add Nicolas Lalevée as committer

2008-02-13 Thread Peter Reilly
On Feb 13, 2008 3:06 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote: > On Feb 13, 2008 3:35 AM, Xavier Hanin <[EMAIL PROTECTED]> wrote: > > Even though only votes cast by PMC members are binding [12], all votes are > > welcome and important to us. > > +1. --DD +1 Peter > > >

Re: [VOTE] add Nicolas Lalevée as committer

2008-02-13 Thread Dominique Devienne
On Feb 13, 2008 3:35 AM, Xavier Hanin <[EMAIL PROTECTED]> wrote: > Even though only votes cast by PMC members are binding [12], all votes are > welcome and important to us. +1. --DD - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [VOTE] add Nicolas Lalevée as committer

2008-02-13 Thread Stefan Bodewig
On Wed, 13 Feb 2008, Xavier Hanin <[EMAIL PROTECTED]> wrote: > Even though only votes cast by PMC members are binding [12], all > votes are welcome and important to us. +1 Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [VOTE] add Nicolas Lalev�e as committer

2008-02-13 Thread Matt Benson
No more Eclipse freezes! ;) Especially important if we're to adopt Ivy at work in the future. +1 -Matt --- Xavier Hanin <[EMAIL PROTECTED]> wrote: > Hi All, > > Nicolas Lalevée has contributed a lot of patches to > Ivy and IvyDE [1 to 10], > and has been actively involved in several > discu

Re: [VOTE] add Nicolas Lalevée as committer

2008-02-13 Thread Maarten Coene
+1 Maarten - Original Message From: Xavier Hanin <[EMAIL PROTECTED]> To: Ant Developers List Sent: Wednesday, February 13, 2008 10:35:49 AM Subject: [VOTE] add Nicolas Lalevée as committer Hi All, Nicolas Lalevée has contributed a lot of patches to Ivy and IvyDE [1 to 10], and has bee

Re: [VOTE] add Nicolas Lalevée as committer

2008-02-13 Thread Martin Gainty
Accordez moi Martin- - Original Message - From: "Gilles Scokart" <[EMAIL PROTECTED]> To: "'Ant Developers List'" Sent: Wednesday, February 13, 2008 4:48 AM Subject: RE: [VOTE] add Nicolas Lalevée as committer +1, Gilles > -Original Message- > From: Xavier Hanin [mailto:[EMA

Re: [VOTE] add Nicolas Lalevée as committer

2008-02-13 Thread Adrian Sandor
Hi, if this helps towards an IvyDE release, you have my non-binding +1 :) Adrian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: [VOTE] add Nicolas Lalevée as committer

2008-02-13 Thread Jan.Materne
> Nicolas Lalevée has contributed a lot of patches to Ivy and > IvyDE [1 to 10], > and has been actively involved in several discussions, > especially about > IvyDE. He is always fair when giving his opinion, and often > try to help > other users. > > IvyDE is a subproject of Ivy considered as

RE: [VOTE] add Nicolas Lalevée as committer

2008-02-13 Thread Gilles Scokart
+1, Gilles > -Original Message- > From: Xavier Hanin [mailto:[EMAIL PROTECTED] > Sent: mercredi 13 février 2008 10:36 > To: Ant Developers List > Subject: [VOTE] add Nicolas Lalevée as committer > > Hi All, > > Nicolas Lalevée has contributed a lot of patches to Ivy and IvyDE [1 to 1

Re: [VOTE] add Nicolas Lalevée as committer

2008-02-13 Thread Steve Loughran
Xavier Hanin wrote: Hi All, Nicolas Lalevée has contributed a lot of patches to Ivy and IvyDE [1 to 10], and has been actively involved in several discussions, especially about IvyDE. He is always fair when giving his opinion, and often try to help other users. IvyDE is a subproject of Ivy con

[VOTE] add Nicolas Lalevée as committer

2008-02-13 Thread Xavier Hanin
Hi All, Nicolas Lalevée has contributed a lot of patches to Ivy and IvyDE [1 to 10], and has been actively involved in several discussions, especially about IvyDE. He is always fair when giving his opinion, and often try to help other users. IvyDE is a subproject of Ivy considered as highly impo

Re: Store pom dependency Managment in extra data

2008-02-13 Thread Xavier Hanin
On Feb 13, 2008 9:10 AM, Gilles Scokart <[EMAIL PROTECTED]> wrote: > In the rewrite of the pom parser, I would like to store the maven > dependency > managment (and maybe also the properties) into the extra data of the > moduleRevisionId. > > That way, the corresponding ivy module descriptor would

Re: [DISCUSS] release Ivy 2.0.0-beta2?

2008-02-13 Thread Xavier Hanin
On Feb 13, 2008 9:03 AM, Gilles Scokart <[EMAIL PROTECTED]> wrote: > It's true that we have quiet a lot of issues already solved, and the > previous release was 2 months ago. So it's indeed a good time for a new > release. > > But I'm currently busy on IVY-637 [1] and rewritting the pom parser us

Store pom dependency Managment in extra data

2008-02-13 Thread Gilles Scokart
In the rewrite of the pom parser, I would like to store the maven dependency managment (and maybe also the properties) into the extra data of the moduleRevisionId. That way, the corresponding ivy module descriptor would contains all the info coming from the pom. I think it might be usefull when i

Re: [DISCUSS] release Ivy 2.0.0-beta2?

2008-02-13 Thread Gilles Scokart
It's true that we have quiet a lot of issues already solved, and the previous release was 2 months ago. So it's indeed a good time for a new release. But I'm currently busy on IVY-637 [1] and rewritting the pom parser using dom instead of using the current sax parser. I would like to see that inc