Re: [clover] Release a clover plugin (1.10?) for Clover 1.3.9?

2005-08-02 Thread Edwin Punzalan
Yup. I have seen several [ANN] messages in this user list. Gary Gregory wrote: Does an [ann] get posted here when plugins are released? Should I watch another list? Thanks, Gary -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Monday, August 01, 2005 1:29

Re: [m1] Keeping plugins up to date

2005-08-02 Thread Milos Kleint
if you want to be sure that evenryone builds with the same version of the plugin, add the plugin as a dependency of the project. Regards Milos Kleint On 8/2/05, Grant Ingersoll <[EMAIL PROTECTED]> wrote: > Yeah, I did that which is fine when you know the specifics of what you > want to update.

scm:update error

2005-08-02 Thread Mariano Stampella
Hi, I'm Mariano with the same old problem, I use the scm-plugin and when try to use the update goal occurs this [WARNING] Unknown status: '? '. [WARNING] Unknown status: 'M '. That's because when i execute the update goal really executed this: cvs -f -q update -d And the result is: ? .xdoclet

Re: [m2] build fails on compiler warning

2005-08-02 Thread Brett Porter
This is a bug, that it cannot parse the warning as a warning. Please file it and we'll get it fixed before the next release. Thanks, Brett On 8/3/05, andrew <[EMAIL PROTECTED]> wrote: > Maven version: 2.0-beta-1-SNAPSHOT, and > Maven version: 2.0-alpha-3 > > Hi, > > I'm attempting to compile a

[m2] build fails on compiler warning

2005-08-02 Thread andrew
Maven version: 2.0-beta-1-SNAPSHOT, and Maven version: 2.0-alpha-3 Hi, I'm attempting to compile a class that contains the now reserved word 'assert' as a identifier. This compiles fine, with the requisite warnings, outside of m2. Under m2, the compiler:compile goal produces the warnings and ac

Re: Create instructions for Continuous integration for dummies anyone?

2005-08-02 Thread Brett Porter
Feel free to use http://wiki.apache.org/maven/ too, and it could be incoporated into the Maven CC Plugin website, or the MAven web site if it is more general than that. The wiki is currently empty, so you can create what you need :) Cheers, Brett On 8/3/05, Mayorgaadame, Alex [IT] <[EMAIL PROTEC

Re: [Fwd: [ANNOUNCEMENT] Right Commons-Cli 1.0 Jar Now In Java Repository]

