Re: Shared filters in JIRA

2009-12-16 Thread Lukasz Lenart
2009/12/16 Martin Cooper : > I just gave you jira-admin, so you should be able to take care of it now. ;-) Yep, thanks a lot :D Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: dev-unsubscr...@struts.apach

Re: Shared filters in JIRA

2009-12-16 Thread Martin Cooper
On Wed, Dec 16, 2009 at 2:13 PM, Lukasz Lenart wrote: > Hi, > > I noticed I'm not able to create shared filters - as is mentioned in > release guide. Regarding that [1] I should have assigned "Create > Shared Filter" permission to do that, can someone do it for me? Or > should I contact with infra

Shared filters in JIRA

2009-12-16 Thread Lukasz Lenart
Hi, I noticed I'm not able to create shared filters - as is mentioned in release guide. Regarding that [1] I should have assigned "Create Shared Filter" permission to do that, can someone do it for me? Or should I contact with infra? [1] http://jira.atlassian.com/browse/JRA-2054 Regards -- Luk

Re: Archetypes

2009-12-16 Thread Lukasz Lenart
2009/12/16 Lukasz Lenart : > 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://p

Re: [VOTE] Release Struts 2 Maven Archetypes v2.1.8.1

2009-12-16 Thread Lukasz Lenart
To simplify testing you can use below command: mvn archetype:generate -DarchetypeCatalog=http://people.apache.org/builds/struts/2.1.8.1/m2-staging-repository/ Regards -- Lukasz http://www.lenart.org.pl/ 2009/12/16 Lukasz Lenart : > The Struts 2 Archetypes version 2.1.8.1 test build is now avai

[VOTE] Release Struts 2 Maven Archetypes v2.1.8.1

2009-12-16 Thread Lukasz Lenart
The Struts 2 Archetypes version 2.1.8.1 test build is now available. The following archetypes are ready for test: * struts2-archetype-blank * struts2-archetype-convention * struts2-archetype-dbportlet * struts2-archetype-plugin * struts2-archetype-portlet * struts2-archetype-starter Release notes:

Re: Archetypes

2009-12-16 Thread Lukasz Lenart
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

Re: Archetypes

2009-12-16 Thread Musachy Barroso
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 wrote: > In docs there is that I should execute such a commands: > > ssh people.apache.org > cd

Re: Version number ordering

2009-12-16 Thread Lukasz Lenart
2009/12/16 Martin Cooper : > In Lukasz's checkins just now, I see version numbers being changed to > 2.1.8-SNAPSHOT. Maybe I'm misinterpreting what's going on, but that > seems like going backwards. We already have a 2.1.8 and a 2.1.8.1, so > it seems to me that any snapshot version we should be us

Version number ordering

2009-12-16 Thread Martin Cooper
In Lukasz's checkins just now, I see version numbers being changed to 2.1.8-SNAPSHOT. Maybe I'm misinterpreting what's going on, but that seems like going backwards. We already have a 2.1.8 and a 2.1.8.1, so it seems to me that any snapshot version we should be using now would need to be 2.1.9-SNAP

Re: Archetypes

2009-12-16 Thread Lukasz Lenart
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-re

Re: Archetypes

2009-12-16 Thread Wes Wannemacher
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 wrote: > Another problem, should I use setting from here [1] or from here [2] > regarding Maven servers? > > [1] http

Re: Archetypes

2009-12-16 Thread Wes Wannemacher
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 wrote: > Should I release Struts Annotations first? I think is not needed as > archetype

Re: Archetypes

2009-12-16 Thread Lukasz Lenart
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-UpdateM

Re: Archetypes

2009-12-16 Thread Lukasz Lenart
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-unsubscr...@struts.apache.org For additional co