Maven cruisecontrol plugin

2005-11-16 Thread duke
Hi all,

I currently work on a java project with maven and his plugin cruisecontrol.

The mail sended is measuring 2Mo, I would like to receive less heavy malls.

However, I do not find cruisecontrol properties which enable me to simplify
to the maximum the mail.
A mail of the kind ok or ko would be enough for me.

Thank you for your assistance


Re: Maven cruisecontrol plugin

2005-11-16 Thread Jamie Bisotti
On 11/16/05, duke [EMAIL PROTECTED] wrote:

 Hi all,

 I currently work on a java project with maven and his plugin
 cruisecontrol.

 The mail sended is measuring 2Mo, I would like to receive less heavy
 malls.

 However, I do not find cruisecontrol properties which enable me to
 simplify
 to the maximum the mail.
 A mail of the kind ok or ko would be enough for me.

 Thank you for your assistance


You'll probably have better luck on the CruiseControl mailing list.

--
Jamie Bisotti


RE: maven-cruisecontrol-plugin

2005-04-05 Thread Stephen Gray

Hi,

I have maven running cruisecontrol but Im getting the following error: BUILD
FAILED
[exec] File..
/home/stephen/.maven/cache/maven-scm-plugin-1.4.1/plugin.jelly
[exec] Element... ant:cvs
[exec] Line.. 258
[exec] Column 9
[exec] cvs exited with error code 1
[exec] Command line was [Executing 'cvs' with arguments:
[exec] '-d:local:/home/cvs'
[exec] '-q'
[exec] 'update'
[exec] '-Pd'
[exec]
[exec] The ' characters around the executable and arguments are
[exec] not part of the command.

scm:cvs-update-project:
[exec] [cvs] Using cvs passfile: /home/stephen/.cvspass
[exec] [cvs] cvs update: CVSROOT must be an absolute pathname (not
`ignored')
[exec] [cvs] cvs update: when using local access method.
[exec] [cvs] cvs [update aborted]: Bad CVSROOT: `:local:ignored'.

I have the following in my project.xml file
scm:cvs:local:ignored:/home/cvs:devbase. This works fine when generating the
changelog reports on the maven site. Any ideas would be greatly appreciated?
Thanks







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: maven-cruisecontrol-plugin

2005-04-05 Thread Nicolas Chalumeau
I think that your maven.scm.cvs.root property is not set... Is the
value of repository  connection and developerConnection are valid ?

Nicolas,

On Apr 5, 2005 10:38 AM, Stephen Gray [EMAIL PROTECTED] wrote:
 
 Hi,
 
 I have maven running cruisecontrol but Im getting the following error: BUILD
 FAILED
 [exec] File..
 /home/stephen/.maven/cache/maven-scm-plugin-1.4.1/plugin.jelly
 [exec] Element... ant:cvs
 [exec] Line.. 258
 [exec] Column 9
 [exec] cvs exited with error code 1
 [exec] Command line was [Executing 'cvs' with arguments:
 [exec] '-d:local:/home/cvs'
 [exec] '-q'
 [exec] 'update'
 [exec] '-Pd'
 [exec]
 [exec] The ' characters around the executable and arguments are
 [exec] not part of the command.
 
 scm:cvs-update-project:
 [exec] [cvs] Using cvs passfile: /home/stephen/.cvspass
 [exec] [cvs] cvs update: CVSROOT must be an absolute pathname (not
 `ignored')
 [exec] [cvs] cvs update: when using local access method.
 [exec] [cvs] cvs [update aborted]: Bad CVSROOT: `:local:ignored'.
 
 I have the following in my project.xml file
 scm:cvs:local:ignored:/home/cvs:devbase. This works fine when generating the
 changelog reports on the maven site. Any ideas would be greatly appreciated?
 Thanks
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: maven-cruisecontrol-plugin

2005-04-05 Thread Stephen Gray

Its using the repository connection from my project.xml file and giving
errors. I have the following in project.xml:
scm:cvs:local:ignored:/home/cvs:devbase. is this wrong? do I have to set
something in my properties file?



-Original Message-
From: Nicolas Chalumeau [mailto:[EMAIL PROTECTED]
Sent: 05 April 2005 10:25
To: Maven Users List
Subject: Re: maven-cruisecontrol-plugin


I think that your maven.scm.cvs.root property is not set... Is the
value of repository  connection and developerConnection are valid ?

Nicolas,


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



maven-cruisecontrol-plugin

2005-04-04 Thread Stephen Gray
Hi,

I have mavenrunning cruisecontrol but Im getting the following error: BUILD
FAILED
[exec] File..
/home/stephen/.maven/cache/maven-scm-plugin-1.4.1/plugin.jelly
[exec] Element... ant:cvs
[exec] Line.. 258
[exec] Column 9
[exec] cvs exited with error code 1
[exec] Command line was [Executing 'cvs' with arguments:
[exec] '-d:local:/home/cvs'
[exec] '-q'
[exec] 'update'
[exec] '-Pd'
[exec]
[exec] The ' characters around the executable and arguments are
[exec] not part of the command.

I have the following in my project.xml file
scm:cvs:local:ignored:/home/cvs:devbase. Thisworks fine when generating the
changelog reports. Any ideas? Thanks



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



maven-cruisecontrol-plugin maven.scm.svn.module question

2005-03-02 Thread Laurent Petit
Hello,
In my attempts to understand how to work with the cruisecontrol plugin 
for maven, I'm faced with a weird problem. (I'm using maven 1.0.2 + cc 
plugin snapshot + maven scm 1.5-beta-3)

If I don't define a property called maven.scm.svn.module then the 
cruisecontrol:configure goal crashes.

But if I set this property to, for example, the value of my project's 
name, what happens is that the generated configure.xml file contains the 
 following line :
svn 
repositoryLocation=http://server/svn/repos/trunk/projectname/projectname;

since I have the following repository declaration in my project.xml :
  repository
connectionscm:svn:http://server/svn/repos/trunk/projectname/connection
  /repository
projectname is repeated 2 times in the CC config file.
I don't see the reason of this maven.scm.svn.module.
Maybe it's a remaining bug in the snapshot, so I wanted to report it to you.
Or maybe I'm doing something wrong, so please let me know.

Regards,
--
Laurent Petit
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: maven-cruisecontrol-plugin maven.scm.svn.module question

2005-03-02 Thread Brett Porter
Yes, this is an outstanding bug, already known. Thanks!


On Wed, 02 Mar 2005 11:34:38 +0100, Laurent Petit [EMAIL PROTECTED] wrote:
 Hello,
 
 In my attempts to understand how to work with the cruisecontrol plugin
 for maven, I'm faced with a weird problem. (I'm using maven 1.0.2 + cc
 plugin snapshot + maven scm 1.5-beta-3)
 
 If I don't define a property called maven.scm.svn.module then the
 cruisecontrol:configure goal crashes.
 
 But if I set this property to, for example, the value of my project's
 name, what happens is that the generated configure.xml file contains the
   following line :
 svn
 repositoryLocation=http://server/svn/repos/trunk/projectname/projectname;
 
 since I have the following repository declaration in my project.xml :
repository
 connectionscm:svn:http://server/svn/repos/trunk/projectname/connection
/repository
 
 projectname is repeated 2 times in the CC config file.
 
 I don't see the reason of this maven.scm.svn.module.
 
 Maybe it's a remaining bug in the snapshot, so I wanted to report it to you.
 
 Or maybe I'm doing something wrong, so please let me know.
 
 Regards,
 
 --
 Laurent Petit
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: maven-cruisecontrol-plugin maven.scm.svn.module question

2005-03-02 Thread Laurent Petit
OK, that's what I was afraid of.
Is there a known work-around which could :
- still let the scm plugin work (the 1.5-beta-3)
- make the CC plugin work
together ?
I've tried some combinations of commenting out some portions of 
project.xml concerning the repository + adding the deprecated values 
in project.properties for maven.scm.method, maven.scm.svn.root and
maven.scm.svn.module but I'm not sure about what I've done and if it's 
stable enough.

Thanks in advance,
--
Laurent
Brett Porter wrote:
Yes, this is an outstanding bug, already known. Thanks!
On Wed, 02 Mar 2005 11:34:38 +0100, Laurent Petit [EMAIL PROTECTED] wrote:
Hello,
In my attempts to understand how to work with the cruisecontrol plugin
for maven, I'm faced with a weird problem. (I'm using maven 1.0.2 + cc
plugin snapshot + maven scm 1.5-beta-3)
If I don't define a property called maven.scm.svn.module then the
cruisecontrol:configure goal crashes.
But if I set this property to, for example, the value of my project's
name, what happens is that the generated configure.xml file contains the
 following line :
svn
repositoryLocation=http://server/svn/repos/trunk/projectname/projectname;
since I have the following repository declaration in my project.xml :
  repository
connectionscm:svn:http://server/svn/repos/trunk/projectname/connection
  /repository
projectname is repeated 2 times in the CC config file.
I don't see the reason of this maven.scm.svn.module.
Maybe it's a remaining bug in the snapshot, so I wanted to report it to you.
Or maybe I'm doing something wrong, so please let me know.
Regards,
--
Laurent Petit
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: maven-cruisecontrol-plugin maven.scm.svn.module question

2005-03-02 Thread Brett Porter
Are you sure you have the trunk in the right place? Usually it would
be /projectname/trunk.

Anyway, using this URL will probably work for now:
scm:svn:http://server/svn/repos:trunk/projectname


On Wed, 02 Mar 2005 12:01:39 +0100, Laurent Petit [EMAIL PROTECTED] wrote:
 OK, that's what I was afraid of.
 
 Is there a known work-around which could :
 - still let the scm plugin work (the 1.5-beta-3)
 - make the CC plugin work
 
 together ?
 
 I've tried some combinations of commenting out some portions of
 project.xml concerning the repository + adding the deprecated values
 in project.properties for maven.scm.method, maven.scm.svn.root and
 maven.scm.svn.module but I'm not sure about what I've done and if it's
 stable enough.
 
 Thanks in advance,
 
 --
 Laurent
 
 
 Brett Porter wrote:
  Yes, this is an outstanding bug, already known. Thanks!
 
 
  On Wed, 02 Mar 2005 11:34:38 +0100, Laurent Petit [EMAIL PROTECTED] wrote:
 
 Hello,
 
 In my attempts to understand how to work with the cruisecontrol plugin
 for maven, I'm faced with a weird problem. (I'm using maven 1.0.2 + cc
 plugin snapshot + maven scm 1.5-beta-3)
 
 If I don't define a property called maven.scm.svn.module then the
 cruisecontrol:configure goal crashes.
 
 But if I set this property to, for example, the value of my project's
 name, what happens is that the generated configure.xml file contains the
   following line :
 svn
 repositoryLocation=http://server/svn/repos/trunk/projectname/projectname;
 
 since I have the following repository declaration in my project.xml :
repository
 connectionscm:svn:http://server/svn/repos/trunk/projectname/connection
/repository
 
 projectname is repeated 2 times in the CC config file.
 
 I don't see the reason of this maven.scm.svn.module.
 
 Maybe it's a remaining bug in the snapshot, so I wanted to report it to you.
 
 Or maybe I'm doing something wrong, so please let me know.
 
 Regards,
 
 --
 Laurent Petit
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: maven-cruisecontrol-plugin maven.scm.svn.module question

2005-03-02 Thread Laurent Petit
Hello,
as for the trunk, we have decided to have a global directory structure 
like this (because it is a very oriented repository) :
/repos/trunk/proj1
/repos/trunk/proj2
...
/repos/tags/proj1-Vxx
/repos/tags/proj1-Vyy
/repos/tags/proj2-Vzz
...
/repos/branches

As of the URL format you gave me : 
scm:svn:http://server/svn/repos:trunk/projectname

it works like a charm, so thank you very much ! :-)
Regards,
--
Laurent

Brett Porter wrote:
Are you sure you have the trunk in the right place? Usually it would
be /projectname/trunk.
Anyway, using this URL will probably work for now:
scm:svn:http://server/svn/repos:trunk/projectname
On Wed, 02 Mar 2005 12:01:39 +0100, Laurent Petit [EMAIL PROTECTED] wrote:
OK, that's what I was afraid of.
Is there a known work-around which could :
- still let the scm plugin work (the 1.5-beta-3)
- make the CC plugin work
together ?
I've tried some combinations of commenting out some portions of
project.xml concerning the repository + adding the deprecated values
in project.properties for maven.scm.method, maven.scm.svn.root and
maven.scm.svn.module but I'm not sure about what I've done and if it's
stable enough.
Thanks in advance,
--
Laurent
Brett Porter wrote:
Yes, this is an outstanding bug, already known. Thanks!
On Wed, 02 Mar 2005 11:34:38 +0100, Laurent Petit [EMAIL PROTECTED] wrote:

Hello,
In my attempts to understand how to work with the cruisecontrol plugin
for maven, I'm faced with a weird problem. (I'm using maven 1.0.2 + cc
plugin snapshot + maven scm 1.5-beta-3)
If I don't define a property called maven.scm.svn.module then the
cruisecontrol:configure goal crashes.
But if I set this property to, for example, the value of my project's
name, what happens is that the generated configure.xml file contains the
following line :
svn
repositoryLocation=http://server/svn/repos/trunk/projectname/projectname;
since I have the following repository declaration in my project.xml :
 repository
connectionscm:svn:http://server/svn/repos/trunk/projectname/connection
 /repository
projectname is repeated 2 times in the CC config file.
I don't see the reason of this maven.scm.svn.module.
Maybe it's a remaining bug in the snapshot, so I wanted to report it to you.
Or maybe I'm doing something wrong, so please let me know.
Regards,
--
Laurent Petit
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]