Re: [M2] Surefire POJO / Inner class issue

2006-12-14 Thread Carlos Sanchez
it doesn't say it's fixed On 12/14/06, Saminda Abeyruwan <[EMAIL PROTECTED]> wrote: Hi All, If non-static inner classes are in my test cases I'm getting an exception. When I dig a round a bit, found the following JIRA related to it, http://jira.codehaus.org/browse/SUREFIRE-44 The JIRA says It'

[M2] Surefire POJO / Inner class issue

2006-12-14 Thread Saminda Abeyruwan
Hi All, If non-static inner classes are in my test cases I'm getting an exception. When I dig a round a bit, found the following JIRA related to it, http://jira.codehaus.org/browse/SUREFIRE-44 The JIRA says It's fixed in Version 2.1 yet the JIRA status is open. Is this JIRA resolved ? If yes, s

RE: [M2] Surefire POJO / Inner class issue

2006-08-02 Thread Denis Cabasson
> > > > Chris > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> Sent: Thursday, 27 July, 2006 11:49 >> To: Maven Users List >> Subject: Re: [M2] Surefire POJO / Inner class issue >> >>

RE: [M2] Surefire POJO / Inner class issue

2006-08-01 Thread Chris Hilton
**/TestDevice.java Chris > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, 27 July, 2006 11:49 > To: Maven Users List > Subject: Re: [M2] Surefire POJO / Inner class issue > > Hi Hal - > >

Re: [M2] Surefire POJO / Inner class issue

2006-07-27 Thread Russ Tremain
Hi Hal - I'm running into a similar issue.. did you find a work-around? thx, -Russ ([EMAIL PROTECTED]) At 4:05 PM -0700 7/14/06, Hal Hildebrand wrote: >I'm running into a weird issue here. It seems that the Maven surefire >plugin is trying to create POJO tests for inner classes which clearly a

[M2] Surefire POJO / Inner class issue

2006-07-14 Thread Hal Hildebrand
I¹m running into a weird issue here. It seems that the Maven surefire plugin is trying to create POJO tests for inner classes which clearly aren¹t tests. I¹m not even a surefire novice, so I¹m not sure why on earth this is happening ­ I¹m just wondering how to stop it from happening. Anyone have