I am not able to find this jar in codehaus. There is a jetty-6.1.0pre3.jar but this gives compilation errors when building.
Any other suggestions. Regards Krish On 12/6/06, David Jencks <[EMAIL PROTECTED]> wrote:
it's supposed to be at the codehaus snapshot repo, and I have found it there in the past. might be a temporary glitch david jencks On Dec 6, 2006, at 1:10 AM, Krishnakumar B wrote: > Hi, > > I am trying to build jetty6 assembly but it fails in modules-jetty6. > > [ERROR] BUILD ERROR > [INFO] > ---------------------------------------------------------------------- > -- > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) org.mortbay.jetty:jetty:jar:6.1-SNAPSHOT > > 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 \ > -Dversion=6.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file > > Path to dependency: > 1) org.apache.geronimo.modules:geronimo-jetty6:jar:2.0-SNAPSHOT > 2) org.mortbay.jetty:jetty:jar:6.1-SNAPSHOT > > I am not able to find jetty jar for 6.1-SNAPSHOT in the repos. > > Regards > Krish
