Sure: http://jira.codehaus.org/browse/GRADLE-343
On Mon, Dec 29, 2008 at 9:38 PM, <[email protected]> wrote: > > On Sun, 28 Dec 2008 23:36:13 +0100, "Levi Hoogenberg" > <[email protected]> said: > > Hello, > > > > > no, my application doesn't depend on Jet > ty at all. The only thing that > > I can think of is that I'm using a 2.5 deployment descriptor. > > > Could you file a Jira? > > - Hans > > > Declaring the dependency as a providedCompile one works, I forgot to > > mention that in my e-mail. > > > > Regards, > > Levi > > > > Op 28 dec 2008 om 22:37 heeft szczepiq <[email protected]> het > > volgende geschreven:\ > > > > > Hi, > > > > > > I didn't experience this error. Is your application somehow dependent > > > on jetty-annotation stuff? If so then try to put this jar as a > > > 'providedCompile' dependency. > > > > > > Cheers, > > > Szczepan > > > > > > On Sun, Dec 28, 2008 at 10:10 PM, Levi Hoogenberg > > > <[email protected]> wrote: > > >> 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 > > >>> > > >>> > > >> > > >> > > > > > > --------------------------------------------------------------------- > > > To unsubscribe from this list, please visit: > > > > > > http://xircles.codehaus.org/manage_email > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe from this list, please visit: > > > > http://xircles.codehaus.org/manage_email > > > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
