The error you're getting probably means the JAR is not in modules/assembly/target/geronimo.../respository/... -- which means maybe one of the plans still depends on it but the assembly build is no longer copying it in there? If an update doesn't fix it, then we probably need to re-examine the plans and see what might be declaring a dependency on it.
Aaron On 10/13/05, Slavic Chernyak <[EMAIL PROTECTED]> wrote: > Hi, > > I'm having problems building geronimo from scratch. > Im getting the following error: > > BUILD FAILED > File...... C:\Documents and > Settings\steve\.maven\cache\maven-multiproject-pl > ugin-1.4.1\plugin.jelly > Element... maven:reactor > Line...... 218 > Column.... -1 > Unable to obtain goal [default] -- > C:\Development\Projects\geronimo\modules\asse > mbly\maven.xml:356:-1: <bootstrap:bootstrap> > org.apache.geronimo.kernel.reposito > ry.MissingDependencyException: uri bouncycastle/jars/bcprov-jdk14-124.jar > not fo > und in repository > Total time : 5 minutes 14 seconds > Finished at : Thursday, October 13, 2005 12:30:27 PM EDT > > I've placed the bcprov-jdk14-124.jar manually into my local repository, but > it still fails. > Tried with maven-1.0.2 and maven-1.1-beta-2, both fail in the same manner. > > There was a similar question posted to the users list on Sept 28 by Michele > La Porta subject: "build geronimo-292135 from source", but it went > unanswered > > Any help would be appreciated. > > Thanks >
