You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Rene Gielen (JIRA)" <ji...@apache.org> on 2008/11/15 17:43:38 UTC

[jira] Created: (WW-2872) Release Process Enhancement

Release Process Enhancement
---------------------------

                 Key: WW-2872
                 URL: https://issues.apache.org/struts/browse/WW-2872
             Project: Struts 2
          Issue Type: Improvement
          Components: Build Management
    Affects Versions: 2.1.2, 2.0.13
            Reporter: Rene Gielen
            Assignee: Musachy Barroso
             Fix For: 2.0.14, 2.1.3


Streamline the Struts2 release process

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (WW-2872) Release Process Enhancement

Posted by "Rene Gielen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44971#action_44971 ] 

rgielen edited comment on WW-2872 at 11/18/08 1:30 AM:
-----------------------------------------------------------

At least when using a branch rather than trunk scm pom definition, the release:prepare goal messes up the modified release pom with missing slashes:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/blank/pom.xml?r1=718050&r2=718049&pathrev=718050


      was (Author: rgielen):
    At least when using a branch rather than trunk scm pom definition, the release:perform goal messes up the modified release pom with missing slashes:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/blank/pom.xml?r1=718050&r2=718049&pathrev=718050

  
> Release Process Enhancement
> ---------------------------
>
>                 Key: WW-2872
>                 URL: https://issues.apache.org/struts/browse/WW-2872
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Build Management
>    Affects Versions: 2.0.13, 2.1.2
>            Reporter: Rene Gielen
>            Assignee: Musachy Barroso
>             Fix For: 2.0.14, 2.1.3
>
>
> Streamline the Struts2 release process

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (WW-2872) Release Process Enhancement

Posted by "Rene Gielen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rene Gielen reopened WW-2872:
-----------------------------


I'll document my tries with the 2.0.14 release process later

> Release Process Enhancement
> ---------------------------
>
>                 Key: WW-2872
>                 URL: https://issues.apache.org/struts/browse/WW-2872
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Build Management
>    Affects Versions: 2.0.13, 2.1.2
>            Reporter: Rene Gielen
>            Assignee: Musachy Barroso
>             Fix For: 2.0.14, 2.1.3
>
>
> Streamline the Struts2 release process

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2872) Release Process Enhancement

Posted by "Rene Gielen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44970#action_44970 ] 

Rene Gielen commented on WW-2872:
---------------------------------

jdk14 assembly fixed for 2.0.15-SNAPSHOT

> Release Process Enhancement
> ---------------------------
>
>                 Key: WW-2872
>                 URL: https://issues.apache.org/struts/browse/WW-2872
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Build Management
>    Affects Versions: 2.0.13, 2.1.2
>            Reporter: Rene Gielen
>            Assignee: Musachy Barroso
>             Fix For: 2.0.14, 2.1.3
>
>
> Streamline the Struts2 release process

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (WW-2872) Release Process Enhancement

Posted by "Rene Gielen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45001#action_45001 ] 

rgielen edited comment on WW-2872 at 11/21/08 12:14 AM:
------------------------------------------------------------

Workaround taken from this thread:
http://www.nabble.com/-Studio--Using-the-Maven-Release-Plugin-td19570988.html

# mvn release:prepare
=> fails
# svn up -r head 
# mvn release:prepare -Dresume

      was (Author: rgielen):
    Workaround from taken from this thread:
http://www.nabble.com/-Studio--Using-the-Maven-Release-Plugin-td19570988.html

# mvn release:prepare
=> fails
# svn up -r head 
# mvn release:prepare -Dresume
  
> Release Process Enhancement
> ---------------------------
>
>                 Key: WW-2872
>                 URL: https://issues.apache.org/struts/browse/WW-2872
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Build Management
>    Affects Versions: 2.0.13, 2.1.2
>            Reporter: Rene Gielen
>            Assignee: Musachy Barroso
>             Fix For: 2.0.14, 2.1.3
>
>
> Streamline the Struts2 release process

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2872) Release Process Enhancement

