While trying to follow along through the Tap 5 tutorial (I realize it isn't
finished), I ran into a problem.  The create archetype made an AppModule
class that has a couple of imports that do not resolve.  Specifically:

import org.apache.tapestry.ioc.annotations.Contribute;
import org.apache.tapestry.ioc.annotations.Id;

Neither of these annotations appear in the annotations jar that Maven
fetched, so I thought I'd check the 5.0.3 version from apache.org or the
tapestry-ioc distribution.  No dice.  They don't exist there either.

Any suggestions on the "correct" way to resolve this problem?

Thanks,
Andy Zimmerman

Reply via email to