You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Brett Porter <br...@gmail.com> on 2005/01/18 13:38:08 UTC

SCM 1.5 Plugin Beta 3

I have a released a beta of the SCM plugin with subversion support.
Please test this even if you are already using this plugin for CVS as
the backend has changed - the <ant:cvs /> task is no longer used.

Changes since beta-2 are:

 New Features:

o checkout to target/checkout instead of target/checkouts/module-name
for consistency between SVN and CVS.
o implement a status check on prepare-release - fails if any unknown
or modified files exist other than project.xml and changes.xml.

To automatically install the plugin, type the following on a single line:

maven plugin:download  -DgroupId=maven  -DartifactId=maven-scm-plugin
-Dversion=1.5-beta-3
(please wait 4 hours for it to be mirrored).

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-scm-plugin-1.5-beta-3.jar

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


SCM/Changelog/CVS Local

Posted by Rick Mangi <rm...@yahoo.com>.
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 1.5 Plugin Beta 3

Posted by Brett Porter <br...@gmail.com>.
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


Re: SCM 1.5 Plugin Beta 3

Posted by baleineca <as...@binary42.com>.
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


Re: SCM 1.5 Plugin Beta 3

Posted by "Craig S. Cottingham" <cr...@cottingham.net>.
-----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


Re: SCM 1.5 Plugin Beta 3

Posted by Brett Porter <br...@gmail.com>.
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.

There isn't much configuration required beyond the <connection> string
in your project and maven.scm.svn.tag.base if you're doing any tagging
(this is the URL where tags for the project are stored, eg
https://svn.apache.org/repos/asf/maven/maven-1/plugins/tags for the
Maven plugins).

The goals can be found using "maven -P scm". They are mostly similar
to previously.

HTH,
Brett

On Wed, 19 Jan 2005 13:51:13 -0600, Craig S. Cottingham
<cr...@cottingham.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Jan 19, 2005, at 13:45, Brett Porter wrote:
> 
> > Oops :)
> >
> > It was actually published to http://cvs.apache.org/repository. I'm
> > republishing it now to ibiblio now.
> 
> I got it from svn.apache.org; thanks, Silvio Haldi.
> 
> Is there any documentation available? Right now, I'm trying to figure
> out how to get it to work with Subversion by reading the docs for the
> previous version on maven.apache.org and sifting through plugin.jelly,
> but it's slow going.
> 
> - --
> 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)
> 
> iD8DBQFB7ro1EJLQ3Hl395wRArheAJ9KwuUtX84b8ywBU7GrA1gAyheanACcCg0m
> PGKKTawCAA1wJ6Mlb8KRd1U=
> =hRUo
> -----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


Re: SCM 1.5 Plugin Beta 3

Posted by "Craig S. Cottingham" <cr...@cottingham.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Jan 19, 2005, at 13:45, Brett Porter wrote:

> Oops :)
>
> It was actually published to http://cvs.apache.org/repository. I'm
> republishing it now to ibiblio now.

I got it from svn.apache.org; thanks, Silvio Haldi.

Is there any documentation available? Right now, I'm trying to figure 
out how to get it to work with Subversion by reading the docs for the 
previous version on maven.apache.org and sifting through plugin.jelly, 
but it's slow going.

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

iD8DBQFB7ro1EJLQ3Hl395wRArheAJ9KwuUtX84b8ywBU7GrA1gAyheanACcCg0m
PGKKTawCAA1wJ6Mlb8KRd1U=
=hRUo
-----END PGP SIGNATURE-----


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


Re: SCM 1.5 Plugin Beta 3

Posted by Brett Porter <br...@gmail.com>.
Oops :)

It was actually published to http://cvs.apache.org/repository. I'm
republishing it now to ibiblio now.

- Brett

