On 22 Jan 07, at 2:42 PM 22 Jan 07, Carlos Sanchez wrote:

Hi,

I started to take a look on what it takes to run all the it tests with
the embedder besides the current command line approach.

I was thinking in making Validator an interface with two
implementations, command line validator and embedded validator.

Then the desired validator would be injected through plexus in the IT
tests, maybe with a system property.

thoughts?


A validator should not execute anything. It should validate. We already have a handful of verifiers which themselves need to be collected so that set of tools has been established.

We also have a set of invokers, 5 of them, and that's where the option to invoke via the CLI or the Embedder should take place. The invoker should be able to run any version of Maven, pointing at various CLI places and the embedder by forking a JVM with the embedder assembly.

A new IT tool should combine the two the invoker and the verifier.

jason.



--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                            -- The Princess Bride

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