its an issue with ivy and the packaging types, ivy is missing the mapping of orbit->jar
someone opened an issue on this that had a bit more information, not sure how it gets resolved in ivy but its not really a jetty issue https://jira.codehaus.org/browse/JETTY-1493 if you do resolve it pls toss the solution into that jira cheers, jesse -- jesse mcconnell [email protected] On Sat, Mar 10, 2012 at 07:29, Filipe Sousa <[email protected]> wrote: > I'm using ivy to resolve dependencies and I'm having this problem. > This is the first time I have this kind of problems with jetty. > > ivy.xml > <dependencies> > <dependency org="org.eclipse.jetty" name="jetty-server" > rev="7.6.2.v20120308" conf="default"/> > </dependencies> > > $ ant resolve > Buildfile: /home/fsousa/workspace/test-jetty/build.xml > > resolve: > [ivy:retrieve] impossible to define new type: class not found: > org.apache.ivy.plugins.signer.bouncycastle.OpenPGPSignatureGenerator > in [] nor Ivy classloader > [ivy:retrieve] :: Ivy ${target.ivy.version}-local-20110706092058 - > 20110706092058 :: http://ant.apache.org/ivy/ :: > [ivy:retrieve] :: loading settings :: url = > jar:file:/usr/share/java/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml > [ivy:retrieve] :: resolving dependencies :: > ipb.pt#test-jetty;working@nostradamus > [ivy:retrieve] confs: [default] > [ivy:retrieve] found org.eclipse.jetty#jetty-server;7.6.2.v20120308 in public > [ivy:retrieve] found > org.eclipse.jetty.orbit#javax.servlet;2.5.0.v201103041518 in public > [ivy:retrieve] found > org.eclipse.jetty#jetty-continuation;7.6.2.v20120308 in public > [ivy:retrieve] found org.eclipse.jetty#jetty-http;7.6.2.v20120308 in public > [ivy:retrieve] found org.eclipse.jetty#jetty-io;7.6.2.v20120308 in public > [ivy:retrieve] found org.eclipse.jetty#jetty-util;7.6.2.v20120308 in public > [ivy:retrieve] :: resolution report :: resolve 285ms :: artifacts dl 223ms > --------------------------------------------------------------------- > | | modules || artifacts | > | conf | number| search|dwnlded|evicted|| number|dwnlded| > --------------------------------------------------------------------- > | default | 6 | 0 | 0 | 0 || 6 | 0 | > --------------------------------------------------------------------- > [ivy:retrieve] > [ivy:retrieve] :: problems summary :: > [ivy:retrieve] :::: WARNINGS > [ivy:retrieve] [FAILED ] > org.eclipse.jetty.orbit#javax.servlet;2.5.0.v201103041518!javax.servlet.orbit: > (0ms) > [ivy:retrieve] ==== shared: tried > [ivy:retrieve] > /home/fsousa/.ivy2/shared/org.eclipse.jetty.orbit/javax.servlet/2.5.0.v201103041518/orbits/javax.servlet.orbit > [ivy:retrieve] ==== public: tried > [ivy:retrieve] > http://repo1.maven.org/maven2/org/eclipse/jetty/orbit/javax.servlet/2.5.0.v201103041518/javax.servlet-2.5.0.v201103041518.orbit > [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: > [ivy:retrieve] :: FAILED DOWNLOADS :: > [ivy:retrieve] :: ^ see resolution messages for details ^ :: > [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: > [ivy:retrieve] :: > org.eclipse.jetty.orbit#javax.servlet;2.5.0.v201103041518!javax.servlet.orbit > [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: > [ivy:retrieve] > [ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS > > BUILD FAILED > /home/fsousa/workspace/test-jetty/build.xml:5: impossible to resolve > dependencies: > resolve failed - see output for details > > Total time: 1 second > > I have no experience with maven, so I can't tell if this is a bug in > jetty or ivy. > -- > Filipe Sousa > _______________________________________________ > jetty-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/jetty-users _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
