You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Rick Mangi <rm...@yahoo.com> on 2005/01/21 17:48:31 UTC

SCM/Changelog/CVS Local

Folks,

I'm having trouble getting SCM Plugin (1.4.1) and Changelog to behave  
nicely. I have the SCM developerConnection set to  
scm:cvs:local:local:/usr/local/cvsroot:${pom.name}

(this is obviously local).

This works fine for changelog plugin, but SCM plugin bombs with an  
illegal CVSROOT.

scm:cvs-update-project:
     [cvs] cvs update: CVSROOT must be an absolute pathname (not `local')
     [cvs] cvs update: when using local access method.
     [cvs] cvs [update aborted]: Bad CVSROOT: `:local:local'.

BUILD FAILED
File...... /home/rmangi/.maven/cache/maven-scm-plugin-1.4.1/plugin.jelly
Element... ant:cvs
Line...... 258
Column.... 9
cvs exited with error code 1
Command line was [Executing 'cvs' with arguments:
'-d:local:local'
'-q'
'update'
'-Pd'


If I change the CVSROOT to be just :local: (without ignores or  
local:local) changelog bombs saying that there are not 6 tokens in the  
string.

Any ideas? This works fine from a remote machine with :ext:


On Jan 20, 2005, at 2:41 PM, Brett Porter wrote:

> IT should also be able to be checked out as
> http://svn.apache.org/repos/asf/maven/maven-1/plugins/branches/plugin- 
> parent/
> (it is an svn:external, so equivalent to the trunk version).
>
> I guess viewcvs doesn't ack that property.
>
> - Brett
>
> On Thu, 20 Jan 2005 08:59:29 -0800, baleineca <as...@binary42.com> wrote:
>> Try svn repo:
>>
>> http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/plugin- 
>> parent/
>>
>> I just accessed it with my web browser.
>>
>>
>> Craig S. Cottingham wrote:
>>
>>> -----BEGIN PGP SIGNED MESSAGE-----
>>> Hash: SHA1
>>>
>>> On Jan 19, 2005, at 15:45, Brett Porter wrote:
>>>
>>>> Soon we'll have a preview site up for unpublished docs. For the
>>>> moment, you'd need to checkout
>>>> http://svn.apache.org/repos/asf/maven/maven-1/plugins/branches/scm
>>>> -1.5-branch
>>>> and run "maven site". Sorry about that.
>>>
>>>
>>> It's always something, isn't it? The project.xml I get from that URL
>>> starts with
>>>
>>>   <project>
>>>     <extend>../plugin-parent/project.xml</extend>
>>>
>>> and I can't find "plugin-parent" anywhere up or down the URL path on
>>> svn.apache.org.
>>>
>>> - --
>>> Craig S. Cottingham
>>> craig@cottingham.net
>>> OpenPGP key available from:
>>> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7977F79C
>>> -----BEGIN PGP SIGNATURE-----
>>> Version: GnuPG v1.2.4 (Darwin)
>>>
>>> iD8DBQFB78yNEJLQ3Hl395wRAqBxAJ9Y4t+eX8iR2+EgvOd0Rj+afCRHQwCgwbn7
>>> juqlgF6IEDRrBzP24lbUaTM=
>>> =8Zcg
>>> -----END PGP SIGNATURE-----
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: users-help@maven.apache.org
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: SCM/Changelog/CVS Local

Posted by Rick Mangi <rm...@yahoo.com>.
1.5-beta seems to have fixed this problem!



On Jan 21, 2005, at 11:48 AM, Rick Mangi wrote:

> Folks,
>
> I'm having trouble getting SCM Plugin (1.4.1) and Changelog to behave  
> nicely. I have the SCM developerConnection set to  
> scm:cvs:local:local:/usr/local/cvsroot:${pom.name}
>
> (this is obviously local).
>
> This works fine for changelog plugin, but SCM plugin bombs with an  
> illegal CVSROOT.
>
> scm:cvs-update-project:
>     [cvs] cvs update: CVSROOT must be an absolute pathname (not  
> `local')
>     [cvs] cvs update: when using local access method.
>     [cvs] cvs [update aborted]: Bad CVSROOT: `:local:local'.
>
> BUILD FAILED
> File......  
> /home/rmangi/.maven/cache/maven-scm-plugin-1.4.1/plugin.jelly
> Element... ant:cvs
> Line...... 258
> Column.... 9
> cvs exited with error code 1
> Command line was [Executing 'cvs' with arguments:
> '-d:local:local'
> '-q'
> 'update'
> '-Pd'
>
>
> If I change the CVSROOT to be just :local: (without ignores or  
> local:local) changelog bombs saying that there are not 6 tokens in the  
> string.
>
> Any ideas? This works fine from a remote machine with :ext:
>
>
> On Jan 20, 2005, at 2:41 PM, Brett Porter wrote:
>
>> IT should also be able to be checked out as
>> http://svn.apache.org/repos/asf/maven/maven-1/plugins/branches/ 
>> plugin-parent/
>> (it is an svn:external, so equivalent to the trunk version).
>>
>> I guess viewcvs doesn't ack that property.
>>
>> - Brett
>>
>> On Thu, 20 Jan 2005 08:59:29 -0800, baleineca <as...@binary42.com> wrote:
>>> Try svn repo:
>>>
>>> http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/plugin- 
>>> parent/
>>>
>>> I just accessed it with my web browser.
>>>
>>>
>>> Craig S. Cottingham wrote:
>>>
>>>> -----BEGIN PGP SIGNED MESSAGE-----
>>>> Hash: SHA1
>>>>
>>>> On Jan 19, 2005, at 15:45, Brett Porter wrote:
>>>>
>>>>> Soon we'll have a preview site up for unpublished docs. For the
>>>>> moment, you'd need to checkout
>>>>> http://svn.apache.org/repos/asf/maven/maven-1/plugins/branches/scm
>>>>> -1.5-branch
>>>>> and run "maven site". Sorry about that.
>>>>
>>>>
>>>> It's always something, isn't it? The project.xml I get from that URL
>>>> starts with
>>>>
>>>>   <project>
>>>>     <extend>../plugin-parent/project.xml</extend>
>>>>
>>>> and I can't find "plugin-parent" anywhere up or down the URL path on
>>>> svn.apache.org.
>>>>
>>>> - --
>>>> Craig S. Cottingham
>>>> craig@cottingham.net
>>>> OpenPGP key available from:
>>>> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7977F79C
>>>> -----BEGIN PGP SIGNATURE-----
>>>> Version: GnuPG v1.2.4 (Darwin)
>>>>
>>>> iD8DBQFB78yNEJLQ3Hl395wRAqBxAJ9Y4t+eX8iR2+EgvOd0Rj+afCRHQwCgwbn7
>>>> juqlgF6IEDRrBzP24lbUaTM=
>>>> =8Zcg
>>>> -----END PGP SIGNATURE-----
>>>>
>>>>
>>>> -------------------------------------------------------------------- 
>>>> -
>>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: users-help@maven.apache.org
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: users-help@maven.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: SCM/Changelog/CVS Local

Posted by Rick Mangi <rm...@yahoo.com>.
Yes! Perfect!!


On Jan 21, 2005, at 5:24 PM, Brett Porter wrote:

> I'll make sure the correct CVS root gets passed through in the SCM 
> plugin.
>
> Does this URL work?
>
> scm:cvs:local::/cvs/root:module


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: SCM/Changelog/CVS Local

Posted by Brett Porter <br...@gmail.com>.
I'll make sure the correct CVS root gets passed through in the SCM plugin.

Does this URL work?

scm:cvs:local::/cvs/root:module

Cheers,
Brett

On Fri, 21 Jan 2005 12:17:06 -0500, Rick Mangi <rm...@yahoo.com> wrote:
> Actually, I take back that 1.5 beta fixes this. That version seems to
> ignore the connection setting in the project.xml and just reads
> CVS/Root from the filesystem. Also not OK. Eclipse uses :extssh: as the
> root while that's not a valid root for the SCM plugin... is there a
> setting to override this?
> 
> 
> On Jan 21, 2005, at 11:48 AM, Rick Mangi wrote:
> 
> > Folks,
> >
> > I'm having trouble getting SCM Plugin (1.4.1) and Changelog to behave
> > nicely. I have the SCM developerConnection set to
> > scm:cvs:local:local:/usr/local/cvsroot:${pom.name}
> >
> > (this is obviously local).
> >
> > This works fine for changelog plugin, but SCM plugin bombs with an
> > illegal CVSROOT.
> >
> > scm:cvs-update-project:
> >     [cvs] cvs update: CVSROOT must be an absolute pathname (not
> > `local')
> >     [cvs] cvs update: when using local access method.
> >     [cvs] cvs [update aborted]: Bad CVSROOT: `:local:local'.
> >
> > BUILD FAILED
> > File......
> > /home/rmangi/.maven/cache/maven-scm-plugin-1.4.1/plugin.jelly
> > Element... ant:cvs
> > Line...... 258
> > Column.... 9
> > cvs exited with error code 1
> > Command line was [Executing 'cvs' with arguments:
> > '-d:local:local'
> > '-q'
> > 'update'
> > '-Pd'
> >
> >
> > If I change the CVSROOT to be just :local: (without ignores or
> > local:local) changelog bombs saying that there are not 6 tokens in the
> > string.
> >
> > Any ideas? This works fine from a remote machine with :ext:
> >
> >
> > On Jan 20, 2005, at 2:41 PM, Brett Porter wrote:
> >
> >> IT should also be able to be checked out as
> >> http://svn.apache.org/repos/asf/maven/maven-1/plugins/branches/
> >> plugin-parent/
> >> (it is an svn:external, so equivalent to the trunk version).
> >>
> >> I guess viewcvs doesn't ack that property.
> >>
> >> - Brett
> >>
> >> On Thu, 20 Jan 2005 08:59:29 -0800, baleineca <as...@binary42.com> wrote:
> >>> Try svn repo:
> >>>
> >>> http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/plugin-
> >>> parent/
> >>>
> >>> I just accessed it with my web browser.
> >>>
> >>>
> >>> Craig S. Cottingham wrote:
> >>>
> >>>> -----BEGIN PGP SIGNED MESSAGE-----
> >>>> Hash: SHA1
> >>>>
> >>>> On Jan 19, 2005, at 15:45, Brett Porter wrote:
> >>>>
> >>>>> Soon we'll have a preview site up for unpublished docs. For the
> >>>>> moment, you'd need to checkout
> >>>>> http://svn.apache.org/repos/asf/maven/maven-1/plugins/branches/scm
> >>>>> -1.5-branch
> >>>>> and run "maven site". Sorry about that.
> >>>>
> >>>>
> >>>> It's always something, isn't it? The project.xml I get from that URL
> >>>> starts with
> >>>>
> >>>>   <project>
> >>>>     <extend>../plugin-parent/project.xml</extend>
> >>>>
> >>>> and I can't find "plugin-parent" anywhere up or down the URL path on
> >>>> svn.apache.org.
> >>>>
> >>>> - --
> >>>> Craig S. Cottingham
> >>>> craig@cottingham.net
> >>>> OpenPGP key available from:
> >>>> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7977F79C
> >>>> -----BEGIN PGP SIGNATURE-----
> >>>> Version: GnuPG v1.2.4 (Darwin)
> >>>>
> >>>> iD8DBQFB78yNEJLQ3Hl395wRAqBxAJ9Y4t+eX8iR2+EgvOd0Rj+afCRHQwCgwbn7
> >>>> juqlgF6IEDRrBzP24lbUaTM=
> >>>> =8Zcg
> >>>> -----END PGP SIGNATURE-----
> >>>>
> >>>>
> >>>> --------------------------------------------------------------------
> >>>> -
> >>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >>>> For additional commands, e-mail: users-help@maven.apache.org
> >>>>
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >>> For additional commands, e-mail: users-help@maven.apache.org
> >>>
> >>>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >> For additional commands, e-mail: users-help@maven.apache.org
> >>
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: SCM/Changelog/CVS Local

Posted by Rick Mangi <rm...@yahoo.com>.
Actually, I take back that 1.5 beta fixes this. That version seems to  
ignore the connection setting in the project.xml and just reads  
CVS/Root from the filesystem. Also not OK. Eclipse uses :extssh: as the  
root while that's not a valid root for the SCM plugin... is there a  
setting to override this?


On Jan 21, 2005, at 11:48 AM, Rick Mangi wrote:

> Folks,
>
> I'm having trouble getting SCM Plugin (1.4.1) and Changelog to behave  
> nicely. I have the SCM developerConnection set to  
> scm:cvs:local:local:/usr/local/cvsroot:${pom.name}
>
> (this is obviously local).
>
> This works fine for changelog plugin, but SCM plugin bombs with an  
> illegal CVSROOT.
>
> scm:cvs-update-project:
>     [cvs] cvs update: CVSROOT must be an absolute pathname (not  
> `local')
>     [cvs] cvs update: when using local access method.
>     [cvs] cvs [update aborted]: Bad CVSROOT: `:local:local'.
>
> BUILD FAILED
> File......  
> /home/rmangi/.maven/cache/maven-scm-plugin-1.4.1/plugin.jelly
> Element... ant:cvs
> Line...... 258
> Column.... 9
> cvs exited with error code 1
> Command line was [Executing 'cvs' with arguments:
> '-d:local:local'
> '-q'
> 'update'
> '-Pd'
>
>
> If I change the CVSROOT to be just :local: (without ignores or  
> local:local) changelog bombs saying that there are not 6 tokens in the  
> string.
>
> Any ideas? This works fine from a remote machine with :ext:
>
>
> On Jan 20, 2005, at 2:41 PM, Brett Porter wrote:
>
>> IT should also be able to be checked out as
>> http://svn.apache.org/repos/asf/maven/maven-1/plugins/branches/ 
>> plugin-parent/
>> (it is an svn:external, so equivalent to the trunk version).
>>
>> I guess viewcvs doesn't ack that property.
>>
>> - Brett
>>
>> On Thu, 20 Jan 2005 08:59:29 -0800, baleineca <as...@binary42.com> wrote:
>>> Try svn repo:
>>>
>>> http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/plugin- 
>>> parent/
>>>
>>> I just accessed it with my web browser.
>>>
>>>
>>> Craig S. Cottingham wrote:
>>>
>>>> -----BEGIN PGP SIGNED MESSAGE-----
>>>> Hash: SHA1
>>>>
>>>> On Jan 19, 2005, at 15:45, Brett Porter wrote:
>>>>
>>>>> Soon we'll have a preview site up for unpublished docs. For the
>>>>> moment, you'd need to checkout
>>>>> http://svn.apache.org/repos/asf/maven/maven-1/plugins/branches/scm
>>>>> -1.5-branch
>>>>> and run "maven site". Sorry about that.
>>>>
>>>>
>>>> It's always something, isn't it? The project.xml I get from that URL
>>>> starts with
>>>>
>>>>   <project>
>>>>     <extend>../plugin-parent/project.xml</extend>
>>>>
>>>> and I can't find "plugin-parent" anywhere up or down the URL path on
>>>> svn.apache.org.
>>>>
>>>> - --
>>>> Craig S. Cottingham
>>>> craig@cottingham.net
>>>> OpenPGP key available from:
>>>> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7977F79C
>>>> -----BEGIN PGP SIGNATURE-----
>>>> Version: GnuPG v1.2.4 (Darwin)
>>>>
>>>> iD8DBQFB78yNEJLQ3Hl395wRAqBxAJ9Y4t+eX8iR2+EgvOd0Rj+afCRHQwCgwbn7
>>>> juqlgF6IEDRrBzP24lbUaTM=
>>>> =8Zcg
>>>> -----END PGP SIGNATURE-----
>>>>
>>>>
>>>> -------------------------------------------------------------------- 
>>>> -
>>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: users-help@maven.apache.org
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: users-help@maven.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org