Re: [Stripes-users] Error executing stripes quickstart archetype

2013-11-05 Thread VANKEISBELCK Remi
Hi Dan, The archetype ain't in maven central : http://search.maven.org/#search%7Cga%7C1%7Cstripes-archetype-quickstart According to the wikihttp://www.stripesframework.org/display/stripes/Maven2+Archetype+for+Stripes, there's a repo to use for this artefact, but it doesn't look like a m2 repo at

[Stripes-users] Error executing stripes quickstart archetype

2013-11-04 Thread Dan Kaplan
Here's my command line (sorry it's long, it's from my ide): C:\Program Files\Java\jdk1.6.0_34\bin\java -Xms256m -XX:MaxPermSize=1024m -Xmx1024m -Dmaven.home=C:\apache-maven-3.0.4 -Dclassworlds.conf=C:\apache-maven-3.0.4\bin\m2.conf -Dfile.encoding=windows-1250 -classpath

Re: [Stripes-users] Error executing stripes quickstart archetype

2013-11-04 Thread Dan Kaplan
I also get a different error when I try the command from the wiki on this page: http://www.stripesframework.org/display/stripes/Maven2+Archetype+for+Stripes $ mvn archetype:create -DarchetypeArtifactId=stripes-archetype-quickstart -DarchetypeGroupId=net.sourceforge -DarchetypeVersion=1.0