On Wed, 19 Jan 2005 11:39:05 -0600, Craig S. Cottingham
<cr...@cottingham.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Jan 18, 2005, at 06:38, Brett Porter wrote:
> 
> > To automatically install the plugin, type the following on a single
> > line:
> >
> > maven plugin:download  -DgroupId=maven  -DartifactId=maven-scm-plugin
> > -Dversion=1.5-beta-3
> > (please wait 4 hours for it to be mirrored).
> >
> > For a manual installation, you can download the plugin here:
> > http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/
> > maven-scm-plugin-1.5-beta-3.jar
> 
> iBiblio doesn't have the plugin yet, and I tried a manual download
> without success, too.
> 
> Has this plugin really made it out into the wild yet?
> 
> - --
> 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)
> 
> iD8DBQFB7ps/EJLQ3Hl395wRAshVAKDVC/nhJaQTkxZ6FvO/5D6uQrY6/gCfbpB5
> B38K0SwF4BZyufXleY4MlqA=
> =66UL
> -----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


Re: SCM 1.5 Plugin Beta 3

Posted by "Craig S. Cottingham" <cr...@cottingham.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Jan 18, 2005, at 06:38, Brett Porter wrote:

> To automatically install the plugin, type the following on a single  
> line:
>
> maven plugin:download  -DgroupId=maven  -DartifactId=maven-scm-plugin
> -Dversion=1.5-beta-3
> (please wait 4 hours for it to be mirrored).
>
> For a manual installation, you can download the plugin here:
> http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/ 
> maven-scm-plugin-1.5-beta-3.jar

iBiblio doesn't have the plugin yet, and I tried a manual download  
without success, too.

Has this plugin really made it out into the wild yet?

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

iD8DBQFB7ps/EJLQ3Hl395wRAshVAKDVC/nhJaQTkxZ6FvO/5D6uQrY6/gCfbpB5
B38K0SwF4BZyufXleY4MlqA=
=66UL
-----END PGP SIGNATURE-----


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


Re: SCM 1.5 Plugin Beta 3

Posted by Brett Porter <br...@gmail.com>.
I can include it, though I have not had the opportunity to test it
personally and do not believe all of the functions are implemented. I
will include it in the next beta.

- Brett


On Tue, 18 Jan 2005 23:47:55 -0800, dan tran <da...@gmail.com> wrote:
> When will we receive beta for clearcase?
> 
> ;-)
> 
> -D
> 
> 
> On Tue, 18 Jan 2005 23:38:08 +1100, Brett Porter <br...@gmail.com> wrote:
> > I have a released a beta of the SCM plugin with subversion support.
> > Please test this even if you are already using this plugin for CVS as
> > the backend has changed - the <ant:cvs /> task is no longer used.
> >
> > Changes since beta-2 are:
> >
> > New Features:
> >
> > o checkout to target/checkout instead of target/checkouts/module-name
> > for consistency between SVN and CVS.
> > o implement a status check on prepare-release - fails if any unknown
> > or modified files exist other than project.xml and changes.xml.
> >
> > To automatically install the plugin, type the following on a single line:
> >
> > maven plugin:download  -DgroupId=maven  -DartifactId=maven-scm-plugin
> > -Dversion=1.5-beta-3
> > (please wait 4 hours for it to be mirrored).
> >
> > For a manual installation, you can download the plugin here:
> > http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-scm-plugin-1.5-beta-3.jar
> > 
> > ---------------------------------------------------------------------
> > 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: [CVS problem] [nead HELP!!!]

Posted by Brett Porter <br...@gmail.com>.
http://maven.apache.org/reference/project-descriptor.html#repository_connection

Please read the manual and search the mail archives before posting.

It is also considered bad etiquette to post the same thing in 3
places. You should not file a bug in JIRA unless you think there is a
problem in Maven, not because you need help.

- Brett


