Re: [VOTE] Release Ivy 2.0.0-beta1

2007-12-06 Thread Stefan Bodewig
On Wed, 05 Dec 2007, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > Xavier, please add your PGP key to the KEYS file in Ant's svn. The > KEYS file in www.apache.org/dist/ant is a checked out version of it > and we avoid maintaining two files that way. When I went in to update this, I realized I poi

Re: [VOTE] Release Ivy 2.0.0-beta1

2007-12-06 Thread Stefan Bodewig
On Wed, 5 Dec 2007, Gilles Scokart <[EMAIL PROTECTED]> wrote: > By the way, did someone already run RAT against it? I haven't, but plan to do so on the second bundle. I need to re-install RAT and was hoping for it to migrate to the ASF quicker than it does. Stefan -

Re: This list is going to be closed down

2007-12-06 Thread Nicolas Lalevée
Le jeudi 6 décembre 2007, Stefan Bodewig a écrit : > Dear subscriber, > > in the future Ivy's development will be discussed on the > dev@ant.apache.org mailing list (in fact, it already is). > > This list is going to be closed down, so if you are interested in > following or contributing to the fut

RE: [VOTE] Release Ivy 2.0.0-beta1

2007-12-06 Thread Xavier Hanin
> -Original Message- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 06, 2007 6:43 AM > To: dev@ant.apache.org > Subject: Re: [VOTE] Release Ivy 2.0.0-beta1 > > On Wed, 05 Dec 2007, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > > > Xavier, please add your PGP key t

Re: [VOTE] Release Ivy 2.0.0-beta1

2007-12-06 Thread Stefan Bodewig
Xavier Hanin <[EMAIL PROTECTED]> writes: >> -Original Message- >> From: Stefan Bodewig [mailto:[EMAIL PROTECTED] >> >> When I went in to update this, I realized I pointed you at the wrong >> KEYS file. The one in the dist area is a checked out copy of >> https://svn.apache.org/repos/asf/a

Re: [VOTE] Release Ivy 2.0.0-beta1 (second attempt)

2007-12-06 Thread Stefan Bodewig
"Xavier Hanin" <[EMAIL PROTECTED]> writes: > I have built a new release candidate for Ivy 2.0.0-beta1 > > You can download it from this URL: > http://people.apache.org/~xavier/ivy/staging/2.0.0-beta1/ > +1 I certainly didn't do anythi

Re: [VOTE] Release Ivy 2.0.0-beta1 (second attempt)

2007-12-06 Thread Maarten Coene
+1 Maarten - Original Message From: Xavier Hanin <[EMAIL PROTECTED]> To: Ant Developers List Sent: Thursday, December 6, 2007 7:34:11 AM Subject: [VOTE] Release Ivy 2.0.0-beta1 (second attempt) I have built a new release candidate for Ivy 2.0.0-beta1 You can download it from this URL

LatestConflictManagerTest fails

2007-12-06 Thread Maarten Coene
Hi, The LatestConflictManagerTest fails on my fresh copy of svn trunk. However, it doesn't fail on gump. Anyone an idea? I get the following exception when running in Eclipse (all tests fail with similar error, except the first one) java.lang.IllegalArgumentException: invalid micro ivy format:

RE: LatestConflictManagerTest fails

2007-12-06 Thread Xavier Hanin
It's strange. Try to go in debug mode and see what happens with the third matcher in TestHelper#parseMicroIvyDescriptor. Oh, and since we are using a constant for the pattern, are you sure you cleaned your build before running (you say you have a fresh copy, so I don't see how it cold be an issu

Re: LatestConflictManagerTest fails

2007-12-06 Thread Maarten Coene
I run my tests with JDK 1.4, maybe the regular expression handling is different? I'll try to debug, but for the moment, I'm trying to understand this new syntax (or maybe it's just too late in the evening for this) Maarten - Original Message From: Xavier Hanin <[EMAIL PROTECTED]> To: An

RE: LatestConflictManagerTest fails

2007-12-06 Thread Xavier Hanin
I guess what is difficult to understand is not the syntax, but the regular expressions to match the syntax. In the method we test against three patterns: - module revision id format pattern (with no capturing groups to get only the whole mrid matching, useful especially for other pattern): matche

Re: LatestConflictManagerTest fails

2007-12-06 Thread Maarten Coene
I've found it. The Pattern.toString() method doesn't return the String pattern on JDK 1.4. Maybe this is different on JDK 1.5+? Maarten - Original Message From: Maarten Coene <[EMAIL PROTECTED]> To: Ant Developers List Sent: Thursday, December 6, 2007 11:37:23 PM Subject: Re: LatestCon

RE: LatestConflictManagerTest fails

2007-12-06 Thread Xavier Hanin
Ok... yes on jdk 5 and 6 it's different, it works :-). But the problem is only for tests, so we know we have one test failing with jdk 1.4 for 2.0 beta 1, doesn't sound like a showstopper issue for me. Xavier > -Original Message- > From: Maarten Coene [mailto:[EMAIL PROTECTED] > Sent: T

Re: LatestConflictManagerTest fails

2007-12-06 Thread Maarten Coene
No this shouldn't block the beta release indeed! Maarten - Original Message From: Xavier Hanin <[EMAIL PROTECTED]> To: Ant Developers List Sent: Thursday, December 6, 2007 11:49:30 PM Subject: RE: LatestConflictManagerTest fails Ok... yes on jdk 5 and 6 it's different, it works :-). B

Re: [VOTE] Release Ivy 2.0.0-beta1 (second attempt)

2007-12-06 Thread Xavier Hanin
On Dec 6, 2007 7:34 AM, Xavier Hanin <[EMAIL PROTECTED]> wrote: > I have built a new release candidate for Ivy 2.0.0-beta1 > > You can download it from this URL: > http://people.apache.org/~xavier/ivy/staging/2.0.0-beta1/ > > > +1 Xavi

prepare Ivy 2.0.0 beta 1 announcement

2007-12-06 Thread Xavier Hanin
I guess we should have the 2.0.0 beta 1 pretty soon, I'd like to discuss the announcement so that everything is ready if the current build get approved by the vote. Here is my proposition: -8< Dec XX 2007 - The Apache Ivy project is please to announce its 2.0

Re: prepare Ivy 2.0.0 beta 1 announcement

2007-12-06 Thread Xavier Hanin
Forgot to talk about tutorials review. Would add a line like this: - all tutorials have been reviewed to be in sync with 2.0 changes Xavier On Dec 7, 2007 2:07 AM, Xavier Hanin <[EMAIL PROTECTED]> wrote: > I guess we should have the 2.0.0 beta 1 pretty soon, I'd like to discuss > the announcemen

Re: prepare Ivy 2.0.0 beta 1 announcement

2007-12-06 Thread Stefan Bodewig
"Xavier Hanin" <[EMAIL PROTECTED]> writes: > Download the 2.0.0 alpha 2 release files at: > http://ant.apache.org/ivy/download.html This page doesn't support our mirror infrastructure. You should replace the link with a CGI script (really only a one-liner) and modify the HTML page to work as a t

AW: prepare Ivy 2.0.0 beta 1 announcement

2007-12-06 Thread Jan.Materne
Just minor changes... > I guess we should have the 2.0.0 beta 1 pretty soon, I'd like to discuss the > announcement so that everything is ready if the current build get approved > by the vote. Here is my proposition: > -8< > Dec XX 2007 - The Apache Ivy pro