RunJettyRun version 1.0.1 released

3 02 2008

There were a couple of bug reports that were solved for this second release of RunJettyRun. Unfortunately, I messed up the first release, and you can’t just update the plugin. If you want to install this, you’ll have to manually deinstall the 1.0.0 version and install 1.0.1. Next time, automatic updates should be working ok.

See http://code.google.com/p/run-jetty-run/ for instructions and the change log.


Actions

Information

4 responses

13 02 2008
krist

hi, i just tried to run jetty with your plugin but i keep getting this exception:

Exception in thread "main" java.lang.NoSuchMethodError: org.mortbay.jetty.Server.addConnector(Lorg/mortbay/jetty/Connector;)V
at runjettyrun.Bootstrap.main(Bootstrap.java:63)

run jetty run points to a directory with a WEB-INF directory that has a simple web.xml (running latest eclipse 3.3.1.1)

any ideas?

13 02 2008
Eelco Hillenius

I don’t know. Haven’t seen it myself. Could you file an issue at the site? Cheers.

27 06 2008
mshillinger

Had the same issue. In the launcher config classpath, I moved the jetty libs above my project and this solved the problem. I had an older version of jetty in my classpath (for running unit tests).

31 03 2009
mlavannis

Moving the jetty libs above my project in the launcher config classpath resolved my problem too (thanks mshillinger!)

Leave a comment