You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Max Berger (JIRA)" <ji...@codehaus.org> on 2007/02/13 16:09:21 UTC

[jira] Created: (MRELEASE-198) Maven Relese taggs with version number, but dots are not supported in CVS

Maven Relese taggs with version number, but dots are not supported in CVS
-------------------------------------------------------------------------

                 Key: MRELEASE-198
                 URL: http://jira.codehaus.org/browse/MRELEASE-198
             Project: Maven 2.x Release Plugin
          Issue Type: Wish
    Affects Versions: 2.0-beta-4
         Environment: Linux
            Reporter: Max Berger
            Priority: Minor


Dear developers,

I was trying to release a project that was stored in CVS and had the version 2.9.3. The release-plugin tried to tag the release using that version and failed terribly, I had to manually set the tag to 2-9-3.

It would be nice if the plugin could avoid illegal tag names.

as the project has been moved to svn this is no longer an issue for me, but the general issue remains.

Max

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MRELEASE-198) Maven Relese taggs with version number, but dots are not supported in CVS

Posted by "Klaus Brunner (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRELEASE-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_90275 ] 

Klaus Brunner commented on MRELEASE-198:
----------------------------------------

This is a quite annoying bug. Apparently somebody has provided a patch a while ago (see duplicate MRELEASE-110), but there's no new release of the plugin yet.


> Maven Relese taggs with version number, but dots are not supported in CVS
> -------------------------------------------------------------------------
>
>                 Key: MRELEASE-198
>                 URL: http://jira.codehaus.org/browse/MRELEASE-198
>             Project: Maven 2.x Release Plugin
>          Issue Type: Wish
>    Affects Versions: 2.0-beta-4
>         Environment: Linux
>            Reporter: Max Berger
>            Priority: Minor
>
> Dear developers,
> I was trying to release a project that was stored in CVS and had the version 2.9.3. The release-plugin tried to tag the release using that version and failed terribly, I had to manually set the tag to 2-9-3.
> It would be nice if the plugin could avoid illegal tag names.
> as the project has been moved to svn this is no longer an issue for me, but the general issue remains.
> Max

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MRELEASE-198) Maven Relese taggs with version number, but dots are not supported in CVS

Posted by "Stephane Nicoll (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRELEASE-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_87568 ] 

Stephane Nicoll commented on MRELEASE-198:
------------------------------------------

That's weird, I use this version with CVS and I don't have the problem (it's translated to 2_9_3).



> Maven Relese taggs with version number, but dots are not supported in CVS
> -------------------------------------------------------------------------
>
>                 Key: MRELEASE-198
>                 URL: http://jira.codehaus.org/browse/MRELEASE-198
>             Project: Maven 2.x Release Plugin
>          Issue Type: Wish
>    Affects Versions: 2.0-beta-4
>         Environment: Linux
>            Reporter: Max Berger
>            Priority: Minor
>
> Dear developers,
> I was trying to release a project that was stored in CVS and had the version 2.9.3. The release-plugin tried to tag the release using that version and failed terribly, I had to manually set the tag to 2-9-3.
> It would be nice if the plugin could avoid illegal tag names.
> as the project has been moved to svn this is no longer an issue for me, but the general issue remains.
> Max

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MRELEASE-198) Maven Relese taggs with version number, but dots are not supported in CVS

Posted by "Max Berger (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRELEASE-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_87570 ] 

Max Berger commented on MRELEASE-198:
-------------------------------------

As we still have the CVS repository, I can provide the output. This is a dry-run, if you want me to i can also do the "real run" (since the CVS repository is no longer important) and send you the error message.

Is there any way to easily find out which version i am using? So far I assumed it is 2.0-beta4 since this is the only one in my local .m2 directory.

