Hi, I've still got a question about the Jetty plugin: with a default Gradle install, the jettyRun task fails with a ClassNotFoundException. If I copy jetty-annotations-6.1.14.jar into $GRADLE_HOME\lib, jettyRun runs as expected. Am I the only one experiencing this? I couldn't find anything in JIRA that seemed related.
Thanks, Levi On Fri, Dec 19, 2008 at 10:34 AM, Hans Dockter <[email protected]> wrote: > > On Dec 17, 2008, at 5:50 PM, szczepiq wrote: > > Hi, >> >> I've been doing some hacks with gradle jetty plugin. I needed some >> time to figure out how to turn on jsp support and class scanning for >> triggering jetty restart. I put this stuff on the wiki: >> http://docs.codehaus.org/display/GRADLE/Gradle+Jetty+Plugin >> >> >> Hans, guys, is this ok to put this on the wiki? Or did I do a bad >> thing because all documentation should live in the user guide? >> > > This is perfect. > > BTW: The Jetty Plugin is a real port of the Maven Jetty Plugin, reusing > much of the existing code. For the future we want to refactor it further and > write some unit tests for it (right now we only have integration tests for > it). > >> >> >> Also, I'm using gradle more and more and like it a lot. I'm compiling >> some feedback you might find useful but... eh... maybe later :) >> > > Cool :) > > - Hans > > -- > Hans Dockter > Gradle Project lead > http://www.gradle.org > > > > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
