Re: MOJO/plugin use of TestNG annocation results in an exception

2006-01-24 Thread Brett Porter
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

RE: MOJO/plugin use of TestNG annocation results in an exception

2006-01-20 Thread Michael Fiedler
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

Re: MOJO/plugin use of TestNG annocation results in an exception

2006-01-20 Thread Brett Porter
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