Posted by "Rene Gielen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44971#action_44971 ] 

Rene Gielen commented on WW-2872:
---------------------------------

At least when using a branch rather than trunk scm pom definition, the release:perform goal messes up the modified release pom with missing slashes:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/blank/pom.xml?r1=718050&r2=718049&pathrev=718050


> Release Process Enhancement
> ---------------------------
>
>                 Key: WW-2872
>                 URL: https://issues.apache.org/struts/browse/WW-2872
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Build Management
>    Affects Versions: 2.0.13, 2.1.2
>            Reporter: Rene Gielen
>            Assignee: Musachy Barroso
>             Fix For: 2.0.14, 2.1.3
>
>
> Streamline the Struts2 release process

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2872) Release Process Enhancement

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45010#action_45010 ] 

Musachy Barroso commented on WW-2872:
-------------------------------------

I think we should run a 2.1 test build and if we are happy with the branch, then merge into trunk. ping me on IRC

> Release Process Enhancement
> ---------------------------
>
>                 Key: WW-2872
>                 URL: https://issues.apache.org/struts/browse/WW-2872
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Build Management
>    Affects Versions: 2.0.13, 2.1.2
>            Reporter: Rene Gielen
>            Assignee: Musachy Barroso
>             Fix For: 2.0.14, 2.1.3
>
>
> Streamline the Struts2 release process

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2872) Release Process Enhancement

Posted by "Rene Gielen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45001#action_45001 ] 

Rene Gielen commented on WW-2872:
---------------------------------

Workaround from taken from this thread:
http://www.nabble.com/-Studio--Using-the-Maven-Release-Plugin-td19570988.html

# mvn release:prepare
=> fails
# svn up -r head 
# mvn release:prepare -Dresume

> Release Process Enhancement
> ---------------------------
>
>                 Key: WW-2872
>                 URL: https://issues.apache.org/struts/browse/WW-2872
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Build Management
>    Affects Versions: 2.0.13, 2.1.2
>            Reporter: Rene Gielen
>            Assignee: Musachy Barroso
>             Fix For: 2.0.14, 2.1.3
>
>
> Streamline the Struts2 release process

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WW-2872) Release Process Enhancement

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso resolved WW-2872.
---------------------------------

    Resolution: Fixed

> Release Process Enhancement
> ---------------------------
>
>                 Key: WW-2872
>                 URL: https://issues.apache.org/struts/browse/WW-2872
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Build Management
>    Affects Versions: 2.0.13, 2.1.2
>            Reporter: Rene Gielen
>            Assignee: Musachy Barroso
>             Fix For: 2.1.3, 2.0.14
>
>
> Streamline the Struts2 release process

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2872) Release Process Enhancement

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44990#action_44990 ] 

Musachy Barroso commented on WW-2872:
-------------------------------------

just FYI, the release plugin fails to tag if the code was checked out with svn client 1.5. Rene can you post the workaround?

> Release Process Enhancement
> ---------------------------
>
>                 Key: WW-2872
>                 URL: https://issues.apache.org/struts/browse/WW-2872
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Build Management
>    Affects Versions: 2.0.13, 2.1.2
>            Reporter: Rene Gielen
>            Assignee: Musachy Barroso
>             Fix For: 2.0.14, 2.1.3
>
>
> Streamline the Struts2 release process

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (WW-2872) Release Process Enhancement

Posted by "Rene Gielen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rene Gielen closed WW-2872.
---------------------------

    Resolution: Fixed

Closing issue for the 2.0.14 release, will be reopened afterwards for further improvements and 2.1.3 integration / verification

> Release Process Enhancement
> ---------------------------
>
>                 Key: WW-2872
>                 URL: https://issues.apache.org/struts/browse/WW-2872
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Build Management
>    Affects Versions: 2.0.13, 2.1.2
>            Reporter: Rene Gielen
>            Assignee: Musachy Barroso
>             Fix For: 2.0.14, 2.1.3
>
>
> Streamline the Struts2 release process

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.