Re: Archetype Error

2009-03-08 Thread Richard Clark
That is exceptionally helpful. Thank you :) ...R On Sun, Mar 8, 2009 at 1:29 PM, Otho wrote: > Just create the archetype. Don't do a 'mvn install' or 'mvn  jetty:run' > immediately but first edit the pom and change in > the property section from 5.1.0.1-SNAPSHOT to 5.0.18. ---

Re: Archetype Error

2009-03-08 Thread Otho
Just create the archetype. Don't do a 'mvn install' or 'mvn jetty:run' immediately but first edit the pom and change in the property section from 5.1.0.1-SNAPSHOT to 5.0.18. You can leave the testng dependency as is. Other changes, like including tapestry-hibernate or tapestry-spring-security and

Re: Archetype Error

2009-03-08 Thread Richard Clark
If I understand correctly, that archetypes generates a project with the 5.1 alpha codebase. That could create problems if some of the supporting modules (e.g. tapestry-acegi) aren't ready to work with 5.1. What would someone do if they wanted to start with the current production release? ...Richa

Re: Archetype Error

2009-03-08 Thread Andreas Andreou
You're right - at some point i had configured my local archetypeCatalog to include T5 Just use mvn archetype:generate -DarchetypeCatalog=http://tapestry.formos.com/maven-repository as mentioned in the previous link On Sun, Mar 8, 2009 at 7:22 AM, Richard Clark wrote: > Actually, the command lin

Re: Archetype Error

2009-03-08 Thread Otho
You forgot to specify the archetype repository. The actual commandline is: mvn archetype:generate -DarchetypeCatalog= http://tapestry.formos.com/maven-repository This is unfortunately still wrong in the stable docs, but fixed in the nightly ones. 2009/3/8 Richard Clark > Actually, the command

Re: Archetype Error

2009-03-07 Thread Richard Clark
Actually, the command line as you wrote it: > mvn archetype:generate -DarchetypeGroupId=org.apache.tapestry \ -DarchetypeArtifactId=quickstart causes Maven to generate the list of candidate archetypes and the tapestry quickstart archetype isn't among them. (It's the same command line I tried befor

Re: Archetype Error

2009-03-07 Thread Andreas Andreou
I meant he should substitute create with generate in his command line and not just use what you wrote... The end result would be something like: mvn archetype:generate -DarchetypeGroupId=org.apache.tapestry -DarchetypeArtifactId=quickstart Anyway, there's also some updated info at http://tapestry.

Re: Archetype Error

2009-03-07 Thread Richard Clark
On Fri, Feb 27, 2009 at 6:36 PM, Andreas Andreou wrote: > When running that, I see this warning: > [WARNING] This goal is deprecated. Please use mvn archetype:generate instead > > So, use archetype:generate instead of archetype:create and it'll work Unfortunately not. Using archetype:generate ask

Re: Archetype Error

2009-02-27 Thread Andreas Andreou
When running that, I see this warning: [WARNING] This goal is deprecated. Please use mvn archetype:generate instead So, use archetype:generate instead of archetype:create and it'll work On Fri, Feb 27, 2009 at 9:06 PM, leechj wrote: > > I am also getting this error, but I didn't have it a few da

Re: Archetype Error

2009-02-27 Thread leechj
I am also getting this error, but I didn't have it a few days ago. My co-worker is also having this same problem. We are both new to maven and tapestry and don't know how to fix it. Is there a problem with something on the server we are downloading from when we type in the command? Shuaib Cader-