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.
---
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
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
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
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
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
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.
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
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
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-
10 matches
Mail list logo