Re: Jetty startup error with 5.3.1-SNAPSHOT in project working before with 5.2.4

2011-06-17 Thread Ben Tomasini
This is the initial issue I encountered which prompted me to do the exclusion and explicit dependency declaration for tapestry5-annotations in the first place: http://tapestry.1045711.n5.nabble.com/Gradle-install-and-missing-tapestry-annotations-dependency-td4500534.html As mentioned previously,

Re: Jetty startup error with 5.3.1-SNAPSHOT in project working before with 5.2.4

2011-06-17 Thread Ben Tomasini
Thanks. The test scope is a copy-and-paste typo. Removing it did the trick. On Fri, Jun 17, 2011 at 9:52 PM, Josh Canfield wrote: > Ah, I see you're excluding tapestry-annotations, and including > tapestry5-annotations, but only for test scope. Drop that and you > should be gold > > On Fri, Jun

Re: Jetty startup error with 5.3.1-SNAPSHOT in project working before with 5.2.4

2011-06-17 Thread Josh Canfield
Ah, I see you're excluding tapestry-annotations, and including tapestry5-annotations, but only for test scope. Drop that and you should be gold On Fri, Jun 17, 2011 at 9:48 PM, Josh Canfield wrote: > From your pom: > >>     >>      org.apache.tapestry >>      tapestry-core >>      ${tapestry-rele

Re: Jetty startup error with 5.3.1-SNAPSHOT in project working before with 5.2.4

2011-06-17 Thread Josh Canfield
>From your pom: >     >      org.apache.tapestry >      tapestry-core >      ${tapestry-release-version} >       >         >                tapestry-annotations >                org.apache.tapestry >         >       >     >     >      org.apache.tapestry >      tapestry5-annotations >      ${tapes