running single test with 2.12 is broken on Windows , and no fix available either.
Dont have the JIRA number with me thou. -Dan On Tue, Jun 19, 2012 at 12:45 PM, Gary Gregory <[email protected]> wrote: > On Tue, Jun 19, 2012 at 2:17 PM, Ralph Goers > <[email protected]>wrote: > >> What? The surefire plugin no longer supports running individual tests? >> That can't be right. >> > > It's not right but it is so :( At least with JUnit. > > Gary > > >> >> Ralph >> >> On Jun 19, 2012, at 9:18 AM, [email protected] wrote: >> >> > Author: ggregory >> > Date: Tue Jun 19 16:18:32 2012 >> > New Revision: 1351765 >> > >> > URL: http://svn.apache.org/viewvc?rev=1351765&view=rev >> > Log: >> > Add commented out section for running individual tests. >> > >> > Modified: >> > commons/proper/vfs/trunk/pom.xml >> > >> > Modified: commons/proper/vfs/trunk/pom.xml >> > URL: >> http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1351765&r1=1351764&r2=1351765&view=diff >> > >> ============================================================================== >> > --- commons/proper/vfs/trunk/pom.xml (original) >> > +++ commons/proper/vfs/trunk/pom.xml Tue Jun 19 16:18:32 2012 >> > @@ -151,6 +151,14 @@ >> > <artifactId>maven-checkstyle-plugin</artifactId> >> > <version>2.9.1</version> >> > </plugin> >> > + <!-- Use 2.11 to run individual tests, 2.12 seems to no longer >> support this feature. --> >> > + <!-- >> > + <plugin> >> > + <groupId>org.apache.maven.plugins</groupId> >> > + <artifactId>maven-surefire-plugin</artifactId> >> > + <version>2.11</version> >> > + </plugin> >> > + --> >> > </plugins> >> > </pluginManagement> >> > <plugins> >> > >> > >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > E-Mail: [email protected] | [email protected] > JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0 > Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