2005-08-02 Thread Torsten Curdt
Hi, I know it (was) a snapshot release - but could you perhaps summarize the differences between these two versions? I'd look at the change log but I assume it does not list changes between snapshots ;-) not possible, i'm afraid. the exact build date is not known and no tag was taken (for t

Re: [Fwd: [ANNOUNCEMENT] Right Commons-Cli 1.0 Jar Now In Java Repository]

2005-08-02 Thread robert burrell donkin
On Tue, 2005-08-02 at 18:23 +0300, Arik Kfir wrote: > Hi, > > I know it (was) a snapshot release - but could you perhaps summarize > the differences between these two versions? I'd look at the change log > but I assume it does not list changes between snapshots ;-) not possible, i'm afraid. the e

Re: [m1] Keeping plugins up to date

2005-08-02 Thread Grant Ingersoll
Yeah, I did that which is fine when you know the specifics of what you want to update. I will see if I can come up w/ some script that does it for me. Problem I had was I had a few developers who didn't have the same version of the jar-plugin, and were seeing different results. Being able to v

RE: Create instructions for Continuous integration for dummies?

2005-08-02 Thread David Jackman
The official wiki sounds like the most logical place to me. If I was a newbie looking for this kind of information, that wiki would be one of the first places I'd look (because the CC home page links there). -Original Message- From: Mayorgaadame, Alex [IT] [mailto:[EMAIL PROTECTED] Sent

RE: Maven as service

2005-08-02 Thread David Jackman
Is it possible you have the "Allow service to interact with desktop" option checked in the service properties? If you do, that could be causing the problem. -Original Message- From: Chedly GUERFALI [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 02, 2005 10:35 AM To: Maven Users List

Re: [m1] Keeping plugins up to date

2005-08-02 Thread dan tran
Grant, there is no single maven command to do that, how about put multiple maven commands ( see the link) into a batch file? -D On 8/2/05, Grant Ingersoll <[EMAIL PROTECTED]> wrote: > I see from http://maven.apache.org/start/download.html that there is > list of plugins that are to be updated for

[m1] Keeping plugins up to date

2005-08-02 Thread Grant Ingersoll
I see from http://maven.apache.org/start/download.html that there is list of plugins that are to be updated for 1.0.2. Is there a way to update all installed plugins automatically via one command? Thanks, Grant - To unsubscribe,

RE: Maven as service

2005-08-02 Thread Chedly GUERFALI
Thanks for both David and Stephane, unfortunatly and after trying both solutions, my problem is remaining: the java process lauched with Maven is interrupted when a user logs out and the java process lauched by CruiseControl still running.So the entire process is suddenly stopped at a certain goal

RE: Create instructions for Continuous integration for dummies?

2005-08-02 Thread Mayorgaadame, Alex [IT]
Is there a better place to do this? I'm thinking to do a "Baby steps" guide to setup maven in Windows. Latter on I'll do it on Solaris. I need to log my work anyway so I believe it'll be nice if this can be helpful for newbies to come =) Thanks Alex -Original Message- From: David Jackma

RE: Create instructions for Continuous integration for dummies anyone?

2005-08-02 Thread David Jackman
The "official" CC wiki (linked to from the CC home page) is at http://confluence.public.thoughtworks.org/display/CC/Home -Original Message- From: Mayorgaadame, Alex [IT] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 02, 2005 9:43 AM To: Maven Users List Subject: Create instructions for

RE: [clover] Release a clover plugin (1.10?) for Clover 1.3.9?

2005-08-02 Thread Gary Gregory
Does an [ann] get posted here when plugins are released? Should I watch another list? Thanks, Gary > -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Monday, August 01, 2005 1:29 AM > To: 'Maven Users List' > Subject: RE: [clover] Release a clover plugin (1.10?

Create instructions for Continuous integration for dummies anyone?

2005-08-02 Thread Mayorgaadame, Alex [IT]
Anyone that can tell me where the wiki is, so I can star logging my progress. I believe that this can be valuable for other total dummies like me. Given that I'll be reading this over and over I would like to contribute with an Spanish translation, any insights on how to do it would be appreciat

Re: [Fwd: [ANNOUNCEMENT] Right Commons-Cli 1.0 Jar Now In Java Repository]

2005-08-02 Thread Arik Kfir
Hi, I know it (was) a snapshot release - but could you perhaps summarize the differences between these two versions? I'd look at the change log but I assume it does not list changes between snapshots ;-) On 8/2/05, Nicolas De Loof <[EMAIL PROTECTED]> wrote: > > > > Sujet: [ANNOUNCEMENT] Righ

RE: Maven as service

2005-08-02 Thread David Jackman
Yes. That was the page I used to get CC running as a service so long ago (it's been so long I forgot where it was). In the script I included the -params %* part is where the config file comes gets set. Everything after -params is used as command line parameters when starting CC. %* is a vari

Re: maven with VSS

2005-08-02 Thread Vincent Siveton
Hi, Not tested but I think you should define your VSS repository as follows: scm:vss:\\hostname\Vss\:username,password:/SourceRoot/Project Cheers, Vincent 2005/8/2, Bahaa Nasrallah <[EMAIL PROTECTED]>: > Hi, > I need to generate changelog, file activity and developer activity > reports based o

maven with VSS

2005-08-02 Thread Bahaa Nasrallah
Hi, I need to generate changelog, file activity and developer activity reports based on VSS as SCM. I see that those plugins currently support VSS, i need to know how to let maven know about the VSS repository. If the repository was Subversion or CVS it is quite obvious how to specify the repositor

Remote Repository

2005-08-02 Thread NIRMALA Manivasagam
Hi, Can any one tell me why it is comingeventhough i created a repository in remote machine... D:\Maven 1.0.2\bin>cvs -d :sspi:[EMAIL PROTECTED]:2401:/cvsnt/source login Logging in to :sspi:[EMAIL PROTECTED]:2401:/cvsnt/source CVS password: cvs [login aborted]: /cvsnt/source: no su

Re: CVS repository

2005-08-02 Thread Jan Tanis
Hi, For using remote checkout (maven scm:checkout-project) I setted this in my properties file: maven.scm.method=cvs maven.scm.cvs.module=$modulename maven.scm.cvs.root=:pserver:[EMAIL PROTECTED]:/home/cvspublic maven.scm.checkout.dir=. For changelogging I use the following tag in my project.

CVS repository

2005-08-02 Thread NIRMALA Manivasagam
Hi, How should i connect to remote repository using CVS Thanks, Nirmala Confidentiality Statement: This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If

Re: Maven as service

2005-08-02 Thread Stephane Nicoll
See doco: http://confluence.public.thoughtworks.org/display/CC/RunningCruiseControlAsaWindowsService Cheers, Stéphane On 8/2/05, Chedly GUERFALI <[EMAIL PROTECTED]> wrote: > Thank you very much David, > but where do you pass the configfile parameter to the cruisecontrol service > ? > Do you launc

Cobertura and Aspectj

2005-08-02 Thread stéphane bouchet
Hi, i am trying to use cobertura with aspectj but it doesn't work : It seems that cobertura canot find the aspectJ libraries ? I use JDK 5.0, Win2k, Maven 1.0.2, last cobertura and aspectj plugins Thanks cobertura:on: [mkdir] Created dir: C:\eclipse\workspace\CASTOR-core\target\docs\cober

Re: Project website

2005-08-02 Thread Jeffrey Mutonho
It turns out that its a unix permissions issue.Thanx for your response jeff mutonho On 8/1/05, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: > This might be because your web server is running while you are building the > site. You need to stop the web server. > > > On 8/1/05, Jeffrey Mutonho

RE: Maven as service

2005-08-02 Thread Chedly GUERFALI
Thank you very much David, but where do you pass the configfile parameter to the cruisecontrol service ? Do you launch a script containing the "cruisecontrol -configfile XXX" chain? Chedly -Message d'origine- De : David Jackman [mailto:[EMAIL PROTECTED] Envoye : lundi 1 aout 2005 18:45 A

RE: [m2] Questions About Aggregating Documentation for Multiple Projects

2005-08-02 Thread Yann Le Du
Hi Bob, Since I've been struggling with the same kind of issue, I can give you some hints, but maybe the Maven team will give some precisions :) 1) To define correct inheritance between two projects P (parent) and M (module), you need two things : * in M POM, add a pointing to P * in P POM