Some jars may not be downloaded sometimes from the maven repo. Ones that I have come across is pluto, myfaces, commons-validator, itgroundwork, jdbc-se, and someothers too. You could manually download this from the values corresponding to maven.repo.remote which is (maven.repo.remote = http://www.bluesunrise.com/maven/, http://www.ibiblio.org/maven/) I usually download them from http://www.bluesunrise.com/maven and copy it to your local maven/repository directory. This would get your build to succeed.
HTH, Hema On Mon, 28 Mar 2005 15:55:44 -0500, Steve B. <[EMAIL PROTECTED]> wrote: > I am trying to start a project with Jetspeed2. I am having trouble > "getting out of the gate." > > Fedora Core 2 > java 1.4.2 > Jetspeed CVS (today) > using included HSQL > > First of all, to get latest source, should I be using cvs or svn? I > could not find anywhere on the site where one should go - things seem to > be in transition between svn and cvs? > > Anyway, all I could get was the cvs as part of Jakarta (ie cvs checkout > jakarta-jetspeed-2). > > I am following the Getting Started steps. I have setup the > build.properties, etc. > > It seems that maven cannot download anything. I keep getting for example: > > WARNING: Failed to download pluto-1.0.1-rc1.jar. > > I get this message for every jar maven tries to download. Eventually, > build fails with : > > +---------------------------------------- > | Build and Install all Jetspeed 2 jars Apache Portals JSF Bridge > | Memory: 49M/76M > +---------------------------------------- > Attempting to download myfaces-jsf-api-1.0.9.jar. > WARNING: Failed to download myfaces-jsf-api-1.0.9.jar. > > BUILD FAILED > File...... /root/jakarta-jetspeed-2/maven.xml > Element... maven:reactor > Line...... 133 > Column.... 40 > The build cannot continue because of the following unsatisfied dependency: > > myfaces-jsf-api-1.0.9.jar > > Any ideas how to troubleshoot this? Or are things just in flux right now > pending a M2 release? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Hema Menon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]