ael
>
>
> -Original Message-
> From: Brett Porter [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 20, 2006 1:31 PM
> To: Maven Developers List
> Subject: Re: MOJO/plugin use of TestNG annocation results in an
> exception
>
> Sorry, I'm not sure I
1:31 PM
To: Maven Developers List
Subject: Re: MOJO/plugin use of TestNG annocation results in an
exception
Sorry, I'm not sure I understand the question?
Michael Fiedler wrote:
> Hi,
>
>
>
> I am invoking a TestNG test from within a plugin. The test class has
a
> java
Sorry, I'm not sure I understand the question?
Michael Fiedler wrote:
> Hi,
>
>
>
> I am invoking a TestNG test from within a plugin. The test class has a
> java 1.5 language annotation when the exception took place. Changing
> the test class to a TestNG javadoc tag/annotation allowed the te
Hi,
I am invoking a TestNG test from within a plugin. The test class has a
java 1.5 language annotation when the exception took place. Changing
the test class to a TestNG javadoc tag/annotation allowed the tests to
run without experiencing an exception.
I checked to make sure the annotate