Thankyou for the reply.
Using the -X, it seems that maven is looking to ibiblio for the file:
Verifying dependencies for jetspeed2:jetspeed-api
Getting failed dependencies:
[EMAIL PROTECTED]
Attempting to download pluto-1.0-svn-169718.jar.
Getting URL:
http://www.ibiblio.org/maven/pluto/jars/pluto-1.0-svn-169718.jar
Received status code: 404
File not found on one of the repos
java.io.FileNotFoundException:
http://www.ibiblio.org/maven/pluto/jars/pluto-1.0-svn-169718.jar
at
org.apache.maven.util.HttpUtils.retrieveArtifact(HttpUtils.java:552)
...
Looking at the project.properties, this is listed after bluesunrise:
maven.repo.remote = http://www.bluesunrise.com/maven/,
http://www.ibiblio.org/maven/, http://dist.codehaus.org/,
http://cvs.apache.org/repository
Is it possible that maven has stored somewhere the ibiblio server as a
source for this file from my past attempts? If so, where is it stored?
I apologize for my lack of knowledgre WRT maven.
Steve B.
PS - I did not copy/past the whole maven -X output as I thought it was
too much. Let me know if the above info is insufficient.
David Pankros wrote:
When running allClean allBuild on my home linux box, I fail with the
following (The failure is during the allBuild portion).
That's odd. I checked everything out and built last night (and rebuilt
today) and everything worked fine. It's definitely in your local
environment, especially since you can build on a different machine.
An initial thought is that you may have changed your remote repositories
in one of the build.properties files. I'm guessing that file is hosted
at bluesunrise. If you don't have that repo listed in your overridden
version, you won't be able to find the file and you'll get that error.
If you can't find anything wrong with the build.properties file, try
running "maven -X allBuild" so we can see the actual error. (-X turns on
debugging) You'll also be able to see which repos maven is asking for
the file.
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]