On 27/03/2008, ant elder <[EMAIL PROTECTED]> wrote: > > > On Thu, Mar 27, 2008 at 5:08 PM, sebb <[EMAIL PROTECTED]> wrote: > > <snip> > > > > > > [INFO] > ------------------------------------------------------------------------ > > [ERROR] BUILD ERROR > > [INFO] > ------------------------------------------------------------------------ > > [INFO] Failed to resolve artifact. > > > > Missing: > > ---------- > > 1) org.mortbay.jetty:jetty-util:jar:2.4.1 > > > > Try downloading the file manually from the project website. > > > > Then, install it using the command: > > mvn install:install-file -DgroupId=org.mortbay.jetty > > -DartifactId=jetty-util -Dversion=2.4.1 -Dpackaging=jar > > -Dfile=/path/to/f > > ile > > > > Alternatively, if you host your own repository you can deploy the file > there: > > mvn deploy:deploy-file -DgroupId=org.mortbay.jetty > > -DartifactId=jetty-util -Dversion=2.4.1 -Dpackaging=jar > > -Dfile=/path/to/fil > > e -Durl=[url] -DrepositoryId=[id] > > > > Path to dependency: > > 1) > org.apache.maven.plugins:maven-site-plugin:maven-plugin:2.0-beta-6 > > 2) org.mortbay.jetty:jetty:jar:6.1.5 > > 3) org.mortbay.jetty:jetty-util:jar:2.4.1 > > > > 2) org.mortbay.jetty:servlet-api-2.5:jar:2.4.1 > > > > Try downloading the file manually from the project website. > > > > Then, install it using the command: > > mvn install:install-file -DgroupId=org.mortbay.jetty > > -DartifactId=servlet-api-2.5 -Dversion=2.4.1 -Dpackaging=jar > > -Dfile=/path > > /to/file > > > > Alternatively, if you host your own repository you can deploy the file > there: > > mvn deploy:deploy-file -DgroupId=org.mortbay.jetty > > -DartifactId=servlet-api-2.5 -Dversion=2.4.1 -Dpackaging=jar > > -Dfile=/path/t > > o/file -Durl=[url] -DrepositoryId=[id] > > > > Path to dependency: > > 1) > org.apache.maven.plugins:maven-site-plugin:maven-plugin:2.0-beta-6 > > 2) org.mortbay.jetty:jetty:jar:6.1.5 > > 3) org.mortbay.jetty:servlet-api-2.5:jar:2.4.1 > > > > ---------- > > 2 required artifacts are missing. > > > > for artifact: > > > org.apache.maven.plugins:maven-site-plugin:maven-plugin:2.0-beta-6 > > > > from the specified remote repositories: > > central (http://repo1.maven.org/maven2), > > apache.incubator > (http://people.apache.org/repo/m2-incubating-repository), > > apache.snapshots > (http://people.apache.org/repo/m2-snapshot-repository), > > codehaus-snapshot > (http://snapshots.repository.codehaus.org), > > indiana > (http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/) > > > > > > [INFO] > ------------------------------------------------------------------------ > > [INFO] For more information, run Maven with the -e switch > > [INFO] > ------------------------------------------------------------------------ > > [INFO] Total time: 28 seconds > > [INFO] Finished at: Thu Mar 27 13:53:57 GMT 2008 > > [INFO] Final Memory: 14M/25M > > [INFO] > ------------------------------------------------------------------------ > > > > ======================== > > > > > > This is a blocker. > > > > > > I've tried deleting these jetty resources from my local repository and this > works ok for me and successfully downloads them and the build completes ok, > with both Java 1.4 and 1.5, could the errors you've seen be one of those > transient maven network type problems? Could you try again? Could anyone > else confirm if it works or not for them?
They are not transient problems; I've tried the 1.4 build 4 times. What's odd is that Java 1.4 fails and Java 1.5 builds OK. This suggests some kind of discrepancy in the build definition. > ...ant > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
