Ok,

Thanks Brett.

I didn't found when you committed this change.

Why need we to produce a RC4 ?

Don't you think that the RC3 is more or less stable ??

Arnaud

> -----Message d'origine-----
> De : Brett Porter [mailto:[EMAIL PROTECTED] 
> Envoyé : lundi 28 juin 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 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 the build-bootstrap ant file.
> > 
> >     The get commands used to retrieve commons-logging and 
> http-client 
> > jars use ${maven.get.jars.baseUrl} as source.
> > 
> >     I replaced these lines
> > 
> >     <get ignoreerrors="true" usetimestamp="true" 
> > dest="${maven.repo.local}/${cl-jar}" 
> src="${maven.get.jars.baseUrl}" />
> >     <get ignoreerrors="true" usetimestamp="true" 
> > dest="${maven.repo.local}/${ch-jar}" 
> src="${maven.get.jars.baseUrl}" 
> > />
> > 
> >     with
> > 
> >     <get ignoreerrors="true" usetimestamp="true" 
> > dest="${maven.repo.local}/${cl-jar}"
> > src="${maven.get.jars.baseUrl}/${cl-jar}" />
> >     <get ignoreerrors="true" usetimestamp="true" 
> > dest="${maven.repo.local}/${ch-jar}"
> > src="${maven.get.jars.baseUrl}/${ch-jar}" />
> > 
> >     And it works.
> > 
> >     I attach the diff if a maven-core committer can apply it.
> > 
> >     Thanks
> > 
> > Arnaud
> > 
> > 
> > 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to