On Wed, 19 Jan 2005 10:02:56 +0200, colaru <co...@setmobile.ro> wrote:
> I try to set my cvs repository for maven. I use CVSNT on a Windows server.
> Normaly, this path is work with Eclipse IDE:
> :pserver:colaru@master:e:/cvsrep/Festino
> 
> but
> scm:cvs:pserver:colaru@master:e:/cvsrep/Festino
> does'nt work with maven (I set this in che connection in my POM)
> Is a parsing problem (you can see e: - the disk drive make to have more
> tokens that normal).
> 
> For example the error message for statcvs repport is:
> 
> statcvs:init:
> 
> statcvs:generate:
> 
> statcvs:init-variables:
> 
> statcvs:parse-connection:
> 
> [echo] Using connection: scm:cvs:pserver:colaru@master:e:/cvsrep/Festino
> 
> statcvs:validate:
> 
> [echo] fetching cvs logs at D:\proiecte\Festino\bin...
> 
> [cvs] cvs log: CVSROOT (":pserver:colaru@master:e")
> 
> [cvs] cvs log: requires a path spec
> 
> [cvs] cvs log:
> :pserver[;keyword=value...]:[username[:password]@]host[:port][:]/path
> 
> [cvs] cvs [log aborted]: Bad CVSROOT.
> 
> statcvs:init:
> 
> statcvs:generate-xdoc:
> 
> statcvs:init-variables:
> 
> statcvs:parse-connection:
> 
> statcvs:validate:
> 
> [java] StatCvs-XML 0.9.4 - CVS statistics generation
> 
> [java]
> 
> [java] Parsing CVS log 'D:\proiecte\Festino\bin/site/statcvs.log'
> 
> [java] Logfile parsing failed.
> 
> [java] empty logfile!
> 
> [java] [ERROR] Java Result: 1
> 
> Whow I can resolve this problem???
> 
> ---------------------------------------------------------------------
> 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


Réf. : Re: Réf. : [CVS problem] [nead HELP!!!]

Posted by fa...@mpsa.com.



Yes, you have to generate this ".cvspass" file. And this can be done via
the command :

maven -Dpassword=XXXXXXXX changelog:create-cvspass

That doesn't work?


Fabrice BELLINGARD
DSIN/INSI/EATE/AIDV
(01 61) 45 16 01  -  fabrice.belingard@mpsa.com


                                                                           
             colaru                                                        
             <colaru@setmobil                                              
             e.ro>                                                    Pour 
                                       Maven Users List                    
             19/01/2005 13:29          <us...@maven.apache.org>            
                                                                        cc 
                                                                           
                 Veuillez                                            Objet 
                répondre à             Re: Réf. : [CVS problem] [nead      
             Maven Users List          HELP!!!]                            
             <users@maven.apa                                              
                 che.org>                                                  
                                                                           
                                                                           
                                                                           
                                                                           




Merci!!!

It work's!!! The parsing process is OK.

But is another problem now. Is about the the password. With Eclipse is
work's the connection. But with maven no (I use CVSNT in windows).

statcvs:generate:

statcvs:init-variables:

statcvs:parse-connection:

[echo] Using connection: scm:cvs:pserver:colaru@master:/e//cvsrep:Festino

statcvs:validate:



[echo] fetching cvs logs at D:\proiecte\Festino\bin...

[cvs] Using cvs passfile: C:\Documents and
Settings\colaru.SETMOBILE\.cvspass

[cvs] cvs log: Empty password used - try 'cvs login' with a real password

[cvs]

[cvs] cvs [log aborted]: authorization failed: server master rejected
access
to /e//cvsrep for user colaru

statcvs:init:


What they say with thin in changelog plugin???:

This plugin does not use the cvs executable on your system to access CVS,
instead it uses a java library from the NetBeans project.

The password to access CVS is read by the plugin from
${user.home}/.cvspass.
If you are using CVSNT you will not have this file, as CVSNT stores
passwords encrypted in the registry.

To create this file, please execute the changelog:create-cvspass goal, e.g.

----- Original Message -----
From: <fa...@mpsa.com>
To: "Maven Users List" <us...@maven.apache.org>
Sent: Wednesday, January 19, 2005 10:47 AM
Subject: Réf. : [CVS problem] [nead HELP!!!]


