Re: Starting from a maven archetype error

2010-01-29 Thread faye alaska
> [ERROR] BUILD FAILURE > [INFO] > > .. > [INFO] > > mat...@jo-lie:~/workspace/newscentral $ > > > Could the

Starting from a maven archetype error

2010-01-14 Thread matias.blasi
- [ERROR] BUILD FAILURE [INFO] .. [INFO] mat...@jo-lie:~/workspace/newscentral $ Could the maven-metadata.xml file be corrupted? Regards, Matías -- View this message in context: http://old.nabble.com/Star

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
* >> >> *---* >> >> *[INFO] Parameter: groupId, Value: za.co.easypay* >> >> *[INFO] Parameter: packageName, Value: za.co.easypay.PMF* >> >> *[INFO] Parameter: basedir, Value: C:\DEV\workspace* >> >> *[INFO] Parameter: package, Value: za.co

Re: Archetype Error

2009-02-27 Thread leechj
ROR* > > *[INFO] > * > > *[INFO] Error creating from archetype* > > * * > > *Embedded error: The META-INF/maven/archetype.xml descriptor cannot be > found.* > > *[INFO]

Archetype Error

2009-02-27 Thread Shuaib Cader
Hi there My name is Shuaib Cader. I am relatively new to web development and was task to learn how to use Tapestry. I am following the tutorial that you have provided on the website but I am getting the following error when trying to a project using the maven archetype. I have use the archetype