Re: t5: archetype create for 5.1.0.5

2009-08-27 Thread John Owen Atala
The problem is Your First Application on Tutorial1 is still using the wrong one. http://tapestry.apache.org/tapestry5.1/tutorial1/first.html Ulrich Stärk wrote: > > http://tapestry.apache.org/tapestry5.1/quickstart/ > > Am 13.05.2009 10:31 schrieb Angelo Chen: >> Hi, >> This creates a project

Re: t5: archetype create for 5.1.0.5

2009-05-13 Thread Olle Hallin
You probably have an old version of the maven-archetype-plugin in your local repo. Try adding -cpu to the command. If that does not help, remove $HOME/.m2/repository/org/apache/maven/plugins/maven-archetype-plugin and try again. HTH, Olle 2009/5/13 Angelo Chen > > Hi, > > Thanks for pointin

Re: t5: archetype create for 5.1.0.5

2009-05-13 Thread Angelo Chen
Hi, Thanks for pointing out the link, I tried this: mvn archetype:generate -DarchetypeCatalog=http://tapestry.formos.com/maven-repository but found this: [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO]

Re: t5: archetype create for 5.1.0.5

2009-05-13 Thread Ulrich Stärk
http://tapestry.apache.org/tapestry5.1/quickstart/ Am 13.05.2009 10:31 schrieb Angelo Chen: Hi, This creates a project for 5.0.18: mvn archetype:create -DarchetypeGroupId=org.apache.tapestry -DarchetypeArtifactId=quickstart -DgroupId=org.example -DartifactId=myapp -DpackageName=org.example.myapp

t5: archetype create for 5.1.0.5

2009-05-13 Thread Angelo Chen
Hi, This creates a project for 5.0.18: mvn archetype:create -DarchetypeGroupId=org.apache.tapestry -DarchetypeArtifactId=quickstart -DgroupId=org.example -DartifactId=myapp -DpackageName=org.example.myapp -DarchetypeVersion=5.0.18 and this does not create a project for 5.1.0.5: mvn archetype:cre