>
>
>
>
> You should set your CVS root to :
>
> scm:cvs:pserver:colaru@master:/e//cvsrep/Festino:moduleName
>
>
> ---------------------------------
> Fabrice BELLINGARD
> DSIN/INSI/EATE/AIDV
> (01 61) 45 16 01  -  fabrice.belingard@mpsa.com
>
>
>
>              colaru
>              <colaru@setmobil
>              e.ro>
Pour
>                                        Maven Users List
>              19/01/2005 09:02          <us...@maven.apache.org>, dan tran
>                                        <da...@gmail.com>
>
cc
>                  Veuillez
>                 répondre à
Objet
>              Maven Users List          [CVS problem] [nead HELP!!!]
>              <users@maven.apa
>                  che.org>
>
>
>
>
>
>
>
>
> I try to set my cvs repository for maven. I use CVSNT on a Windows
server.
> Normaly, this path is work with Eclipse IDE:
> :pserver:colaru@master:e:/cvsrep/Festino
>
> but
> scm:cvs:pserver:colaru@master:e:/cvsrep/Festino
> does'nt work with maven (I set this in che connection in my POM)
> Is a parsing problem (you can see e: - the disk drive make to have more
> tokens that normal).
>
> For example the error message for statcvs repport is:
>
> statcvs:init:
>
> statcvs:generate:
>
> statcvs:init-variables:
>
> statcvs:parse-connection:
>
> [echo] Using connection: scm:cvs:pserver:colaru@master:e:/cvsrep/Festino
>
> statcvs:validate:
>
>
>
> [echo] fetching cvs logs at D:\proiecte\Festino\bin...
>
> [cvs] cvs log: CVSROOT (":pserver:colaru@master:e")
>
> [cvs] cvs log: requires a path spec
>
> [cvs] cvs log:
> :pserver[;keyword=value...]:[username[:password]@]host[:port][:]/path
>
> [cvs] cvs [log aborted]: Bad CVSROOT.
>
> statcvs:init:
>
> statcvs:generate-xdoc:
>
> statcvs:init-variables:
>
> statcvs:parse-connection:
>
> statcvs:validate:
>
>
>
> [java] StatCvs-XML 0.9.4 - CVS statistics generation
>
> [java]
>
> [java] Parsing CVS log 'D:\proiecte\Festino\bin/site/statcvs.log'
>
> [java] Logfile parsing failed.
>
> [java] empty logfile!
>
> [java] [ERROR] Java Result: 1
>
>
>
> Whow I can resolve this problem???
>
>
> ---------------------------------------------------------------------
> 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
>
>
> __________ NOD32 1.975 (20050118) Information __________
>
> This message was checked by NOD32 antivirus system.
> http://www.nod32.com
>
>


---------------------------------------------------------------------
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: Réf. : [CVS problem] [nead HELP!!!]

Posted by colaru <co...@setmobile.ro>.
Merci!!!

It work's!!! The parsing process is OK.

But is another problem now. Is about the the password. With Eclipse is
work's the connection. But with maven no (I use CVSNT in windows).

statcvs:generate:

statcvs:init-variables:

statcvs:parse-connection:

[echo] Using connection: scm:cvs:pserver:colaru@master:/e//cvsrep:Festino

statcvs:validate:



[echo] fetching cvs logs at D:\proiecte\Festino\bin...

[cvs] Using cvs passfile: C:\Documents and
Settings\colaru.SETMOBILE\.cvspass

[cvs] cvs log: Empty password used - try 'cvs login' with a real password

[cvs]

[cvs] cvs [log aborted]: authorization failed: server master rejected access
to /e//cvsrep for user colaru

statcvs:init:


What they say with thin in changelog plugin???:

This plugin does not use the cvs executable on your system to access CVS,
instead it uses a java library from the NetBeans project.

The password to access CVS is read by the plugin from ${user.home}/.cvspass.
If you are using CVSNT you will not have this file, as CVSNT stores
passwords encrypted in the registry.

To create this file, please execute the changelog:create-cvspass goal, e.g.

maven -Dpassword=XXXXXXXX changelog:create-cvspass

