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]