You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-dev@maven.apache.org by "Wim Deblauwe (JIRA)" <ji...@codehaus.org> on 2005/11/23 11:50:06 UTC

[jira] Created: (SCM-80) [patch] update for the release and clearcase plugins

[patch] update for the release and clearcase plugins
----------------------------------------------------

         Key: SCM-80
         URL: http://jira.codehaus.org/browse/SCM-80
     Project: Maven SCM
        Type: Task
    Reporter: Wim Deblauwe
 Attachments: clearcase-release.patch, release.patch

These are 2 patches. One for the release plugin and one for the clearcase plugin to make the release:prepare goal work on clearcase. This has been tested on my machine and it works, so anybody else willing to test this is very welcome.

regards,

Wim

-- 
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: (SCM-80) [patch] update for the release and clearcase plugins

Posted by "Wim Deblauwe (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-80?page=comments#action_51971 ] 

Wim Deblauwe commented on SCM-80:
---------------------------------

Ah, ok, I was not aware of that. Is there an easy way to get the list of the modified poms? How do you do this in SVN or CVS?

> [patch] update for the release and clearcase plugins
> ----------------------------------------------------
>
>          Key: SCM-80
>          URL: http://jira.codehaus.org/browse/SCM-80
>      Project: Maven SCM
>         Type: Task
>     Reporter: Wim Deblauwe
>  Attachments: clearcase-release.patch, release.patch
>
>
> These are 2 patches. One for the release plugin and one for the clearcase plugin to make the release:prepare goal work on clearcase. This has been tested on my machine and it works, so anybody else willing to test this is very welcome.
> regards,
> Wim

-- 
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: (SCM-80) [patch] update for the release and clearcase plugins

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-80?page=comments#action_51939 ] 

Emmanuel Venisse commented on SCM-80:
-------------------------------------

I don't apply patch on release plugin because it doens't support projects with modules.
When we have a project with modules, the checkin command commit all modified poms and not only one, so, you need to obtain the list of all modified poms

> [patch] update for the release and clearcase plugins
> ----------------------------------------------------
>
>          Key: SCM-80
>          URL: http://jira.codehaus.org/browse/SCM-80
>      Project: Maven SCM
>         Type: Task
>     Reporter: Wim Deblauwe
>  Attachments: clearcase-release.patch, release.patch
>
>
> These are 2 patches. One for the release plugin and one for the clearcase plugin to make the release:prepare goal work on clearcase. This has been tested on my machine and it works, so anybody else willing to test this is very welcome.
> regards,
> Wim

-- 
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


Re: [jira] Commented: (SCM-80) [patch] update for the release and clearcase plugins

Posted by Emmanuel Venisse <em...@venisse.net>.
The behaviour is to remove "-SNAPSHOT" before tagging a release, and after we increment version 
number and we re-add-SNAPSHOT because new version is a development version.

This is normally the same thing with parent project and modules.
Generally, sub-modules are defined with <parent/> but it insn't the case in your samples. You can 
add too a <dependencyManagement/> in your parent project, so you don't define dependencies versions 
in sub-modules.

Emmanuel

Wim Deblauwe a écrit :
> But that is not the behaviour I see. When I release a project without 
> <modules/>, the pom.xml gets updated to SNAPSHOT again. For my 
> testproject with <modules/>, this does not happen. Not in the parent and 
> not in any of the child modules.
> 
> regards,
> 
> Wim
> 
> 2005/11/29, Emmanuel Venisse <emmanuel@venisse.net 
> <ma...@venisse.net>>:
> 
>     Not possible in actual version of release plugin. We consider that
>     if you release an entire project,
>     when you start a new version, all sub-components start with a new
>     version too.
> 
>     we'll can perhaps add an option that won't update versions.
> 
>     Emmanuel
> 
> 


Re: [jira] Commented: (SCM-80) [patch] update for the release and clearcase plugins

Posted by Wim Deblauwe <wi...@gmail.com>.
But that is not the behaviour I see. When I release a project without
<modules/>, the pom.xml gets updated to SNAPSHOT again. For my testproject
with <modules/>, this does not happen. Not in the parent and not in any of
the child modules.

regards,

Wim

2005/11/29, Emmanuel Venisse <em...@venisse.net>:
>
> Not possible in actual version of release plugin. We consider that if you
> release an entire project,
> when you start a new version, all sub-components start with a new version
> too.
>
> we'll can perhaps add an option that won't update versions.
>
> Emmanuel
>

Re: [jira] Commented: (SCM-80) [patch] update for the release and clearcase plugins

Posted by Emmanuel Venisse <em...@venisse.net>.
Not possible in actual version of release plugin. We consider that if you release an entire project, 
when you start a new version, all sub-components start with a new version too.

we'll can perhaps add an option that won't update versions.

Emmanuel