----- Original Message -----
From: <fa...@mpsa.com>
To: "Maven Users List" <us...@maven.apache.org>
Sent: Wednesday, January 19, 2005 10:47 AM
Subject: Réf. : [CVS problem] [nead HELP!!!]


>
>
>
>
> You should set your CVS root to :
>
> scm:cvs:pserver:colaru@master:/e//cvsrep/Festino:moduleName
>
>
> ---------------------------------
> Fabrice BELLINGARD
> DSIN/INSI/EATE/AIDV
> (01 61) 45 16 01  -  fabrice.belingard@mpsa.com
>
>
>
>              colaru
>              <colaru@setmobil
>              e.ro>                                                    Pour
>                                        Maven Users List
>              19/01/2005 09:02          <us...@maven.apache.org>, dan tran
>                                        <da...@gmail.com>
>                                                                         cc
>                  Veuillez
>                 répondre à                                           Objet
>              Maven Users List          [CVS problem] [nead HELP!!!]
>              <users@maven.apa
>                  che.org>
>
>
>
>
>
>
>
>
> I try to set my cvs repository for maven. I use CVSNT on a Windows server.
> Normaly, this path is work with Eclipse IDE:
> :pserver:colaru@master:e:/cvsrep/Festino
>
> but
> scm:cvs:pserver:colaru@master:e:/cvsrep/Festino
> does'nt work with maven (I set this in che connection in my POM)
> Is a parsing problem (you can see e: - the disk drive make to have more
> tokens that normal).
>
> For example the error message for statcvs repport is:
>
> statcvs:init:
>
> statcvs:generate:
>
> statcvs:init-variables:
>
> statcvs:parse-connection:
>
> [echo] Using connection: scm:cvs:pserver:colaru@master:e:/cvsrep/Festino
>
> statcvs:validate:
>
>
>
> [echo] fetching cvs logs at D:\proiecte\Festino\bin...
>
> [cvs] cvs log: CVSROOT (":pserver:colaru@master:e")
>
> [cvs] cvs log: requires a path spec
>
> [cvs] cvs log:
> :pserver[;keyword=value...]:[username[:password]@]host[:port][:]/path
>
> [cvs] cvs [log aborted]: Bad CVSROOT.
>
> statcvs:init:
>
> statcvs:generate-xdoc:
>
> statcvs:init-variables:
>
> statcvs:parse-connection:
>
> statcvs:validate:
>
>
>
> [java] StatCvs-XML 0.9.4 - CVS statistics generation
>
> [java]
>
> [java] Parsing CVS log 'D:\proiecte\Festino\bin/site/statcvs.log'
>
> [java] Logfile parsing failed.
>
> [java] empty logfile!
>
> [java] [ERROR] Java Result: 1
>
>
>
> Whow I can resolve this problem???
>
>
> ---------------------------------------------------------------------
> 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
>
>
> __________ NOD32 1.975 (20050118) Information __________
>
> This message was checked by NOD32 antivirus system.
> http://www.nod32.com
>
>


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


Réf. : [CVS problem] [nead HELP!!!]

Posted by fa...@mpsa.com.



You should set your CVS root to :

scm:cvs:pserver:colaru@master:/e//cvsrep/Festino:moduleName


---------------------------------
Fabrice BELLINGARD
DSIN/INSI/EATE/AIDV
(01 61) 45 16 01  -  fabrice.belingard@mpsa.com


                                                                           
             colaru                                                        
             <colaru@setmobil                                              
             e.ro>                                                    Pour 
                                       Maven Users List                    
             19/01/2005 09:02          <us...@maven.apache.org>, dan tran  
                                       <da...@gmail.com>                 
                                                                        cc 
                 Veuillez                                                  
                répondre à                                           Objet 
             Maven Users List          [CVS problem] [nead HELP!!!]        
             <users@maven.apa                                              
                 che.org>                                                  
                                                                           
                                                                           
                                                                           
                                                                           




I try to set my cvs repository for maven. I use CVSNT on a Windows server.
Normaly, this path is work with Eclipse IDE:
:pserver:colaru@master:e:/cvsrep/Festino

