RE: Integration tests for core plugins

2005-12-19 Thread Vincent Massol
Hi Martin, > -Original Message- > From: Martin van den Bemt [mailto:[EMAIL PROTECTED] > Sent: lundi 19 décembre 2005 18:44 > To: Maven Developers List > Subject: Re: Integration tests for core plugins > > Hi Vincent, > > Assume you got back home safely :

Re: Integration tests for core plugins

2005-12-19 Thread Martin van den Bemt
Hi Vincent, Assume you got back home safely :) Are you also trying to solve the outstanding issues currently in JIRA ? I created a dutch language file for clover and like to add the use of licenseFile to the docs. Anything else on the list you want/are able to delegate ? (you have to do the pat

RE: Integration tests for core plugins

2005-12-19 Thread Vincent Massol
> -Original Message- > From: John Casey [mailto:[EMAIL PROTECTED] > Sent: lundi 19 décembre 2005 18:11 > To: Maven Developers List > Subject: Re: Integration tests for core plugins > > Hi Vincent, > > IMO, we should be using the IT plugin, since we're

Re: Integration tests for core plugins

2005-12-19 Thread John Casey
Hi Vincent, IMO, we should be using the IT plugin, since we're testing a given plugin in the context of a running Maven instance, not on its own. For tests we *can* do in isolation, I think unit testing still needs to be part of the solution, maybe even using PlexusTestCase derivatives where

Integration tests for core plugins

2005-12-19 Thread Vincent Massol
Hi, I'm working again on the clover plugin (which I'd like to release ASAP). I wanted to move the it test I have in components/examples to the plugin itself. I wanted to use the it plugin for running it but I've just realized that the it plugin has never been released (not even in alpha). Thus if