Re: Maven archetype struts2-archetype-blank

2011-11-23 Thread Jeff Black
Lukasz -- I'm not a Maven guru but I found this blog post that "may" be helpful: http://intellectualcramps.wordpress.com/2011/04/15/maven-archetype-creation-tips/ Best, jb From: Łukasz Lenart To: Struts Users Mailing List Sent: Wednesd

Re: Maven archetype struts2-archetype-blank

2011-11-23 Thread Łukasz Lenart
2011/11/22 David F. Newman : > Interesting.  That worked.  I had tried 2.2.3 and 2.2.3.1 with the same > results.  I had not tried going back to earlier versions.  I'll stick with > that version for now. Ok, I solved that problem, but have one more. I would like to create archetype-catalog.xml fil

Re: Maven archetype struts2-archetype-blank

2011-11-22 Thread David F. Newman
Interesting. That worked. I had tried 2.2.3 and 2.2.3.1 with the same results. I had not tried going back to earlier versions. I'll stick with that version for now. Thank you -Dave On 11/21/11 7:03 PM, Dave Newton wrote: Appears to be an issue in 2.2.3; normally you'd want to explicitly s

Re: Maven archetype struts2-archetype-blank

2011-11-21 Thread Łukasz Lenart
the struts2-archetype-blank maven archetype to > create a new project and it seems to generate a pom file that doesn't work > out of the box. > > I run: > > $ mvn archetype:generate \ > -DarchetypeGroupId=org.apache.struts \ > -DarchetypeArtifactId=struts2-archetype-blan

Re: Maven archetype struts2-archetype-blank

2011-11-21 Thread Dave Newton
Appears to be an issue in 2.2.3; normally you'd want to explicitly specify -DarchetypeVersion (or at least I generally do). For 2.2.1 it works, for 2.2.3 the property isn't filled in. Dave On Mon, Nov 21, 2011 at 6:11 PM, David F. Newman wrote: > mvn archetype:generate \ > -DarchetypeGroupId=org

Maven archetype struts2-archetype-blank

2011-11-21 Thread David F. Newman
Hi there, So I've been trying to use the struts2-archetype-blank maven archetype to create a new project and it seems to generate a pom file that doesn't work out of the box. I run: $ mvn archetype:generate \ -DarchetypeGroupId=org.apache.struts \ -DarchetypeArtifactId=struts2

jsp's outside WEB-INF in maven archetype?

2011-05-10 Thread Miguel
The other day I tried out a simple maven archetype (either struts2-archetype-starter or -convention, I don't recall). Anyway, it's one that comes configured with sitemesh. What stroke me as odd was that the sample jsp's were in the path src/webapp/jsp, and not inside WEB-INF. Isn&

Re: Maven Archetype

2008-09-18 Thread Wendy Smoak
On Thu, Sep 18, 2008 at 4:29 AM, Jeromy Evans <[EMAIL PROTECTED]> wrote: > The starter archetype for 2.0.11.2 is ... awaiting formal release to the > maven repository. It's done... http://repo1.maven.org/maven2/org/apache/struts/struts2-archetype-starter/2.0.11.2/ (And the staging repo has be

Re: Maven Archetype

2008-09-18 Thread Yanis Kekatos
Thanks Jeromy. It works. On Thu, Sep 18, 2008 at 2:29 PM, Jeromy Evans <[EMAIL PROTECTED]> wrote: > Yanis Kekatos wrote: >> >> HI all, >> I am trying to run the Struts Maven Archetype following the >> instructions of the page >> http://struts.apache.org/2.1

Re: Maven Archetype

2008-09-18 Thread Jeromy Evans
Yanis Kekatos wrote: HI all, I am trying to run the Struts Maven Archetype following the instructions of the page http://struts.apache.org/2.1.2/docs/ready-set-go.html but I get the following error. Any help on this? The starter archetype for 2.0.11.2 is here: http://people.apache.org

Re: Maven Archetype

2008-09-18 Thread Lukasz Lenart
But try only mvn archetype:generate with one of previous option Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven Archetype

2008-09-18 Thread Yanis Kekatos
Thanks Lukasz, I've tried each of the options you refer but the error remains. On Thu, Sep 18, 2008 at 1:58 PM, Lukasz Lenart <[EMAIL PROTECTED]> wrote: > All the SNAPSHOT archetypes were removed from Maven repo, you can try > add one of this option below > > -DarchetypeRepository=http://people.ap

Re: Maven Archetype

2008-09-18 Thread Lukasz Lenart
All the SNAPSHOT archetypes were removed from Maven repo, you can try add one of this option below -DarchetypeRepository=http://people.apache.org/repo/m2-snapshot-repository -DarchetypeCatalog=http://www.lenart.org.pl/maven Regards -- Lukasz http://www.lenart.org.pl/ -

Maven Archetype

2008-09-18 Thread Yanis Kekatos
HI all, I am trying to run the Struts Maven Archetype following the instructions of the page http://struts.apache.org/2.1.2/docs/ready-set-go.html but I get the following error. Any help on this? C:\dev\projects>mvn archetype:create -DgroupId=tutorial -DartifactId=tutorial -DarchetypeGrou

Struts 2 Maven Archetype problem

2007-04-14 Thread Andreas Røsdal
I used the Maven Archetype to create a new web application for Struts 2, as described here: http://struts.apache.org/2.x/docs/ready-set-go.html I ran: mvn archetype:create -DgroupId=tutorial \ -DartifactId=tutorial \ -DarchetypeGroupId

[s2] maven archetype + jasper plug-in

2006-11-21 Thread David Durham
A few questions all bundled into one e-mail. First, I'm attempting to use the jasper plug-in for struts 2, and have a maven archetype as my starting point. I uncommented these lines in my pom.xml: jasperreports jasperreports 1.2.1 I then fol

Re: [s2] maven archetype + jasper plug-in

2006-11-21 Thread David Durham
David Durham wrote: Now my log4j.xml (relevant entries only): But I don't get DEBUG messages from struts in catalina.out. I only see INFO messages. I do see DEBUG messages from my action classes. I haven't checked struts 2 source code to see if the