but
scm:cvs:pserver:colaru@master:e:/cvsrep/Festino
does'nt work with maven (I set this in che connection in my POM)
Is a parsing problem (you can see e: - the disk drive make to have more
tokens that normal).

For example the error message for statcvs repport is:

statcvs:init:

statcvs:generate:

statcvs:init-variables:

statcvs:parse-connection:

[echo] Using connection: scm:cvs:pserver:colaru@master:e:/cvsrep/Festino

statcvs:validate:



[echo] fetching cvs logs at D:\proiecte\Festino\bin...

[cvs] cvs log: CVSROOT (":pserver:colaru@master:e")

[cvs] cvs log: requires a path spec

[cvs] cvs log:
:pserver[;keyword=value...]:[username[:password]@]host[:port][:]/path

[cvs] cvs [log aborted]: Bad CVSROOT.

statcvs:init:

statcvs:generate-xdoc:

statcvs:init-variables:

statcvs:parse-connection:

statcvs:validate:



[java] StatCvs-XML 0.9.4 - CVS statistics generation

[java]

[java] Parsing CVS log 'D:\proiecte\Festino\bin/site/statcvs.log'

[java] Logfile parsing failed.

[java] empty logfile!

[java] [ERROR] Java Result: 1



Whow I can resolve this problem???


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


[CVS problem] [nead HELP!!!]

Posted by colaru <co...@setmobile.ro>.
I try to set my cvs repository for maven. I use CVSNT on a Windows server.
Normaly, this path is work with Eclipse IDE:
:pserver:colaru@master:e:/cvsrep/Festino

but
scm:cvs:pserver:colaru@master:e:/cvsrep/Festino
does'nt work with maven (I set this in che connection in my POM)
Is a parsing problem (you can see e: - the disk drive make to have more
tokens that normal).

For example the error message for statcvs repport is:

statcvs:init:

statcvs:generate:

statcvs:init-variables:

statcvs:parse-connection:

[echo] Using connection: scm:cvs:pserver:colaru@master:e:/cvsrep/Festino

statcvs:validate:



[echo] fetching cvs logs at D:\proiecte\Festino\bin...

[cvs] cvs log: CVSROOT (":pserver:colaru@master:e")

[cvs] cvs log: requires a path spec

[cvs] cvs log:
:pserver[;keyword=value...]:[username[:password]@]host[:port][:]/path

[cvs] cvs [log aborted]: Bad CVSROOT.

statcvs:init:

statcvs:generate-xdoc:

statcvs:init-variables:

statcvs:parse-connection:

statcvs:validate:



[java] StatCvs-XML 0.9.4 - CVS statistics generation

[java]

[java] Parsing CVS log 'D:\proiecte\Festino\bin/site/statcvs.log'

[java] Logfile parsing failed.

[java] empty logfile!

[java] [ERROR] Java Result: 1



Whow I can resolve this problem???


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


Re: SCM 1.5 Plugin Beta 3

Posted by dan tran <da...@gmail.com>.
When will we receive beta for clearcase?

;-)

-D


On Tue, 18 Jan 2005 23:38:08 +1100, Brett Porter <br...@gmail.com> wrote:
> I have a released a beta of the SCM plugin with subversion support.
> Please test this even if you are already using this plugin for CVS as
> the backend has changed - the <ant:cvs /> task is no longer used.
> 
> Changes since beta-2 are:
> 
> New Features:
> 
> o checkout to target/checkout instead of target/checkouts/module-name
> for consistency between SVN and CVS.
> o implement a status check on prepare-release - fails if any unknown
> or modified files exist other than project.xml and changes.xml.
> 
> To automatically install the plugin, type the following on a single line:
> 
> maven plugin:download  -DgroupId=maven  -DartifactId=maven-scm-plugin
> -Dversion=1.5-beta-3
> (please wait 4 hours for it to be mirrored).
> 
> For a manual installation, you can download the plugin here:
> http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-scm-plugin-1.5-beta-3.jar
> 
> ---------------------------------------------------------------------
> 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