This seems identical to the situation John Fallows is working through
at the moment:
http://mail-archives.apache.org/mod_mbox/maven-users/200509.mbox/[EMAIL 
PROTECTED]

- Brett

On 9/27/05, Gilles Scokart <[EMAIL PROTECTED]> wrote:
>
>
> I'm writting a mock generator and I need advice on how to organise my
> project.  Amongst other module, I have :
> - The genrator itself
> - The runtime library used by the genrated code
> - The Mojo that will launch the genrator from
> + All the unit test.
>
> I wonder how to organise this into modules?
>
> I guess that the decomposition I have should be nice, but I have a problem
> for my unit tests.
>
> Indeed, I would like to be self-testing.  I mean that I would like to use my
> mock generator to make my tests.
>
> One solution I have seen is to place the unit test into a separated module.
> But I don't really like it.
> An other one is to rely an a previous version of the mock generator being
> already deployed on the repository.
>
> Did you have already encounter similar problem ?  What is the best practice
> ?
>
> Other question, maybe related : How did you make to test a plugin like
> sure-fire?  Or how do you generate site docs for the site plugin ?
>
> _________________________________________________________________
> Protégez votre boîte de réception: Phishing : comment l'identifier, le
> signaler et l'empêcher   http://www.fr.msn.be/security/phishing/
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to