Re: T5: 5.0.12-SNAPSHOT quickstart

2008-05-20 Thread Estevam Henrique Portela Mota e Silva
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

Re: T5: 5.0.12-SNAPSHOT quickstart

2008-05-19 Thread Weisu
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

Re: T5: 5.0.12-SNAPSHOT quickstart

2008-05-19 Thread Taavi Sildeberg
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

T5: 5.0.12-SNAPSHOT quickstart

2008-05-19 Thread Weisu
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