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,
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
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
>From your pom:
>
> org.apache.tapestry
> tapestry-core
> ${tapestry-release-version}
>
>
> tapestry-annotations
> org.apache.tapestry
>
>
>
>
> org.apache.tapestry
> tapestry5-annotations
> ${tapes