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 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
> 
> 
> 
> 
> noname - 1K Download 
>

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

Reply via email to