[berger@kreusspitze jeuclid-cvs]$ mvn release:prepare -DdryRun=true -Dusername=maxberger
[INFO] Scanning for projects...
...
[INFO] Full run would be checking in 1 files with message: '[maven-release-plugin] prepare release jeuclid-2.9.4'
[INFO] Full run would be tagging /home/berger/workspace/jeuclid-cvs with label: 'jeuclid-2.9.4
[INFO] Transforming 'JEuclid'...
[INFO] Full run would be checking in 1 files with message: '[maven-release-plugin] prepare for next development iteration'
[INFO] Release preparation simulation complete.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 26 seconds
[INFO] Finished at: Wed Feb 14 13:57:16 CET 2007
[INFO] Final Memory: 9M/296M
[INFO] ------------------------------------------------------------------------
[berger@kreusspitze jeuclid-cvs]$


> Maven Relese taggs with version number, but dots are not supported in CVS
> -------------------------------------------------------------------------
>
>                 Key: MRELEASE-198
>                 URL: http://jira.codehaus.org/browse/MRELEASE-198
>             Project: Maven 2.x Release Plugin
>          Issue Type: Wish
>    Affects Versions: 2.0-beta-4
>         Environment: Linux
>            Reporter: Max Berger
>            Priority: Minor
>
> Dear developers,
> I was trying to release a project that was stored in CVS and had the version 2.9.3. The release-plugin tried to tag the release using that version and failed terribly, I had to manually set the tag to 2-9-3.
> It would be nice if the plugin could avoid illegal tag names.
> as the project has been moved to svn this is no longer an issue for me, but the general issue remains.
> Max

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MRELEASE-198) Maven Relese taggs with version number, but dots are not supported in CVS

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRELEASE-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Venisse closed MRELEASE-198.
-------------------------------------

      Assignee: Emmanuel Venisse
    Resolution: Duplicate

Duplicate MRELEASE-110

> Maven Relese taggs with version number, but dots are not supported in CVS
> -------------------------------------------------------------------------
>
>                 Key: MRELEASE-198
>                 URL: http://jira.codehaus.org/browse/MRELEASE-198
>             Project: Maven 2.x Release Plugin
>          Issue Type: Wish
>    Affects Versions: 2.0-beta-4
>         Environment: Linux
>            Reporter: Max Berger
>         Assigned To: Emmanuel Venisse
>            Priority: Minor
>
> Dear developers,
> I was trying to release a project that was stored in CVS and had the version 2.9.3. The release-plugin tried to tag the release using that version and failed terribly, I had to manually set the tag to 2-9-3.
> It would be nice if the plugin could avoid illegal tag names.
> as the project has been moved to svn this is no longer an issue for me, but the general issue remains.
> Max

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MRELEASE-198) Maven Relese taggs with version number, but dots are not supported in CVS

Posted by "Max Berger (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRELEASE-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_87719 ] 

Max Berger commented on MRELEASE-198:
-------------------------------------

so I just answered my own question:

mvn help:describe -Dplugin=release
...
Group Id:  org.apache.maven.plugins
Artifact Id: maven-release-plugin
Version:     2.0-beta-4
Goal Prefix: release

and

mvn help:describe -Dplugin=scm
...
Group Id:  org.apache.maven.plugins
Artifact Id: maven-scm-plugin
Version:     1.0-beta-4
Goal Prefix: scm

Or would this be a bug for SCM ?

> Maven Relese taggs with version number, but dots are not supported in CVS
> -------------------------------------------------------------------------
>
>                 Key: MRELEASE-198
>                 URL: http://jira.codehaus.org/browse/MRELEASE-198
>             Project: Maven 2.x Release Plugin
>          Issue Type: Wish
>    Affects Versions: 2.0-beta-4
>         Environment: Linux
>            Reporter: Max Berger
>            Priority: Minor
>
> Dear developers,
> I was trying to release a project that was stored in CVS and had the version 2.9.3. The release-plugin tried to tag the release using that version and failed terribly, I had to manually set the tag to 2-9-3.
> It would be nice if the plugin could avoid illegal tag names.
> as the project has been moved to svn this is no longer an issue for me, but the general issue remains.
> Max

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira