Re: Struts2 maven archetypes are missing from repo

2008-09-24 Thread Lukasz Lenart
I found something like that and I will try it later at home http://www.nabble.com/how-to-make-archetype-resource-copy-as-package-structure-td18751132.html http://maven.apache.org/plugins/maven-archetype-plugin/specification/archetype-metadata.html Regards -- Lukasz http://www.lenart.org.pl/

Re: Struts2 maven archetypes are missing from repo

2008-09-24 Thread Lukasz Lenart
1. Running mvn archetype:generate and selecting 19=struts2-archetype-starter results in struts2-archetype-starter:2.0.9-SNAPSHOT not found error. Does someone need to update it to use recommended version 2.0.11.2? (Running mvn archetype:generate with archetype version 2.0.11.2 also results in

Re: Struts2 maven archetypes are missing from repo

2008-09-24 Thread lukasz . lenart
Hi, I prepared totally new Struts2 Blank Archetype, please test it, it should be much better than previous one, all resources are now properly created (according to package name), I also added some Jetty specified files and extended pom.xml to include ascii2native plugin, but it isn't working

Re: Struts2 maven archetypes are missing from repo

2008-09-23 Thread lukasz . lenart
Hi, I'm working on Struts2 Blank Archetype, could someone translate this sentence to Spanish? English: You are logged in! Spanish: Thanks in advance! -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL

Re: Struts2 maven archetypes are missing from repo

2008-09-23 Thread Gabriel Belingueres
Spanish: ¡Estás logueado! 2008/9/23 [EMAIL PROTECTED]: Hi, I'm working on Struts2 Blank Archetype, could someone translate this sentence to Spanish? English: You are logged in! Spanish: Thanks in advance! -- Lukasz http://www.lenart.org.pl/

Re: Struts2 maven archetypes are missing from repo

2008-09-23 Thread lukasz . lenart
Thanks a lot! 2008/9/23, Gabriel Belingueres [EMAIL PROTECTED]: Spanish: ¡Estás logueado! I have another issue, mostly related to Maven users, but maybe someone can help. Under src/min/resources I have some *.properties and *-validation.xml files. How to copy them to new directory base on

Re: Struts2 maven archetypes are missing from repo

2008-09-23 Thread Dave Newton
--- On Tue, 9/23/08, [EMAIL PROTECTED] wrote: I have another issue, mostly related to Maven users, but maybe someone can help. Under src/min/resources I have some *.properties and *-validation.xml files. How to copy them to new directory base on $package variable? Without this, it wouldn't

Re: Struts2 maven archetypes are missing from repo

2008-09-23 Thread lukasz . lenart
The existing S2 archetypes put the resources under src/main/resources/archetype-resources and follow the normal Maven directory layout; I didn't think you had to do anything in particular. Not exactly, when you will put some resources (*.properties and *.xml) under archetype-resources, then

Re: Struts2 maven archetypes are missing from repo

2008-09-23 Thread Wendy Smoak
On Tue, Sep 23, 2008 at 1:33 PM, [EMAIL PROTECTED] wrote: Not exactly, when you will put some resources (*.properties and *.xml) under archetype-resources, then when you will create project from that archetype, such resources will still remain in the same directory. Which is not what you

Re: Struts2 maven archetypes are missing from repo

2008-09-23 Thread lukasz . lenart
I think this is fixed in the new Archetype plugin, but I haven't had time to check. Thanks, I will check that... Kind regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Struts2 maven archetypes are missing from repo

2008-09-23 Thread tabrez
-mojo.html [3] http://www.nabble.com/Re%3A-Struts2-maven-archetypes-are-missing-from-repo-p19056677.html -- View this message in context: http://www.nabble.com/Struts2-maven-archetypes-are-missing-from-repo-tp18942781p19641892.html Sent from the Struts - Dev mailing list archive at Nabble.com

Re: Struts2 maven archetypes are missing from repo

2008-09-06 Thread tabrez
.maven.org/maven2; maven repository? I tried #struts IRC channel but there wasn't much activity on it. -- View this message in context: http://www.nabble.com/Struts2-maven-archetypes-are-missing-from-repo-tp18942781p19344829.html Sent from the Struts - Dev mailing list archive at Nabble.com

Re: Struts2 maven archetypes are missing from repo

2008-08-19 Thread poluruc
/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Struts2-maven-archetypes-are-missing-from-repo-tp18942781p19048659.html Sent from the Struts - Dev mailing list archive at Nabble.com

Re: Struts2 maven archetypes are missing from repo

2008-08-19 Thread Lukasz Lenart
It seems to be a problem for many. Have you fixed that yet? They are still not there on the m2 repo, any idea when they will back up on the repo? No, the problem isn't solved yet, I will try to prepare some test catalog to use with mvn archetype:generate, but it will take probbably few days.

Re: Struts2 maven archetypes are missing from repo

2008-08-19 Thread Lukasz Lenart
If someone is interested in, I've prepared some test archetype base on struts2-archetype-blank sources, it's available here (use -U to update archetype plugin): mvn archetype:generate -DarchetypeCatalog=http://www.lenart.org.pl/maven If it will be ok, I will prepare all other archetypes for

Re: Struts2 maven archetypes are missing from repo

2008-08-12 Thread Wendy Smoak
On Tue, Aug 12, 2008 at 4:43 AM, Lukasz Lenart [EMAIL PROTECTED] wrote: My colleague discovered that all maven2 archetypes are missing from http://people.apache.org/repo/m2-snapshot-repository, could someone check that? There are only empty directories, last modified at 04-Aug-2008 17:33 Old

Re: Struts2 maven archetypes are missing from repo

2008-08-12 Thread Lukasz Lenart
Old snapshots were removed recently to free up disk space. We can re-publish the latest snapshots, but they really ought to be fixed up and released. Ok, but this mean that you broke the use of Maven2 archetype to generate Struts2 application, is there any alternative? And the archetypes with

Re: Struts2 maven archetypes are missing from repo

2008-08-12 Thread Lukasz Lenart
We can re-publish the latest snapshots, but they really ought to be fixed up and released. Where are the sources for them? Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Struts2 maven archetypes are missing from repo

2008-08-12 Thread Wendy Smoak
On Tue, Aug 12, 2008 at 6:22 AM, Lukasz Lenart [EMAIL PROTECTED] wrote: Where are the sources for them? http://svn.apache.org/repos/asf/struts/maven/trunk/ I worked on the 'blank' archetype recently to try to update it to Struts 2.1, but wasn't successful in getting it to work. You might need

Re: Struts2 maven archetypes are missing from repo

2008-08-12 Thread Lukasz Lenart
If that's a page intended for end users, unreleased snapshots should not be listed there. Maybe, but when you type mvn archetype:create will get the Struts2 archetypes, so it can be very confusing for new users, that this archetypes are gone ;-) Regards -- Lukasz http://www.lenart.org.pl/

Re: Struts2 maven archetypes are missing from repo

2008-08-12 Thread Lukasz Lenart
I worked on the 'blank' archetype recently to try to update it to Struts 2.1, but wasn't successful in getting it to work. You might need to check out an older revision if that's the one you need and you want a 2.0.x archetype. Ok, I will try to make it running... Regards -- Lukasz