Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Ant Jetty plugin how-to not working for me

Using this:
http://docs.codehaus.org/display/JETTY/Ant+Jetty+Plugin

build.xml
https://gist.github.com/702794

ant command output:
https://gist.github.com/702793

I've followed all the instructions in the document above (making allowances for version differences), but can't get the example working.  As you can see, I have the jetty-util jar in the classpath, but at taskdef time, Ant cannot find a class file (which I've confirmed is definitely in jetty-util.

Can anyone help?

Thanks!
~Chris

Back to the top