Re: T5: quickstart archetype problem and solution

2008-02-19 Thread Angelo Chen
Hi Julian, You are right, i have this file in the repository from the 2.0.7 time, that explains why it works in my machine:), thanks for figuring this out, that will save a lot of time next time when I work in a totally new maven 2.0.8. A.C. Julian Wood wrote: > > Well the plugin config is in

Re: T5: quickstart archetype problem and solution

2008-02-19 Thread Julian Wood
Well the plugin config is in your ~/.m2/repository, so just updating maven won't necessarily affect the archetype used. Here's some illumination (note this is a different machine, with maven 2.0.5): mvn archetype:create -DarchetypeGroupId=org.apache.tapestry - DarchetypeArtifactId=quicksta

Re: T5: quickstart archetype problem and solution

2008-02-19 Thread Angelo Chen
oic, but i have used 2.0.7, and now 2.0.8, it seems working fine? Maven version: 2.0.8 Julian Wood wrote: > > If you download maven de novo (2.0.7 or 2.0.8), it will use version > 2.0-alpha-1 of the maven-archetype-plugin by default, and the > quickstart archetype command will not work (

Re: T5: quickstart archetype problem and solution

2008-02-19 Thread Yunhua Sang
Many thanks Julian, You did save me a lot of time. Yunhua On Feb 19, 2008 7:33 PM, Julian Wood <[EMAIL PROTECTED]> wrote: > Hi all, > > Just starting a new project, and have decided to do it in Tap5 (I have > done many in Tap4). > > So, seeing the tutorial, and the quickstart archetype. I thoug

Re: T5: quickstart archetype problem and solution

2008-02-19 Thread Julian Wood
If you download maven de novo (2.0.7 or 2.0.8), it will use version 2.0-alpha-1 of the maven-archetype-plugin by default, and the quickstart archetype command will not work (ie it will present you with this menu: http://maven.apache.org/plugins/maven-archetype-plugin/usage.html) There is so

Re: T5: quickstart archetype problem and solution

2008-02-19 Thread Angelo Chen
Hi Julian, but it works for me, here is what I did: mvn archetype:create -DarchetypeGroupId=org.apache.tapestry -DarchetypeArtifactId=quickstart -DarchetypeVersion=5.0.10 -DgroupId=com.usti.app -DartifactId=test1 -DpackageName=com.usti.app.test1 cd test1 mvn compile mvn jetty:run Julian W

T5: quickstart archetype problem and solution

2008-02-19 Thread Julian Wood
Hi all, Just starting a new project, and have decided to do it in Tap5 (I have done many in Tap4). So, seeing the tutorial, and the quickstart archetype. I thought that would be a good way to start, but it was not working. mvn archetype:create -DarchetypeGroupId=org.apache.tapestry - Dar