Hi, you can do manual in POM.xml. I already tried my project
(5.0.12-SNAPSHOT) is running normally.
On Tue, May 20, 2008 at 3:25 AM, Weisu <[EMAIL PROTECTED]> wrote:
>
> Thank you Taavi, it works now after I add these in pom.xml:
>
> org.apache.tapestry
> tapestry-annota
Thank you Taavi, it works now after I add these in pom.xml:
org.apache.tapestry
tapestry-annotations
${tapestry-release-version}
Taavi Sildeberg wrote:
>
> Hey
>
> You need to add tapestry-annotations dependency to the pom.xml. Seems,
> that cu
Hey
You need to add tapestry-annotations dependency to the pom.xml. Seems, that
current quickstart won't
include that
Taavi
Weisu wrote:
Hi All, I am trying to use quickstart to create a 5.0.12-SNAPSHOT project, I
follow the steps in T5 site,
mvn archetype:create -DarchetypeGroupId=org.apache
Hi All, I am trying to use quickstart to create a 5.0.12-SNAPSHOT project, I
follow the steps in T5 site,
mvn archetype:create -DarchetypeGroupId=org.apache.tapestry
-DarchetypeArtifactId=quickstart -DgroupId=org.example -DartifactId=myapp
-DpackageName=org.example.myapp -Dversion=1.0.0-SNAPSHOT a