Struts2 Archetype

2011-06-29 Thread Frans Thamura
hi all i want to know, struts2 way to create archetype is it different project separated or one project but in /generated/source/ and how u publish ur archetype to maven central we are working to make our cimande (Struts2-based app), to maven and we can see our archetype is like strtus2 blank

Re: Struts2 Archetype

2011-06-29 Thread Dave Newton
Archetype creation is Maven, not S2: how to create it doesn't really depends on any frameworks in use. Dave On Jun 29, 2011 11:35 AM, Frans Thamura fr...@meruvian.org wrote: hi all i want to know, struts2 way to create archetype is it different project separated or one project but in

Re: Struts2 Archetype

2011-06-29 Thread Matt Raible
In AppFuse Light, I use Ant and Maven to create the archetype and publish it. I've found Ant is necessary to do some regex replacements on the files created b/c there's some bugs in the Archetype Plugin. You can see the pom.xml (and the create-archetype profile) and my build.xml file that does

RE: Struts2 Archetype

2011-06-29 Thread Martin Gainty
Matt- Did you file a JIRA for the bugs you discovered with maven-archetype? if not I can file one (if you can provide the group:artifact:version:goal and any values for configuration or the pom.xml itself) BTW: thanks for the link! Martin- Subject: Re: Struts2 Archetype From:

Re: Struts2 Archetype

2011-06-29 Thread Frans Thamura
we are new in maven :0 and thx to appfuse, becuase several of the idea and how to based on it.. will work after java.net up again (down in this moment) F On Wed, Jun 29, 2011 at 10:59 PM, Martin Gainty mgai...@hotmail.com wrote: Matt- Did you file a JIRA for the bugs you discovered with

Re: Struts2 Archetype

2011-06-29 Thread Frans Thamura
dave my apps based on struts2 mostly, and i think learning from what struts2 team did are the best one esp our product is for education purpose mostly so linking struts2-archtype blank with our cimande-archetype-blank that will be a good track to every student to learn in fast way still

Re: Struts2 Archetype

2011-06-29 Thread Matt Raible
Yes, I believe I did a couple years ago when I first encountered them. There's a chance they're fixed now and my find/replace logic isn't working, but I doubt it. The archetypes I create for AppFuse tend to be much more than skeleton apps and have edge cases that are likely not normally

Re: Move deprecated plugins to archive

2011-06-29 Thread Dale Newfield
On 6/27/11 10:09 AM, Martin Gainty wrote: I vote leave dojo as un-deprecated Too late. It's been deprecated since the first 2.1 release, and that conversation happened nearly 3 ago: http://struts.1045723.n5.nabble.com/PROPOSAL-Deprecate-or-remove-Dojo-plugin-td3535027.html This

Re: Move deprecated plugins to archive

2011-06-29 Thread Dave Newton
On Wed, Jun 29, 2011 at 8:16 PM, Dale Newfield d...@newfield.org wrote: On 6/27/11 10:09 AM, Martin Gainty wrote: I vote leave dojo as un-deprecated Too late.  It's been deprecated since the first 2.1 release, and that conversation happened nearly 3 ago: