You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Musachy Barroso <mu...@gmail.com> on 2009/11/13 21:44:29 UTC

Re: Archetypes

Any plans to deploy them now that 2.1.8.1 is out? After voting on them
of course :)

musachy

On Wed, Oct 7, 2009 at 10:54 AM, Musachy Barroso <mu...@gmail.com> wrote:
> 2.1.8.1 should be the next GA, so I would go with that
>
> On Wed, Oct 7, 2009 at 11:33 AM, Lukasz Lenart
> <lu...@googlemail.com> wrote:
>> Hi,
>>
>> Should I point all archetypes to 2.1.8.1 version or stay with 2.1.8?
>>
>>
>> Regards
>> --
>> Lukasz
>> http://www.lenart.org.pl/
>> http://dailylog.lenart.org.pl/
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
>> For additional commands, e-mail: dev-help@struts.apache.org
>>
>>
>
>
>
> --
> "Hey you! Would you help me to carry the stone?" Pink Floyd
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Archetypes

Posted by Wes Wannemacher <we...@wantii.com>.
Lukasz, I don't think there have been any changes to struts
annotations since I ran the last release of it. And I don't think
there is a dependency to it from any of the archetypes.

On 12/16/09, Lukasz Lenart <lu...@googlemail.com> wrote:
> Should I release Struts Annotations first? I think is not needed as
> archetypes don't base on it. Help! :D
>
>
> Regards
> --
> Lukasz
> http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>


-- 
Wes Wannemacher

Head Engineer, WanTii, Inc.
Need Training? Struts, Spring, Maven, Tomcat...
Ask me for a quote!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Archetypes

Posted by Lukasz Lenart <lu...@googlemail.com>.
2009/12/17 Wes Wannemacher <we...@wantii.com>:
> Anyhow, it's funny that you found this, because that step isn't
> relevant to releasing archetypes, since it pertains to the assembly
> zips.

I noticed a problem with coping files on a server - the
m2-staging-repo folder was different than that specified in guideline,
so I start searching.


Regards
-- 
Lukasz
http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Archetypes

Posted by Wes Wannemacher <we...@wantii.com>.
Good catch, thanks for fixing it... I think there is a difference
between those two poms. The struts2-parent is the parent for struts*2*
stuff and struts-master is the parent for all struts stuff... So,
struts2-parent can be viewed as a child of struts-master. For
instance, all of us are listed in struts-master as developers, which
saves artifacts like struts2-parent from redefining them.

Anyhow, it's funny that you found this, because that step isn't
relevant to releasing archetypes, since it pertains to the assembly
zips.

-Wes

On Wed, Dec 16, 2009 at 4:28 PM, Lukasz Lenart
<lu...@googlemail.com> wrote:
> 2009/12/16 Lukasz Lenart <lu...@googlemail.com>:
>> I have no idea what is wrong - maybe the problem is with a parent -
>> the poms in archetypes are pointing to struts-master but struts-core's
>> pom is pointing to struts-parent, khe?
>
> I think that's the problem, in struts2-parent struts-staging repo is defined as
> scp://people.apache.org/www/people.apache.org/builds/struts/${pom.version}/m2-staging-repository
>
> in struts-master-4 we have
> scp://people.apache.org/www/people.apache.org/builds/struts/m2-staging-repository
>
> So it should be updated to match rest of the project.
>
>
> Regards
> --
> Lukasz
> http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>



-- 
Wes Wannemacher

Head Engineer, WanTii, Inc.
Need Training? Struts, Spring, Maven, Tomcat...
Ask me for a quote!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Archetypes

Posted by Lukasz Lenart <lu...@googlemail.com>.
2009/12/16 Lukasz Lenart <lu...@googlemail.com>:
> I have no idea what is wrong - maybe the problem is with a parent -
> the poms in archetypes are pointing to struts-master but struts-core's
> pom is pointing to struts-parent, khe?

I think that's the problem, in struts2-parent struts-staging repo is defined as
scp://people.apache.org/www/people.apache.org/builds/struts/${pom.version}/m2-staging-repository

in struts-master-4 we have
scp://people.apache.org/www/people.apache.org/builds/struts/m2-staging-repository

So it should be updated to match rest of the project.


Regards
-- 
Lukasz
http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Archetypes

Posted by Lukasz Lenart <lu...@googlemail.com>.
I have no idea what is wrong - maybe the problem is with a parent -
the poms in archetypes are pointing to struts-master but struts-core's
pom is pointing to struts-parent, khe?


Regards
-- 
Lukasz
http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Archetypes

Posted by Musachy Barroso <mu...@gmail.com>.
hum, maybe the docs are out of date, but I am pretty sure there was a
version there. Maybe the URL is not pointing to the right place for
the archetypes.

On Wed, Dec 16, 2009 at 9:09 AM, Lukasz Lenart
<lu...@googlemail.com> wrote:
> In docs there is that I should execute such a commands:
>
> ssh people.apache.org
> cd /www/people.apache.org/builds/struts/$VERSION
> find m2-staging-repository -name "*.zip*"    -exec cp {} . \;
>
> but I noticed that Maven release plugin is uploading into
> /www/people.apache.org/builds/struts/m2-staging-repository
>
> Is something wrong with docs or with plugin configuration?
>
>
> Regards
> --
> Lukasz
> http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Archetypes

Posted by Lukasz Lenart <lu...@googlemail.com>.
In docs there is that I should execute such a commands:

ssh people.apache.org
cd /www/people.apache.org/builds/struts/$VERSION
find m2-staging-repository -name "*.zip*"    -exec cp {} . \;

but I noticed that Maven release plugin is uploading into
/www/people.apache.org/builds/struts/m2-staging-repository

Is something wrong with docs or with plugin configuration?


Regards
-- 
Lukasz
http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Archetypes

Posted by Wes Wannemacher <we...@wantii.com>.
I'm on my phone, so I didn't read the links. I would say to use our
docs though because musachy and I update those docs every time we
release something.

On 12/16/09, Lukasz Lenart <lu...@googlemail.com> wrote:
> Another problem, should I use setting from here [1] or from here [2]
> regarding Maven servers?
>
> [1] http://maven.apache.org/developers/committer-settings.html
> [2]
> http://struts.apache.org/2.x/docs/creating-and-signing-a-struts-21x-distribution.html#CreatingandSigningaStruts2.1.xDistribution-UpdateMavensettingsforourservers
>
>
> Regards
> --
> Lukasz
> http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>


-- 
Wes Wannemacher

Head Engineer, WanTii, Inc.
Need Training? Struts, Spring, Maven, Tomcat...
Ask me for a quote!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Archetypes

Posted by Lukasz Lenart <lu...@googlemail.com>.
Another problem, should I use setting from here [1] or from here [2]
regarding Maven servers?

[1] http://maven.apache.org/developers/committer-settings.html
[2] http://struts.apache.org/2.x/docs/creating-and-signing-a-struts-21x-distribution.html#CreatingandSigningaStruts2.1.xDistribution-UpdateMavensettingsforourservers


Regards
-- 
Lukasz
http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Archetypes

Posted by Lukasz Lenart <lu...@googlemail.com>.
Should I release Struts Annotations first? I think is not needed as
archetypes don't base on it. Help! :D


Regards
-- 
Lukasz
http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Archetypes

Posted by Lukasz Lenart <lu...@googlemail.com>.
2009/12/15 Musachy Barroso <mu...@gmail.com>:
> sure, what do you need from us?

Answers when I would get problem ;-)


Regards
-- 
Lukasz
http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Archetypes

Posted by Musachy Barroso <mu...@gmail.com>.
sure, what do you need from us?

On Tue, Dec 15, 2009 at 7:11 AM, Lukasz Lenart
<lu...@googlemail.com> wrote:
> 2009/12/6 phillips1021 <bp...@ku.edu>:
>> Is there an update on when the Struts 2 archetypes will be available?
>
> I'm planning to release them tomorrow - Wes, musachy I hope you can
> support me :D
>
>
> Regards
> --
> Lukasz
> http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Archetypes

Posted by Lukasz Lenart <lu...@googlemail.com>.
2009/12/6 phillips1021 <bp...@ku.edu>:
> Is there an update on when the Struts 2 archetypes will be available?

I'm planning to release them tomorrow - Wes, musachy I hope you can
support me :D


Regards
-- 
Lukasz
http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Archetypes

Posted by phillips1021 <bp...@ku.edu>.
Is there an update on when the Struts 2 archetypes will be available?

Bruce


Lukasz Lenart wrote:
> 
> 2009/11/13 Musachy Barroso <mu...@gmail.com>:
>> Any plans to deploy them now that 2.1.8.1 is out? After voting on them
>> of course :)
> 
> Next week I've been planing to start a vote, if I learn how Maven
> release process is working ;-)
> 
> 
-- 
View this message in context: http://old.nabble.com/Archetypes-tp25792028p26667138.html
Sent from the Struts - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Archetypes

Posted by Musachy Barroso <mu...@gmail.com>.
I don't know how the archetypes are released, but it is probably the
same as the main distro. It will deploy to the staging repository, you
start a vote, and if it passes, then you need to manually copy it to
the main dir, and from there it is copied automatically to the maven
repo.

musachy

On Fri, Nov 13, 2009 at 1:03 PM, Lukasz Lenart
<lu...@googlemail.com> wrote:
> 2009/11/13 Musachy Barroso <mu...@gmail.com>:
>> Any plans to deploy them now that 2.1.8.1 is out? After voting on them
>> of course :)
>
> Next week I've been planing to start a vote, if I learn how Maven
> release process is working ;-)
>
>
> Regards
> --
> Lukasz
> http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Archetypes

Posted by Lukasz Lenart <lu...@googlemail.com>.
2009/11/13 Musachy Barroso <mu...@gmail.com>:
> Any plans to deploy them now that 2.1.8.1 is out? After voting on them
> of course :)

Next week I've been planing to start a vote, if I learn how Maven
release process is working ;-)


Regards
-- 
Lukasz
http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org