Re: Maven 1.0 branch

2005-09-09 Thread Brett Porter
Henning P. Schmiedehausen wrote: >What would be needed to cut an RC? I've seen that you've cut bundles >for an 1.1-rc. Is there a specific script / maven goal to collect all >the plugins for a release and cut these bundles? > > maven maven:build-plugin-profile (rewrites plugin-profile.xml with l

Re: Maven 1.0 branch

2005-09-09 Thread Henning P. Schmiedehausen
Brett Porter <[EMAIL PROTECTED]> writes: >The main blocker I'd see to this is the SCM plugin not being backwards >compatible with 1.4 (which needs to be fixed anyway). What would be needed to cut an RC? I've seen that you've cut bundles for an 1.1-rc. Is there a specific script / maven goal to co

Re: Maven 1.0 branch

2005-09-08 Thread Brett Porter
Vincent Massol wrote: >The problem is that several new versions of plugins rely on Maven 1.1's core >so I don't think it would work. We don't really have a mechanism set up to >ensure m1 plugins continue to work with all versions. > > erm, you sure? What were you thinking of specifically? To my

RE: Maven 1.0 branch

2005-09-08 Thread Arnaud HERITIER
We could upgrade only some plugins but it may be easier to do it if we have a continous integration to test them with m1.0/m1.1 and jdk 1.3/1.4/1.5. The problem is that there aren't tests for all of them :-( Arnaud > > > > It all depends on when 1.1 is expected to become final. And how > > l

RE: Maven 1.0 branch

2005-09-08 Thread Vincent Massol
> -Original Message- > From: Martijn Dashorst [mailto:[EMAIL PROTECTED] > Sent: jeudi 8 septembre 2005 10:29 > To: Maven Developers List > Subject: Re: Maven 1.0 branch > > It all depends on when 1.1 is expected to become final. And how long/much > effort i

Re: Maven 1.0 branch

2005-09-08 Thread Martijn Dashorst
ite slow on minor > revisions it would not be picked up before 1.1 was out anyway. > > I'm interested to hear what others think. > > - Brett > > Henning P. Schmiedehausen wrote: > > >Hi, > > > >due to some questions related to plugin changes on an

Re: Maven 1.0 branch

2005-09-08 Thread Brett Porter
ed to hear what others think. - Brett Henning P. Schmiedehausen wrote: >Hi, > >due to some questions related to plugin changes on another mailing >list, I wondered what changes have been done to the maven-1.0 branch >(http://svn.apache.org/repos/asf/maven/maven-1/core/branches/MAV

Maven 1.0 branch

2005-09-08 Thread Henning P. Schmiedehausen
Hi, due to some questions related to plugin changes on another mailing list, I wondered what changes have been done to the maven-1.0 branch (http://svn.apache.org/repos/asf/maven/maven-1/core/branches/MAVEN-1_0-BRANCH) post the maven-1.0.2 release (http://svn.apache.org/repos/asf/maven/maven-1

RE : RE : [Maven 1.0 branch] Problem with the bootstrap

2004-06-28 Thread Heritier Arnaud
> > > I didn't found when you committed this change. > > dIon beat me to it - I only just got home. Sorry, I talked about the first time when you committed the bug. ;-) I try to follow the CVS mails ;-) > > > Why need we to produce a RC4 ? > > Because the artifact and httputils code changed

Re: RE : [Maven 1.0 branch] Problem with the bootstrap

2004-06-28 Thread Brett Porter
> I didn't found when you committed this change. dIon beat me to it - I only just got home. > Why need we to produce a RC4 ? Because the artifact and httputils code changed significantly - there's a risk of problems. There are also still bugs in javadoc, and multiproject. Cheers, Brett ---

RE : [Maven 1.0 branch] Problem with the bootstrap

2004-06-28 Thread Heritier Arnaud
n 2004 01:08 > À : Maven Developers List > Objet : Re: [Maven 1.0 branch] Problem with the bootstrap > > > That was awful dumb of me :) > > I'll fix this up tonight when I cut the release for RC4. > > Cheers, > Brett > > Quoting Arnaud HERITIER <[EMAIL PROTECTE

Re: [Maven 1.0 branch] Problem with the bootstrap

2004-06-27 Thread Dion Gillard
Done. Thanks. On Sun, 27 Jun 2004 23:40:55 +0200, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > > Hello guys, > > I'm coming back after two weeks of inactivity and I can't build maven with > the bootstrap. > The problem comes from the build-bootstrap ant file. > > The ge

Re: [Maven 1.0 branch] Problem with the bootstrap

2004-06-27 Thread Brett Porter
That was awful dumb of me :) I'll fix this up tonight when I cut the release for RC4. Cheers, Brett Quoting Arnaud HERITIER <[EMAIL PROTECTED]>: > Hello guys, > > I'm coming back after two weeks of inactivity and I can't build maven with > the bootstrap. > The problem comes from th

[Maven 1.0 branch] Problem with the bootstrap

2004-06-27 Thread Arnaud HERITIER
Hello guys, I'm coming back after two weeks of inactivity and I can't build maven with the bootstrap. The problem comes from the build-bootstrap ant file. The get commands used to retrieve commons-logging and http-client jars use ${maven.get.jars.baseUrl} as source.