Re: Can not build quickstart with maven

2011-01-27 Thread Kalle Korhonen
On Thu, Jan 27, 2011 at 10:10 PM, Andreas Bohnert wrote: > that's how I'm doing it (everything is fresh and clean): > tar xzf tapestry-src-5.2.4.tar.gz > cd quickstart/ > Leave that step out. Create an empty directory, issue the command below and Maven will download everything for you. Kalle

Re: Can not build quickstart with maven

2011-01-27 Thread Andreas Bohnert
Hi Kalle, that's how I'm doing it (everything is fresh and clean): tar xzf tapestry-src-5.2.4.tar.gz cd quickstart/ mvn archetype:generate -DarchetypeCatalog=http://tapestry.apache.org or ../../apache-maven-3.0.2/bin/mvn archetype:generate -D

Re: Can not build quickstart with maven

2011-01-27 Thread Kalle Korhonen
Which folder are you in when trying to invoke the archetype? The error indicates that you have an existing pom of the wrong type in the folder you are trying to execute the command from. To make sure you are in a clean directory, create a new folder and cd to it, then try again. Kalle On Thu, Ja

Can not build quickstart with maven

2011-01-27 Thread Andreas Bohnert
Hi, I'm trying to build quickstart 5.2.4 with no success. These are the command lines I have used: mvn archetype:generate -DarchetypeCatalog=http://tapestry.apache.org mvn archetype:generate -DarchetypeCatalog=http://tapestry.formos.com/maven-repository Same error message with Maven version n