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 p
> 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 res
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/
--
/maven-archetype-plugin/create-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 lis
> 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 c
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 yo
> 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
--- 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 woul
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
$pa
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/
>
>
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 PROTEC
contacted to update the Struts 2 maven
archetypes on "http://repo1.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-tp189427
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 strut
Can someone try to use the command below?
mvn -U archetype:generate
Regards
--
Lukasz
http://www.lenart.org.pl/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
> 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.
>
> Regards
> --
> Lukasz
> http://www.lenart.org.pl/
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/Struts2-maven-arche
> 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
htt
> 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/
n Tue, Aug 12, 2008 at 6:22 AM, Lukasz Lenart
<[EMAIL PROTECTED]> wrote:
> Ok, but this mean that you broke the use of Maven2 archetype to
> generate Struts2 application, is there any alternative?
> And the archetypes with repo are still mentioned here
> http://docs.codehaus.org/display/MAVENUSER/
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
ne
> 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 addit
> 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 wi
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
Hi,
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
I've been using Mavne 2.0.9
Regards
--
Lukasz
http://www.lenart.org.pl/
24 matches
Mail list logo