Stefano Mazzocchi wrote: > Alexander Veit wrote: >> Hello, >> >> After svn co, and mvn package I've tried to longwell /r >> path\to\rdf.import, but I get the following maven build error: >> >> ... >> [INFO] -------------------------------------------------------- >> [ERROR] BUILD ERROR >> [INFO] -------------------------------------------------------- >> [INFO] The plugin 'org.codehaus.mojo:jetty-maven-plugin' does not exist >> or no valid version could be found >> ... >> >> http://maven.apache.org/maven-1.x/plugins/jetty/ suggests that the >> plugin may be deprecated. >> >> However, since I'm quite new to maven, I don't know if this is a maven >> configuration problem or a bug in the Longwell build script. >> >> D:\longwell\trunk>mvn --version >> Maven version: 2.0.4 >> >> Any hints how to solve the problem are welcome. > > weird, works fine for me. What OS/java version are you running? have you > tried cleaning up your local maven repository (by simply removing it or > renaming it? it's in your home directory)
d:\>ver Microsoft Windows XP [Version 5.1.2600] d:\>java -version java version "1.6.0" Java(TM) SE Runtime Environment (build 1.6.0-b105) Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing) I've killed my local maven repository et voilĂ , the build error disappeared. Now I got a plethora of NoClassDefFoundErrors when Jetty started, and Jetty responded with a 404 status code to HTTP requests. However on my Linux router the same procedure works just fine: tin java # java -version java version "1.6.0" Java(TM) SE Runtime Environment (build 1.6.0-b105) Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing) tin java # mvn --version Maven version: 2.0.4 -- Regards, Alex _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