Wim Deblauwe a écrit :
> ok, I can live with that. But how about the pom.xml not being updated to 
> SNAPSHOT again?
> 
> regards,
> 
> Wim
> 
> 2005/11/29, Emmanuel Venisse <emmanuel@venisse.net 
> <ma...@venisse.net>>:
> 
>     if you want to tag only one project, you must release only it. if
>     you release an entire project, you
>     have one tag for all. A tag is a photo of sources at an instant.
> 
>     It's the same for all providers.
> 
>     Emmanuel
> 
>     Wim Deblauwe a écrit :
>      > Come to think of it, it does not exactly what I hoped it would do.
>      > Currently all modules get labeled (tagged) with the same label. Each
>      > module should be labeled with it's own label. Also, the pom.xml files
>      > are not updated to the next snapshot version. These things are
>     probably
>      > the same for other providers?
>      >
>      > regards,
>      >
>      > Wim
>      >
>      > 2005/11/29, Wim Deblauwe < wim.deblauwe@gmail.com
>     <ma...@gmail.com>
>      > <mailto:wim.deblauwe@gmail.com <ma...@gmail.com>>>:
>      >
>      >     See http://jira.codehaus.org/browse/SCM-87 for patches to make it
>      >     work with multiproject. Enjoy!
>      >
>      >     regards,
>      >
>      >     Wim
>      >
>      >     2005/11/29, Wim Deblauwe < wim.deblauwe@gmail.com
>     <ma...@gmail.com>
>      >     <mailto:wim.deblauwe@gmail.com <ma...@gmail.com>>>:
>      >
>      >         http://jira.codehaus.org/browse/SCM-86
>     <http://jira.codehaus.org/browse/SCM-86>
>      >
>      >         2005/11/28, Emmanuel Venisse < emmanuel@venisse.net
>     <ma...@venisse.net>
>      >         <mailto:emmanuel@venisse.net
>     <ma...@venisse.net>> >:
>      >
>      >             you can use the j2ee archetype
>      >
>      >             Emmanuel
>      >
>      >             Wim Deblauwe a écrit :
>      >>  Thanks, it's ok now.
>      >>
>      >>  I do not have a project with modules. I would be nice if
>      >             there was some
>      >>  simple project to test with. Maybe someone should create a
>      >             archetype of
>      >>  a project with modules so we have something to test with?
>      >>
>      >>  regards,
>      >>
>      >>  Wim
>      >>
>      >>  2005/11/25, Emmanuel Venisse <emmanuel@venisse.net
>     <ma...@venisse.net>
>      >             <mailto: emmanuel@venisse.net
>     <ma...@venisse.net>>
>      >>  <mailto:emmanuel@venisse.net <ma...@venisse.net>
>     <mailto:emmanuel@venisse.net <ma...@venisse.net>>>>:
>      >>
>      >>     You have a conflict on this file. Delete it and run
>      >             after svn update
>      >>
>      >>     Emmanuel
>      >>
>      >>     Wim Deblauwe a écrit :
>      >>      > I'm having problems updating the
>      >             maven-release-plugin to the latest
>      >>      > version. I ran 'update' but the
>      >             PrepareReleaseMojo.java file remains
>      >>      > with a red exclamation mark. I don't know how to
>      >             solve it. When I
>      >>     look
>      >>      > at the file, there are sections who looks like this:
>      >>      >
>      >>      >     private void writePom( File pomFile, Model
>      >             model, String
>      >>     versionName )
>      >>      >         throws MojoExecutionException
>      >>      >     {
>      >>      > <<<<<<< .mine
>      >>      >         ScmHelper scm = getScm(
>      >             basedir.getAbsolutePath() );
>      >>      > =======
>      >>      >         pomFiles.add( pomFile );
>      >>      >
>      >>      >         ScmHelper scm = getScm(
>      >             basedir.getAbsolutePath() );
>      >>      >  >>>>>>> .r348924
>      >>      >
>      >>      > regards,
>      >>      >
>      >>      > Wim
>      >>      >
>      >>      >
>      >>      > 2005/11/25, Emmanuel Venisse < emmanuel@venisse.net
>     <ma...@venisse.net>
>      >             <mailto:emmanuel@venisse.net
>     <ma...@venisse.net>>
>      >>     <mailto:emmanuel@venisse.net <ma...@venisse.net>
>     <mailto:emmanuel@venisse.net <ma...@venisse.net>>>
>      >>      > <mailto: emmanuel@venisse.net <ma...@venisse.net>
>      >             <mailto:emmanuel@venisse.net
>     <ma...@venisse.net>> <mailto:emmanuel@venisse.net
>     <ma...@venisse.net>
>      >             <mailto: emmanuel@venisse.net
>     <ma...@venisse.net>>>>>:
>      >>      >
>      >>      >     if you can test with a simple project and with a
>      >             project with
>      >>      >     modules, it will be great.
>      >>      >
>      >>      >     Emmanuel
>      >>      >
>      >>      >     Wim Deblauwe a écrit :
>      >>      >      > Sure, do you have an example project with
>      >             modules that I
>      >>     can test?
>      >>      >      >
>      >>      >      > Wim
>      >>      >      >
>      >>      >      > 2005/11/25, Emmanuel Venisse
>      >             <emmanuel@venisse.net <ma...@venisse.net>
>     <mailto:emmanuel@venisse.net <ma...@venisse.net>>
>      >>     <mailto:emmanuel@venisse.net <ma...@venisse.net>
>     <mailto:emmanuel@venisse.net <ma...@venisse.net>>>
>      >>      >     <mailto:emmanuel@venisse.net
>     <ma...@venisse.net>
>      >             <mailto:emmanuel@venisse.net
>     <ma...@venisse.net>> <mailto:emmanuel@venisse.net
>     <ma...@venisse.net>
>      >             <mailto: emmanuel@venisse.net
>     <ma...@venisse.net>>>>
>      >>      >      > <mailto:emmanuel@venisse.net
>     <ma...@venisse.net>
>      >             <mailto:emmanuel@venisse.net
>     <ma...@venisse.net>> <mailto:emmanuel@venisse.net
>     <ma...@venisse.net>
>      >             <mailto: emmanuel@venisse.net
>     <ma...@venisse.net>>>
>      >>     <mailto:emmanuel@venisse.net <ma...@venisse.net>
>      >             <mailto:emmanuel@venisse.net
>     <ma...@venisse.net>> <mailto:emmanuel@venisse.net
>     <ma...@venisse.net>
>      >             <mailto:emmanuel@venisse.net
>     <ma...@venisse.net>>>>>>:
>      >>      >      >
>      >>      >      >     Wim,
>      >>      >      >
>      >>      >      >     Can you test it with clearcase?
>      >>      >      >
>      >>      >      >     Emmanuel
>      >>      >      >
>      >>      >      >     Wim Deblauwe (JIRA) a écrit :
>      >>      >      >      >     [
>      >>      >      >
>      >>
>      >            
>     http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
>      >             <
>     http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978>
>      >>      >      >
>      >>      >     <
>      >>
>      >            
>     http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
>      >             <
>     http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978>
>      >>      >
>      >>     <
>      >            
>     http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
>     <http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978>
>      >>     <
>      >            
>     http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
>      >             <
>     http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978>>>>
>      >             ]
>      >>      >      >      >
>      >>      >      >      > Wim Deblauwe commented on SCM-80:
>      >>      >      >      > ---------------------------------
>      >>      >      >      >
>      >>      >      >      > Thanks a  million Emmanuel!
>      >>      >      >      >
>      >>      >      >      >
>      >>      >      >      >>[patch] update for the release and
>      >             clearcase plugins
>      >>      >      >      >>----------------------------------------------------
>      >>      >      >      >>
>      >>      >      >      >>         Key: SCM-80
>      >>      >      >      >>         URL:
>      >             http://jira.codehaus.org/browse/SCM-80
>      >>      >      >     <http://jira.codehaus.org/browse/SCM-80>
>      >>      >      >      >>     Project: Maven SCM
>      >>      >      >      >>        Type: Task
>      >>      >      >      >>    Reporter: Wim Deblauwe
>      >>      >      >      >>    Assignee: Emmanuel Venisse
>      >>      >      >      >>     Fix For: 1.0-beta-2
>      >>      >      >      >> Attachments: clearcase-release.patch
>      >             , release.patch
>      >>      >      >      >>
>      >>      >      >      >>
>      >>      >      >      >>These are 2 patches. One for the
>      >             release plugin and one
>      >>      >     for the
>      >>      >      >     clearcase plugin to make the
>      >             release:prepare goal work on
>      >>      >     clearcase.
>      >>      >      >     This has been tested on my machine and it
>      >             works, so
>      >>     anybody else
>      >>      >      >     willing to test this is very welcome.
>      >>      >      >      >>regards,
>      >>      >      >      >>Wim
>      >>      >      >      >
>      >>      >      >      >
>      >>      >      >
>      >>      >      >
>      >>      >
>      >>      >
>      >>
>      >>
>      >
>      >
>      >
>      >
> 
> 


Re: [jira] Commented: (SCM-80) [patch] update for the release and clearcase plugins

Posted by Wim Deblauwe <wi...@gmail.com>.
ok, I can live with that. But how about the pom.xml not being updated to
SNAPSHOT again?

regards,

Wim

2005/11/29, Emmanuel Venisse <em...@venisse.net>:
>
> if you want to tag only one project, you must release only it. if you
> release an entire project, you
> have one tag for all. A tag is a photo of sources at an instant.
>
> It's the same for all providers.
>
> Emmanuel
>
> Wim Deblauwe a écrit :
> > Come to think of it, it does not exactly what I hoped it would do.
> > Currently all modules get labeled (tagged) with the same label. Each
> > module should be labeled with it's own label. Also, the pom.xml files
> > are not updated to the next snapshot version. These things are probably
> > the same for other providers?
> >
> > regards,
> >
> > Wim
> >
> > 2005/11/29, Wim Deblauwe <wim.deblauwe@gmail.com
> > <ma...@gmail.com>>:
> >
> >     See http://jira.codehaus.org/browse/SCM-87 for patches to make it
> >     work with multiproject. Enjoy!
> >
> >     regards,
> >
> >     Wim
> >
> >     2005/11/29, Wim Deblauwe <wim.deblauwe@gmail.com
> >     <ma...@gmail.com>>:
> >
> >         http://jira.codehaus.org/browse/SCM-86
> >
> >         2005/11/28, Emmanuel Venisse < emmanuel@venisse.net
> >         <ma...@venisse.net> >:
> >
> >             you can use the j2ee archetype
> >
> >             Emmanuel
> >
> >             Wim Deblauwe a écrit :
> >>  Thanks, it's ok now.
> >>
> >>  I do not have a project with modules. I would be nice if
> >             there was some
> >>  simple project to test with. Maybe someone should create a
> >             archetype of
> >>  a project with modules so we have something to test with?
> >>
> >>  regards,
> >>
> >>  Wim
> >>
> >>  2005/11/25, Emmanuel Venisse <emmanuel@venisse.net
> >             <ma...@venisse.net>
> >>  <mailto:emmanuel@venisse.net <ma...@venisse.net>>>:
> >>
> >>     You have a conflict on this file. Delete it and run
> >             after svn update
> >>
> >>     Emmanuel
> >>
> >>     Wim Deblauwe a écrit :
> >>      > I'm having problems updating the
> >             maven-release-plugin to the latest
> >>      > version. I ran 'update' but the
> >             PrepareReleaseMojo.java file remains
> >>      > with a red exclamation mark. I don't know how to
> >             solve it. When I
> >>     look
> >>      > at the file, there are sections who looks like this:
> >>      >
> >>      >     private void writePom( File pomFile, Model
> >             model, String
> >>     versionName )
> >>      >         throws MojoExecutionException
> >>      >     {
> >>      > <<<<<<< .mine
> >>      >         ScmHelper scm = getScm(
> >             basedir.getAbsolutePath() );
> >>      > =======
> >>      >         pomFiles.add( pomFile );
> >>      >
> >>      >         ScmHelper scm = getScm(
> >             basedir.getAbsolutePath() );
> >>      >  >>>>>>> .r348924
> >>      >
> >>      > regards,
> >>      >
> >>      > Wim
> >>      >
> >>      >
> >>      > 2005/11/25, Emmanuel Venisse < emmanuel@venisse.net
> >             <ma...@venisse.net>
> >>     <mailto:emmanuel@venisse.net <ma...@venisse.net>>
> >>      > <mailto: emmanuel@venisse.net
> >             <ma...@venisse.net> <mailto:emmanuel@venisse.net
> >             <ma...@venisse.net>>>>:
> >>      >
> >>      >     if you can test with a simple project and with a
> >             project with
> >>      >     modules, it will be great.
> >>      >
> >>      >     Emmanuel
> >>      >
> >>      >     Wim Deblauwe a écrit :
> >>      >      > Sure, do you have an example project with
> >             modules that I
> >>     can test?
> >>      >      >
> >>      >      > Wim
> >>      >      >
> >>      >      > 2005/11/25, Emmanuel Venisse
> >             <emmanuel@venisse.net <ma...@venisse.net>
> >>     <mailto:emmanuel@venisse.net <ma...@venisse.net>>
> >>      >     <mailto:emmanuel@venisse.net
> >             <ma...@venisse.net> <mailto:emmanuel@venisse.net
> >             <ma...@venisse.net>>>
> >>      >      > <mailto:emmanuel@venisse.net
> >             <ma...@venisse.net> <mailto:emmanuel@venisse.net
> >             <ma...@venisse.net>>
> >>     <mailto:emmanuel@venisse.net
> >             <ma...@venisse.net> <mailto:emmanuel@venisse.net
> >             <ma...@venisse.net>>>>>:
> >>      >      >
> >>      >      >     Wim,
> >>      >      >
> >>      >      >     Can you test it with clearcase?
> >>      >      >
> >>      >      >     Emmanuel
> >>      >      >
> >>      >      >     Wim Deblauwe (JIRA) a écrit :
> >>      >      >      >     [
> >>      >      >
> >>
> >
> http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
> >             <
> http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978>
> >>      >      >
> >>      >     <
> >>
> >
> http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
> >             <
> http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978>
> >>      >
> >>     <
> >
> http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
> >>     <
> >
> http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
> >             <
> http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978>>>>
> >             ]
> >>      >      >      >
> >>      >      >      > Wim Deblauwe commented on SCM-80:
> >>      >      >      > ---------------------------------
> >>      >      >      >
> >>      >      >      > Thanks a  million Emmanuel!
> >>      >      >      >
> >>      >      >      >
> >>      >      >      >>[patch] update for the release and
> >             clearcase plugins
>
> >>      >      >      >>----------------------------------------------------
> >>      >      >      >>
> >>      >      >      >>         Key: SCM-80
> >>      >      >      >>         URL:
> >             http://jira.codehaus.org/browse/SCM-80
> >>      >      >     <http://jira.codehaus.org/browse/SCM-80>
> >>      >      >      >>     Project: Maven SCM
> >>      >      >      >>        Type: Task
> >>      >      >      >>    Reporter: Wim Deblauwe
> >>      >      >      >>    Assignee: Emmanuel Venisse
> >>      >      >      >>     Fix For: 1.0-beta-2
> >>      >      >      >> Attachments: clearcase-release.patch
> >             , release.patch
> >>      >      >      >>
> >>      >      >      >>
> >>      >      >      >>These are 2 patches. One for the
> >             release plugin and one
> >>      >     for the
> >>      >      >     clearcase plugin to make the
> >             release:prepare goal work on
> >>      >     clearcase.
> >>      >      >     This has been tested on my machine and it
> >             works, so
> >>     anybody else
> >>      >      >     willing to test this is very welcome.
> >>      >      >      >>regards,
> >>      >      >      >>Wim
> >>      >      >      >
> >>      >      >      >
> >>      >      >
> >>      >      >
> >>      >
> >>      >
> >>
> >>
> >
> >
> >
> >
>
>

Re: [jira] Commented: (SCM-80) [patch] update for the release and clearcase plugins

Posted by Emmanuel Venisse <em...@venisse.net>.
if you want to tag only one project, you must release only it. if you release an entire project, you 
have one tag for all. A tag is a photo of sources at an instant.

It's the same for all providers.

Emmanuel

Wim Deblauwe a écrit :
> Come to think of it, it does not exactly what I hoped it would do. 
> Currently all modules get labeled (tagged) with the same label. Each 
> module should be labeled with it's own label. Also, the pom.xml files 
> are not updated to the next snapshot version. These things are probably 
> the same for other providers?
> 
> regards,
> 
> Wim
> 
> 2005/11/29, Wim Deblauwe <wim.deblauwe@gmail.com 
> <ma...@gmail.com>>:
> 
>     See http://jira.codehaus.org/browse/SCM-87 for patches to make it
>     work with multiproject. Enjoy!
> 
>     regards,
> 
>     Wim
> 
>     2005/11/29, Wim Deblauwe <wim.deblauwe@gmail.com
>     <ma...@gmail.com>>:
> 
>         http://jira.codehaus.org/browse/SCM-86
> 
>         2005/11/28, Emmanuel Venisse < emmanuel@venisse.net
>         <ma...@venisse.net> >:
> 
>             you can use the j2ee archetype
> 
>             Emmanuel
> 
>             Wim Deblauwe a écrit :
>>  Thanks, it's ok now.
>>
>>  I do not have a project with modules. I would be nice if
>             there was some
>>  simple project to test with. Maybe someone should create a
>             archetype of
>>  a project with modules so we have something to test with?
>>
>>  regards,
>>
>>  Wim
>>
>>  2005/11/25, Emmanuel Venisse <emmanuel@venisse.net
>             <ma...@venisse.net>
>>  <mailto:emmanuel@venisse.net <ma...@venisse.net>>>:
>>
>>     You have a conflict on this file. Delete it and run
>             after svn update
>>
>>     Emmanuel
>>
>>     Wim Deblauwe a écrit :
>>      > I'm having problems updating the
>             maven-release-plugin to the latest
>>      > version. I ran 'update' but the
>             PrepareReleaseMojo.java file remains
>>      > with a red exclamation mark. I don't know how to
>             solve it. When I
>>     look
>>      > at the file, there are sections who looks like this:
>>      >
>>      >     private void writePom( File pomFile, Model
>             model, String
>>     versionName )
>>      >         throws MojoExecutionException
>>      >     {
>>      > <<<<<<< .mine
>>      >         ScmHelper scm = getScm(
>             basedir.getAbsolutePath() );
>>      > =======
>>      >         pomFiles.add( pomFile );
>>      >
>>      >         ScmHelper scm = getScm(
>             basedir.getAbsolutePath() );
>>      >  >>>>>>> .r348924
>>      >
>>      > regards,
>>      >
>>      > Wim
>>      >
>>      >
>>      > 2005/11/25, Emmanuel Venisse < emmanuel@venisse.net
>             <ma...@venisse.net>
>>     <mailto:emmanuel@venisse.net <ma...@venisse.net>>
>>      > <mailto: emmanuel@venisse.net
>             <ma...@venisse.net> <mailto:emmanuel@venisse.net
>             <ma...@venisse.net>>>>:
>>      >
>>      >     if you can test with a simple project and with a
>             project with
>>      >     modules, it will be great.
>>      >
>>      >     Emmanuel
>>      >
>>      >     Wim Deblauwe a écrit :
>>      >      > Sure, do you have an example project with
>             modules that I
>>     can test?
>>      >      >
>>      >      > Wim
>>      >      >
>>      >      > 2005/11/25, Emmanuel Venisse
>             <emmanuel@venisse.net <ma...@venisse.net>
>>     <mailto:emmanuel@venisse.net <ma...@venisse.net>>
>>      >     <mailto:emmanuel@venisse.net
>             <ma...@venisse.net> <mailto:emmanuel@venisse.net
>             <ma...@venisse.net>>>
>>      >      > <mailto:emmanuel@venisse.net
>             <ma...@venisse.net> <mailto:emmanuel@venisse.net
>             <ma...@venisse.net>>
>>     <mailto:emmanuel@venisse.net
>             <ma...@venisse.net> <mailto:emmanuel@venisse.net
>             <ma...@venisse.net>>>>>:
>>      >      >
>>      >      >     Wim,
>>      >      >
>>      >      >     Can you test it with clearcase?
>>      >      >
>>      >      >     Emmanuel
>>      >      >
>>      >      >     Wim Deblauwe (JIRA) a écrit :
>>      >      >      >     [
>>      >      >
>>    
>             http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
>             <http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978>
>>      >      >
>>      >     <
>>    
>             http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
>             <http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978>
>>      >
>>     <
>             http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
>>     <
>             http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
>             <http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978>>>>
>             ]
>>      >      >      >
>>      >      >      > Wim Deblauwe commented on SCM-80:
>>      >      >      > ---------------------------------
>>      >      >      >
>>      >      >      > Thanks a  million Emmanuel!
>>      >      >      >
>>      >      >      >
>>      >      >      >>[patch] update for the release and
>             clearcase plugins
>>      >      >      >>----------------------------------------------------
>>      >      >      >>
>>      >      >      >>         Key: SCM-80
>>      >      >      >>         URL:
>             http://jira.codehaus.org/browse/SCM-80
>>      >      >     <http://jira.codehaus.org/browse/SCM-80>
>>      >      >      >>     Project: Maven SCM
>>      >      >      >>        Type: Task
>>      >      >      >>    Reporter: Wim Deblauwe
>>      >      >      >>    Assignee: Emmanuel Venisse
>>      >      >      >>     Fix For: 1.0-beta-2
>>      >      >      >> Attachments: clearcase-release.patch
>             , release.patch
>>      >      >      >>
>>      >      >      >>
>>      >      >      >>These are 2 patches. One for the
>             release plugin and one
>>      >     for the
>>      >      >     clearcase plugin to make the
>             release:prepare goal work on
>>      >     clearcase.
>>      >      >     This has been tested on my machine and it
>             works, so
>>     anybody else
>>      >      >     willing to test this is very welcome.
>>      >      >      >>regards,
>>      >      >      >>Wim
>>      >      >      >
>>      >      >      >
>>      >      >
>>      >      >
>>      >
>>      >
>>
>>
> 
> 
> 
> 


Re: [jira] Commented: (SCM-80) [patch] update for the release and clearcase plugins

Posted by Wim Deblauwe <wi...@gmail.com>.
Come to think of it, it does not exactly what I hoped it would do. Currently
all modules get labeled (tagged) with the same label. Each module should be
labeled with it's own label. Also, the pom.xml files are not updated to the
next snapshot version. These things are probably the same for other
providers?

regards,

Wim

2005/11/29, Wim Deblauwe <wi...@gmail.com>:
>
> See http://jira.codehaus.org/browse/SCM-87 for patches to make it work
> with multiproject. Enjoy!
>
> regards,
>
> Wim
>
> 2005/11/29, Wim Deblauwe <wi...@gmail.com>:
> >
> > http://jira.codehaus.org/browse/SCM-86
> >
> > 2005/11/28, Emmanuel Venisse < emmanuel@venisse.net >:
> > >
> > > you can use the j2ee archetype
> > >
> > > Emmanuel
> > >
> > > Wim Deblauwe a écrit :
> > > > Thanks, it's ok now.
> > > >
> > > > I do not have a project with modules. I would be nice if there was
> > > some
> > > > simple project to test with. Maybe someone should create a archetype
> > > of
> > > > a project with modules so we have something to test with?
> > > >
> > > > regards,
> > > >
> > > > Wim
> > > >
> > > > 2005/11/25, Emmanuel Venisse <emmanuel@venisse.net
> > > > <mailto:emmanuel@venisse.net >>:
> > > >
> > > >     You have a conflict on this file. Delete it and run after svn
> > > update
> > > >
> > > >     Emmanuel
> > > >
> > > >     Wim Deblauwe a écrit :
> > > >      > I'm having problems updating the maven-release-plugin to the
> > > latest
> > > >      > version. I ran 'update' but the PrepareReleaseMojo.java file
> > > remains
> > > >      > with a red exclamation mark. I don't know how to solve it.
> > > When I
> > > >     look
> > > >      > at the file, there are sections who looks like this:
> > > >      >
> > > >      >     private void writePom( File pomFile, Model model, String
> > > >     versionName )
> > > >      >         throws MojoExecutionException
> > > >      >     {
> > > >      > <<<<<<< .mine
> > > >      >         ScmHelper scm = getScm( basedir.getAbsolutePath() );
> > > >      > =======
> > > >      >         pomFiles.add( pomFile );
> > > >      >
> > > >      >         ScmHelper scm = getScm( basedir.getAbsolutePath() );
> > > >      >  >>>>>>> .r348924
> > > >      >
> > > >      > regards,
> > > >      >
> > > >      > Wim
> > > >      >
> > > >      >
> > > >      > 2005/11/25, Emmanuel Venisse < emmanuel@venisse.net
> > > >     <mailto:emmanuel@venisse.net >
> > > >      > <mailto: emmanuel@venisse.net <mailto:emmanuel@venisse.net
> > > >>>:
> > > >      >
> > > >      >     if you can test with a simple project and with a project
> > > with
> > > >      >     modules, it will be great.
> > > >      >
> > > >      >     Emmanuel
> > > >      >
> > > >      >     Wim Deblauwe a écrit :
> > > >      >      > Sure, do you have an example project with modules that
> > > I
> > > >     can test?
> > > >      >      >
> > > >      >      > Wim
> > > >      >      >
> > > >      >      > 2005/11/25, Emmanuel Venisse <emmanuel@venisse.net
> > > >     <mailto:emmanuel@venisse.net >
> > > >      >     <mailto:emmanuel@venisse.net <mailto:emmanuel@venisse.net
> > > >>
> > > >      >      > <mailto:emmanuel@venisse.net <mailto:
> > > emmanuel@venisse.net >
> > > >     <mailto:emmanuel@venisse.net  <mailto:emmanuel@venisse.net >>>>:
> > > >      >      >
> > > >      >      >     Wim,
> > > >      >      >
> > > >      >      >     Can you test it with clearcase?
> > > >      >      >
> > > >      >      >     Emmanuel
> > > >      >      >
> > > >      >      >     Wim Deblauwe (JIRA) a écrit :
> > > >      >      >      >     [
> > > >      >      >
> > > >     http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
> > >
> > > >      >      >
> > > >      >     <
> > > >     http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
> > >
> > > >      >
> > > >     <http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
> > > >     <http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978 >>>
> > > ]
> > > >      >      >      >
> > > >      >      >      > Wim Deblauwe commented on SCM-80:
> > > >      >      >      > ---------------------------------
> > > >      >      >      >
> > > >      >      >      > Thanks a  million Emmanuel!
> > > >      >      >      >
> > > >      >      >      >
> > > >      >      >      >>[patch] update for the release and clearcase
> > > plugins
> > >
> > > >      >      >      >>----------------------------------------------------
> > > >      >      >      >>
> > > >      >      >      >>         Key: SCM-80
> > > >      >      >      >>         URL:
> > > http://jira.codehaus.org/browse/SCM-80
> > > >      >      >     <http://jira.codehaus.org/browse/SCM-80>
> > > >      >      >      >>     Project: Maven SCM
> > > >      >      >      >>        Type: Task
> > > >      >      >      >>    Reporter: Wim Deblauwe
> > > >      >      >      >>    Assignee: Emmanuel Venisse
> > > >      >      >      >>     Fix For: 1.0-beta-2
> > > >      >      >      >> Attachments: clearcase-release.patch ,
> > > release.patch
> > > >      >      >      >>
> > > >      >      >      >>
> > > >      >      >      >>These are 2 patches. One for the release plugin
> > > and one
> > > >      >     for the
> > > >      >      >     clearcase plugin to make the release:prepare goal
> > > work on
> > > >      >     clearcase.
> > > >      >      >     This has been tested on my machine and it works,
> > > so
> > > >     anybody else
> > > >      >      >     willing to test this is very welcome.
> > > >      >      >      >>regards,
> > > >      >      >      >>Wim
> > > >      >      >      >
> > > >      >      >      >
> > > >      >      >
> > > >      >      >
> > > >      >
> > > >      >
> > > >
> > > >
> > >
> > >
> >
>

Re: [jira] Commented: (SCM-80) [patch] update for the release and clearcase plugins

Posted by Wim Deblauwe <wi...@gmail.com>.
See http://jira.codehaus.org/browse/SCM-87 for patches to make it work with
multiproject. Enjoy!

regards,

Wim

2005/11/29, Wim Deblauwe <wi...@gmail.com>:
>
> http://jira.codehaus.org/browse/SCM-86
>
> 2005/11/28, Emmanuel Venisse <emmanuel@venisse.net >:
> >
> > you can use the j2ee archetype
> >
> > Emmanuel
> >
> > Wim Deblauwe a écrit :
> > > Thanks, it's ok now.
> > >
> > > I do not have a project with modules. I would be nice if there was
> > some
> > > simple project to test with. Maybe someone should create a archetype
> > of
> > > a project with modules so we have something to test with?
> > >
> > > regards,
> > >
> > > Wim
> > >
> > > 2005/11/25, Emmanuel Venisse <emmanuel@venisse.net
> > > <mailto:emmanuel@venisse.net >>:
> > >
> > >     You have a conflict on this file. Delete it and run after svn
> > update
> > >
> > >     Emmanuel
> > >
> > >     Wim Deblauwe a écrit :
> > >      > I'm having problems updating the maven-release-plugin to the
> > latest
> > >      > version. I ran 'update' but the PrepareReleaseMojo.java file
> > remains
> > >      > with a red exclamation mark. I don't know how to solve it. When
> > I
> > >     look
> > >      > at the file, there are sections who looks like this:
> > >      >
> > >      >     private void writePom( File pomFile, Model model, String
> > >     versionName )
> > >      >         throws MojoExecutionException
> > >      >     {
> > >      > <<<<<<< .mine
> > >      >         ScmHelper scm = getScm( basedir.getAbsolutePath() );
> > >      > =======
> > >      >         pomFiles.add( pomFile );
> > >      >
> > >      >         ScmHelper scm = getScm( basedir.getAbsolutePath() );
> > >      >  >>>>>>> .r348924
> > >      >
> > >      > regards,
> > >      >
> > >      > Wim
> > >      >
> > >      >
> > >      > 2005/11/25, Emmanuel Venisse < emmanuel@venisse.net
> > >     <ma...@venisse.net>
> > >      > <mailto: emmanuel@venisse.net <ma...@venisse.net>>>:
> > >      >
> > >      >     if you can test with a simple project and with a project
> > with
> > >      >     modules, it will be great.
> > >      >
> > >      >     Emmanuel
> > >      >
> > >      >     Wim Deblauwe a écrit :
> > >      >      > Sure, do you have an example project with modules that I
> > >     can test?
> > >      >      >
> > >      >      > Wim
> > >      >      >
> > >      >      > 2005/11/25, Emmanuel Venisse <emmanuel@venisse.net
> > >     <ma...@venisse.net>
> > >      >     <mailto:emmanuel@venisse.net <ma...@venisse.net>>
> > >      >      > <mailto:emmanuel@venisse.net <mailto:
> > emmanuel@venisse.net>
> > >     <mailto:emmanuel@venisse.net <ma...@venisse.net>>>>:
> > >      >      >
> > >      >      >     Wim,
> > >      >      >
> > >      >      >     Can you test it with clearcase?
> > >      >      >
> > >      >      >     Emmanuel
> > >      >      >
> > >      >      >     Wim Deblauwe (JIRA) a écrit :
> > >      >      >      >     [
> > >      >      >
> > >     http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
> > >      >      >
> > >      >     <
> > >     http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
> > >      >
> > >     <http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
> > >     <http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
> > >>> ]
> > >      >      >      >
> > >      >      >      > Wim Deblauwe commented on SCM-80:
> > >      >      >      > ---------------------------------
> > >      >      >      >
> > >      >      >      > Thanks a  million Emmanuel!
> > >      >      >      >
> > >      >      >      >
> > >      >      >      >>[patch] update for the release and clearcase
> > plugins
> >
> > >      >      >      >>----------------------------------------------------
> > >      >      >      >>
> > >      >      >      >>         Key: SCM-80
> > >      >      >      >>         URL:
> > http://jira.codehaus.org/browse/SCM-80
> > >      >      >     <http://jira.codehaus.org/browse/SCM-80>
> > >      >      >      >>     Project: Maven SCM
> > >      >      >      >>        Type: Task
> > >      >      >      >>    Reporter: Wim Deblauwe
> > >      >      >      >>    Assignee: Emmanuel Venisse
> > >      >      >      >>     Fix For: 1.0-beta-2
> > >      >      >      >> Attachments: clearcase-release.patch ,
> > release.patch
> > >      >      >      >>
> > >      >      >      >>
> > >      >      >      >>These are 2 patches. One for the release plugin
> > and one
> > >      >     for the
> > >      >      >     clearcase plugin to make the release:prepare goal
> > work on
> > >      >     clearcase.
> > >      >      >     This has been tested on my machine and it works, so
> > >     anybody else
> > >      >      >     willing to test this is very welcome.
> > >      >      >      >>regards,
> > >      >      >      >>Wim
> > >      >      >      >
> > >      >      >      >
> > >      >      >
> > >      >      >
> > >      >
> > >      >
> > >
> > >
> >
> >
>

Re: [jira] Commented: (SCM-80) [patch] update for the release and clearcase plugins

Posted by Wim Deblauwe <wi...@gmail.com>.
http://jira.codehaus.org/browse/SCM-86

2005/11/28, Emmanuel Venisse <em...@venisse.net>:
>
> you can use the j2ee archetype
>
> Emmanuel
>
> Wim Deblauwe a écrit :
> > Thanks, it's ok now.
> >
> > I do not have a project with modules. I would be nice if there was some
> > simple project to test with. Maybe someone should create a archetype of
> > a project with modules so we have something to test with?
> >
> > regards,
> >
> > Wim
> >
> > 2005/11/25, Emmanuel Venisse <emmanuel@venisse.net
> > <ma...@venisse.net>>:
> >
> >     You have a conflict on this file. Delete it and run after svn update
> >
> >     Emmanuel
> >
> >     Wim Deblauwe a écrit :
> >      > I'm having problems updating the maven-release-plugin to the
> latest
> >      > version. I ran 'update' but the PrepareReleaseMojo.java file
> remains
> >      > with a red exclamation mark. I don't know how to solve it. When I
> >     look
> >      > at the file, there are sections who looks like this:
> >      >
> >      >     private void writePom( File pomFile, Model model, String
> >     versionName )
> >      >         throws MojoExecutionException
> >      >     {
> >      > <<<<<<< .mine
> >      >         ScmHelper scm = getScm( basedir.getAbsolutePath() );
> >      > =======
> >      >         pomFiles.add( pomFile );
> >      >
> >      >         ScmHelper scm = getScm( basedir.getAbsolutePath() );
> >      >  >>>>>>> .r348924
> >      >
> >      > regards,
> >      >
> >      > Wim
> >      >
> >      >
> >      > 2005/11/25, Emmanuel Venisse < emmanuel@venisse.net
> >     <ma...@venisse.net>
> >      > <mailto:emmanuel@venisse.net <ma...@venisse.net>>>:
> >      >
> >      >     if you can test with a simple project and with a project with
> >      >     modules, it will be great.
> >      >
> >      >     Emmanuel
> >      >
> >      >     Wim Deblauwe a écrit :
> >      >      > Sure, do you have an example project with modules that I
> >     can test?
> >      >      >
> >      >      > Wim
> >      >      >
> >      >      > 2005/11/25, Emmanuel Venisse <emmanuel@venisse.net
> >     <ma...@venisse.net>
> >      >     <mailto:emmanuel@venisse.net <ma...@venisse.net>>
> >      >      > <mailto:emmanuel@venisse.net <ma...@venisse.net>
> >     <mailto:emmanuel@venisse.net <ma...@venisse.net>>>>:
> >      >      >
> >      >      >     Wim,
> >      >      >
> >      >      >     Can you test it with clearcase?
> >      >      >
> >      >      >     Emmanuel
> >      >      >
> >      >      >     Wim Deblauwe (JIRA) a écrit :
> >      >      >      >     [
> >      >      >
> >     http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
> >      >      >
> >      >     <
> >     http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
> >      >
> >     <http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
> >     <http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978>>>
> ]
> >      >      >      >
> >      >      >      > Wim Deblauwe commented on SCM-80:
> >      >      >      > ---------------------------------
> >      >      >      >
> >      >      >      > Thanks a  million Emmanuel!
> >      >      >      >
> >      >      >      >
> >      >      >      >>[patch] update for the release and clearcase
> plugins
>
> >      >      >      >>----------------------------------------------------
> >      >      >      >>
> >      >      >      >>         Key: SCM-80
> >      >      >      >>         URL:
> http://jira.codehaus.org/browse/SCM-80
> >      >      >     <http://jira.codehaus.org/browse/SCM-80>
> >      >      >      >>     Project: Maven SCM
> >      >      >      >>        Type: Task
> >      >      >      >>    Reporter: Wim Deblauwe
> >      >      >      >>    Assignee: Emmanuel Venisse
> >      >      >      >>     Fix For: 1.0-beta-2
> >      >      >      >> Attachments: clearcase-release.patch ,
> release.patch
> >      >      >      >>
> >      >      >      >>
> >      >      >      >>These are 2 patches. One for the release plugin and
> one
> >      >     for the
> >      >      >     clearcase plugin to make the release:prepare goal work
> on
> >      >     clearcase.
> >      >      >     This has been tested on my machine and it works, so
> >     anybody else
> >      >      >     willing to test this is very welcome.
> >      >      >      >>regards,
> >      >      >      >>Wim
> >      >      >      >
> >      >      >      >
> >      >      >
> >      >      >
> >      >
> >      >
> >
> >
>
>

Re: [jira] Commented: (SCM-80) [patch] update for the release and clearcase plugins

Posted by Emmanuel Venisse <em...@venisse.net>.
you can use the j2ee archetype

Emmanuel

Wim Deblauwe a écrit :
> Thanks, it's ok now.
> 
> I do not have a project with modules. I would be nice if there was some 
> simple project to test with. Maybe someone should create a archetype of 
> a project with modules so we have something to test with?
> 
> regards,
> 
> Wim
> 
> 2005/11/25, Emmanuel Venisse <emmanuel@venisse.net 
> <ma...@venisse.net>>:
> 
>     You have a conflict on this file. Delete it and run after svn update
> 
>     Emmanuel
> 
>     Wim Deblauwe a écrit :
>      > I'm having problems updating the maven-release-plugin to the latest
>      > version. I ran 'update' but the PrepareReleaseMojo.java file remains
>      > with a red exclamation mark. I don't know how to solve it. When I
>     look
>      > at the file, there are sections who looks like this:
>      >
>      >     private void writePom( File pomFile, Model model, String
>     versionName )
>      >         throws MojoExecutionException
>      >     {
>      > <<<<<<< .mine
>      >         ScmHelper scm = getScm( basedir.getAbsolutePath() );
>      > =======
>      >         pomFiles.add( pomFile );
>      >
>      >         ScmHelper scm = getScm( basedir.getAbsolutePath() );
>      >  >>>>>>> .r348924
>      >
>      > regards,
>      >
>      > Wim
>      >
>      >
>      > 2005/11/25, Emmanuel Venisse < emmanuel@venisse.net
>     <ma...@venisse.net>
>      > <mailto:emmanuel@venisse.net <ma...@venisse.net>>>:
>      >
>      >     if you can test with a simple project and with a project with
>      >     modules, it will be great.
>      >
>      >     Emmanuel
>      >
>      >     Wim Deblauwe a écrit :
>      >      > Sure, do you have an example project with modules that I
>     can test?
>      >      >
>      >      > Wim
>      >      >
>      >      > 2005/11/25, Emmanuel Venisse <emmanuel@venisse.net
>     <ma...@venisse.net>
>      >     <mailto:emmanuel@venisse.net <ma...@venisse.net>>
>      >      > <mailto:emmanuel@venisse.net <ma...@venisse.net>
>     <mailto:emmanuel@venisse.net <ma...@venisse.net>>>>:
>      >      >
>      >      >     Wim,
>      >      >
>      >      >     Can you test it with clearcase?
>      >      >
>      >      >     Emmanuel
>      >      >
>      >      >     Wim Deblauwe (JIRA) a écrit :
>      >      >      >     [
>      >      >    
>     http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
>      >      >
>      >     <
>     http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
>      >    
>     <http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
>     <http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978>>> ]
>      >      >      >
>      >      >      > Wim Deblauwe commented on SCM-80:
>      >      >      > ---------------------------------
>      >      >      >
>      >      >      > Thanks a  million Emmanuel!
>      >      >      >
>      >      >      >
>      >      >      >>[patch] update for the release and clearcase plugins
>      >      >      >>----------------------------------------------------
>      >      >      >>
>      >      >      >>         Key: SCM-80
>      >      >      >>         URL: http://jira.codehaus.org/browse/SCM-80
>      >      >     <http://jira.codehaus.org/browse/SCM-80>
>      >      >      >>     Project: Maven SCM
>      >      >      >>        Type: Task
>      >      >      >>    Reporter: Wim Deblauwe
>      >      >      >>    Assignee: Emmanuel Venisse
>      >      >      >>     Fix For: 1.0-beta-2
>      >      >      >> Attachments: clearcase-release.patch , release.patch
>      >      >      >>
>      >      >      >>
>      >      >      >>These are 2 patches. One for the release plugin and one
>      >     for the
>      >      >     clearcase plugin to make the release:prepare goal work on
>      >     clearcase.
>      >      >     This has been tested on my machine and it works, so
>     anybody else
>      >      >     willing to test this is very welcome.
>      >      >      >>regards,
>      >      >      >>Wim
>      >      >      >
>      >      >      >
>      >      >
>      >      >
>      >
>      >
> 
> 


Re: [jira] Commented: (SCM-80) [patch] update for the release and clearcase plugins

Posted by Wim Deblauwe <wi...@gmail.com>.
Thanks, it's ok now.

I do not have a project with modules. I would be nice if there was some
simple project to test with. Maybe someone should create a archetype of a
project with modules so we have something to test with?

regards,

Wim

2005/11/25, Emmanuel Venisse <em...@venisse.net>:
>
> You have a conflict on this file. Delete it and run after svn update
>
> Emmanuel
>
> Wim Deblauwe a écrit :
> > I'm having problems updating the maven-release-plugin to the latest
> > version. I ran 'update' but the PrepareReleaseMojo.java file remains
> > with a red exclamation mark. I don't know how to solve it. When I look
> > at the file, there are sections who looks like this:
> >
> >     private void writePom( File pomFile, Model model, String versionName
> )
> >         throws MojoExecutionException
> >     {
> > <<<<<<< .mine
> >         ScmHelper scm = getScm( basedir.getAbsolutePath() );
> > =======
> >         pomFiles.add( pomFile );
> >
> >         ScmHelper scm = getScm( basedir.getAbsolutePath() );
> >  >>>>>>> .r348924
> >
> > regards,
> >
> > Wim
> >
> >
> > 2005/11/25, Emmanuel Venisse <emmanuel@venisse.net
> > <ma...@venisse.net>>:
> >
> >     if you can test with a simple project and with a project with
> >     modules, it will be great.
> >
> >     Emmanuel
> >
> >     Wim Deblauwe a écrit :
> >      > Sure, do you have an example project with modules that I can
> test?
> >      >
> >      > Wim
> >      >
> >      > 2005/11/25, Emmanuel Venisse <emmanuel@venisse.net
> >     <ma...@venisse.net>
> >      > <mailto:emmanuel@venisse.net <ma...@venisse.net>>>:
> >      >
> >      >     Wim,
> >      >
> >      >     Can you test it with clearcase?
> >      >
> >      >     Emmanuel
> >      >
> >      >     Wim Deblauwe (JIRA) a écrit :
> >      >      >     [
> >      >
> http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
> >      >
> >     <http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
> >     <http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978>>
> ]
> >      >      >
> >      >      > Wim Deblauwe commented on SCM-80:
> >      >      > ---------------------------------
> >      >      >
> >      >      > Thanks a  million Emmanuel!
> >      >      >
> >      >      >
> >      >      >>[patch] update for the release and clearcase plugins
> >      >      >>----------------------------------------------------
> >      >      >>
> >      >      >>         Key: SCM-80
> >      >      >>         URL: http://jira.codehaus.org/browse/SCM-80
> >      >     <http://jira.codehaus.org/browse/SCM-80>
> >      >      >>     Project: Maven SCM
> >      >      >>        Type: Task
> >      >      >>    Reporter: Wim Deblauwe
> >      >      >>    Assignee: Emmanuel Venisse
> >      >      >>     Fix For: 1.0-beta-2
> >      >      >> Attachments: clearcase-release.patch , release.patch
> >      >      >>
> >      >      >>
> >      >      >>These are 2 patches. One for the release plugin and one
> >     for the
> >      >     clearcase plugin to make the release:prepare goal work on
> >     clearcase.
> >      >     This has been tested on my machine and it works, so anybody
> else
> >      >     willing to test this is very welcome.
> >      >      >>regards,
> >      >      >>Wim
> >      >      >
> >      >      >
> >      >
> >      >
> >
> >
>
>

Re: [jira] Commented: (SCM-80) [patch] update for the release and clearcase plugins

Posted by Emmanuel Venisse <em...@venisse.net>.
You have a conflict on this file. Delete it and run after svn update

Emmanuel

Wim Deblauwe a écrit :
> I'm having problems updating the maven-release-plugin to the latest 
> version. I ran 'update' but the PrepareReleaseMojo.java file remains 
> with a red exclamation mark. I don't know how to solve it. When I look 
> at the file, there are sections who looks like this:
> 
>     private void writePom( File pomFile, Model model, String versionName )
>         throws MojoExecutionException
>     {
> <<<<<<< .mine
>         ScmHelper scm = getScm( basedir.getAbsolutePath() );
> =======
>         pomFiles.add( pomFile );
> 
>         ScmHelper scm = getScm( basedir.getAbsolutePath() );
>  >>>>>>> .r348924
> 
> regards,
> 
> Wim
> 
> 
> 2005/11/25, Emmanuel Venisse <emmanuel@venisse.net 
> <ma...@venisse.net>>:
> 
>     if you can test with a simple project and with a project with
>     modules, it will be great.
> 
>     Emmanuel
> 
>     Wim Deblauwe a écrit :
>      > Sure, do you have an example project with modules that I can test?
>      >
>      > Wim
>      >
>      > 2005/11/25, Emmanuel Venisse <emmanuel@venisse.net
>     <ma...@venisse.net>
>      > <mailto:emmanuel@venisse.net <ma...@venisse.net>>>:
>      >
>      >     Wim,
>      >
>      >     Can you test it with clearcase?
>      >
>      >     Emmanuel
>      >
>      >     Wim Deblauwe (JIRA) a écrit :
>      >      >     [
>      >     http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
>      >    
>     <http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
>     <http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978>> ]
>      >      >
>      >      > Wim Deblauwe commented on SCM-80:
>      >      > ---------------------------------
>      >      >
>      >      > Thanks a  million Emmanuel!
>      >      >
>      >      >
>      >      >>[patch] update for the release and clearcase plugins
>      >      >>----------------------------------------------------
>      >      >>
>      >      >>         Key: SCM-80
>      >      >>         URL: http://jira.codehaus.org/browse/SCM-80
>      >     <http://jira.codehaus.org/browse/SCM-80>
>      >      >>     Project: Maven SCM
>      >      >>        Type: Task
>      >      >>    Reporter: Wim Deblauwe
>      >      >>    Assignee: Emmanuel Venisse
>      >      >>     Fix For: 1.0-beta-2
>      >      >> Attachments: clearcase-release.patch , release.patch
>      >      >>
>      >      >>
>      >      >>These are 2 patches. One for the release plugin and one
>     for the
>      >     clearcase plugin to make the release:prepare goal work on
>     clearcase.
>      >     This has been tested on my machine and it works, so anybody else
>      >     willing to test this is very welcome.
>      >      >>regards,
>      >      >>Wim
>      >      >
>      >      >
>      >
>      >
> 
> 


Re: [jira] Commented: (SCM-80) [patch] update for the release and clearcase plugins

Posted by Wim Deblauwe <wi...@gmail.com>.
I'm having problems updating the maven-release-plugin to the latest version.
I ran 'update' but the PrepareReleaseMojo.java file remains with a red
exclamation mark. I don't know how to solve it. When I look at the file,
there are sections who looks like this:

    private void writePom( File pomFile, Model model, String versionName )
        throws MojoExecutionException
    {
<<<<<<< .mine
        ScmHelper scm = getScm( basedir.getAbsolutePath() );
=======
        pomFiles.add( pomFile );

        ScmHelper scm = getScm( basedir.getAbsolutePath() );
>>>>>>> .r348924

regards,

Wim


2005/11/25, Emmanuel Venisse <em...@venisse.net>:
>
> if you can test with a simple project and with a project with modules, it
> will be great.
>
> Emmanuel
>
> Wim Deblauwe a écrit :
> > Sure, do you have an example project with modules that I can test?
> >
> > Wim
> >
> > 2005/11/25, Emmanuel Venisse <emmanuel@venisse.net
> > <ma...@venisse.net>>:
> >
> >     Wim,
> >
> >     Can you test it with clearcase?
> >
> >     Emmanuel
> >
> >     Wim Deblauwe (JIRA) a écrit :
> >      >     [
> >     http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
> >     <http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978>
> ]
> >      >
> >      > Wim Deblauwe commented on SCM-80:
> >      > ---------------------------------
> >      >
> >      > Thanks a  million Emmanuel!
> >      >
> >      >
> >      >>[patch] update for the release and clearcase plugins
> >      >>----------------------------------------------------
> >      >>
> >      >>         Key: SCM-80
> >      >>         URL: http://jira.codehaus.org/browse/SCM-80
> >     <http://jira.codehaus.org/browse/SCM-80>
> >      >>     Project: Maven SCM
> >      >>        Type: Task
> >      >>    Reporter: Wim Deblauwe
> >      >>    Assignee: Emmanuel Venisse
> >      >>     Fix For: 1.0-beta-2
> >      >> Attachments: clearcase-release.patch , release.patch
> >      >>
> >      >>
> >      >>These are 2 patches. One for the release plugin and one for the
> >     clearcase plugin to make the release:prepare goal work on clearcase.
> >     This has been tested on my machine and it works, so anybody else
> >     willing to test this is very welcome.
> >      >>regards,
> >      >>Wim
> >      >
> >      >
> >
> >
>
>

Re: [jira] Commented: (SCM-80) [patch] update for the release and clearcase plugins

Posted by Emmanuel Venisse <em...@venisse.net>.
if you can test with a simple project and with a project with modules, it will be great.

Emmanuel

Wim Deblauwe a écrit :
> Sure, do you have an example project with modules that I can test?
> 
> Wim
> 
> 2005/11/25, Emmanuel Venisse <emmanuel@venisse.net 
> <ma...@venisse.net>>:
> 
>     Wim,
> 
>     Can you test it with clearcase?
> 
>     Emmanuel
> 
>     Wim Deblauwe (JIRA) a écrit :
>      >     [
>     http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978
>     <http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978> ]
>      >
>      > Wim Deblauwe commented on SCM-80:
>      > ---------------------------------
>      >
>      > Thanks a  million Emmanuel!
>      >
>      >
>      >>[patch] update for the release and clearcase plugins
>      >>----------------------------------------------------
>      >>
>      >>         Key: SCM-80
>      >>         URL: http://jira.codehaus.org/browse/SCM-80
>     <http://jira.codehaus.org/browse/SCM-80>
>      >>     Project: Maven SCM
>      >>        Type: Task
>      >>    Reporter: Wim Deblauwe
>      >>    Assignee: Emmanuel Venisse
>      >>     Fix For: 1.0-beta-2
>      >> Attachments: clearcase-release.patch , release.patch
>      >>
>      >>
>      >>These are 2 patches. One for the release plugin and one for the
>     clearcase plugin to make the release:prepare goal work on clearcase.
>     This has been tested on my machine and it works, so anybody else
>     willing to test this is very welcome.
>      >>regards,
>      >>Wim
>      >
>      >
> 
> 


Re: [jira] Commented: (SCM-80) [patch] update for the release and clearcase plugins

Posted by Wim Deblauwe <wi...@gmail.com>.
Sure, do you have an example project with modules that I can test?

Wim

2005/11/25, Emmanuel Venisse <em...@venisse.net>:
>
> Wim,
>
> Can you test it with clearcase?
>
> Emmanuel
>
> Wim Deblauwe (JIRA) a écrit :
> >     [ http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978]
> >
> > Wim Deblauwe commented on SCM-80:
> > ---------------------------------
> >
> > Thanks a  million Emmanuel!
> >
> >
> >>[patch] update for the release and clearcase plugins
> >>----------------------------------------------------
> >>
> >>         Key: SCM-80
> >>         URL: http://jira.codehaus.org/browse/SCM-80
> >>     Project: Maven SCM
> >>        Type: Task
> >>    Reporter: Wim Deblauwe
> >>    Assignee: Emmanuel Venisse
> >>     Fix For: 1.0-beta-2
> >> Attachments: clearcase-release.patch, release.patch
> >>
> >>
> >>These are 2 patches. One for the release plugin and one for the
> clearcase plugin to make the release:prepare goal work on clearcase. This
> has been tested on my machine and it works, so anybody else willing to test
> this is very welcome.
> >>regards,
> >>Wim
> >
> >
>
>

Re: [jira] Commented: (SCM-80) [patch] update for the release and clearcase plugins

Posted by Emmanuel Venisse <em...@venisse.net>.
Wim,

Can you test it with clearcase?

Emmanuel

Wim Deblauwe (JIRA) a écrit :
>     [ http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978 ] 
> 
> Wim Deblauwe commented on SCM-80:
> ---------------------------------
> 
> Thanks a  million Emmanuel!
> 
> 
>>[patch] update for the release and clearcase plugins
>>----------------------------------------------------
>>
>>         Key: SCM-80
>>         URL: http://jira.codehaus.org/browse/SCM-80
>>     Project: Maven SCM
>>        Type: Task
>>    Reporter: Wim Deblauwe
>>    Assignee: Emmanuel Venisse
>>     Fix For: 1.0-beta-2
>> Attachments: clearcase-release.patch, release.patch
>>
>>
>>These are 2 patches. One for the release plugin and one for the clearcase plugin to make the release:prepare goal work on clearcase. This has been tested on my machine and it works, so anybody else willing to test this is very welcome.
>>regards,
>>Wim
> 
> 


[jira] Commented: (SCM-80) [patch] update for the release and clearcase plugins

Posted by "Wim Deblauwe (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-80?page=comments#action_51978 ] 

Wim Deblauwe commented on SCM-80:
---------------------------------

Thanks a  million Emmanuel!

> [patch] update for the release and clearcase plugins
> ----------------------------------------------------
>
>          Key: SCM-80
>          URL: http://jira.codehaus.org/browse/SCM-80
>      Project: Maven SCM
>         Type: Task
>     Reporter: Wim Deblauwe
>     Assignee: Emmanuel Venisse
>      Fix For: 1.0-beta-2
>  Attachments: clearcase-release.patch, release.patch
>
>
> These are 2 patches. One for the release plugin and one for the clearcase plugin to make the release:prepare goal work on clearcase. This has been tested on my machine and it works, so anybody else willing to test this is very welcome.
> regards,
> Wim

-- 
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: (SCM-80) [patch] update for the release and clearcase plugins

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SCM-80?page=all ]
     
Emmanuel Venisse closed SCM-80:
-------------------------------

      Assign To: Emmanuel Venisse
     Resolution: Fixed
    Fix Version: 1.0-beta-2

I applied your patch with some modifications. We can use it now with project with modules.

> [patch] update for the release and clearcase plugins
> ----------------------------------------------------
>
>          Key: SCM-80
>          URL: http://jira.codehaus.org/browse/SCM-80
>      Project: Maven SCM
>         Type: Task
>     Reporter: Wim Deblauwe
>     Assignee: Emmanuel Venisse
>      Fix For: 1.0-beta-2
>  Attachments: clearcase-release.patch, release.patch
>
>
> These are 2 patches. One for the release plugin and one for the clearcase plugin to make the release:prepare goal work on clearcase. This has been tested on my machine and it works, so anybody else willing to test this is very welcome.
> regards,
> Wim

-- 
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