The fitnesse plugin is now regretfully 100% compatible with jdk 1.4
-----Original Message----- From: Trygve Laugstøl [mailto:[EMAIL PROTECTED] Sent: vendredi 23 mars 2007 10:23 To: [email protected] Subject: [mojo-dev] Re: [mojo-scm] [3697] trunk/mojo/mojo-sandbox/fitnesse-maven-plugin/src/it/simple: Classpath with trailing space are acceptables [EMAIL PROTECTED] wrote: > Revision > 3697 <http://fisheye.codehaus.org/changelog/mojo/?cs=3697> > Author > pkernevez > Date > 2007-03-21 08:49:25 -0500 (Wed, 21 Mar 2007) > > > Log Message > > Classpath with trailing space are acceptables [snip] > --- trunk/mojo/mojo-sandbox/fitnesse-maven-plugin/src/main/java/org/codehaus/moj o/fitnesse/FitnesseRunnerMojo.java 2007-03-21 13:45:17 UTC (rev 3696) > +++ trunk/mojo/mojo-sandbox/fitnesse-maven-plugin/src/main/java/org/codehaus/moj o/fitnesse/FitnesseRunnerMojo.java 2007-03-21 13:49:25 UTC (rev 3697) > @@ -226,7 +226,7 @@ > { > if ( "fitnesse".equals( classPathProvider ) ) > { > - StringBuffer tBuffer = new StringBuffer(); > + StringBuilder tBuffer = new StringBuilder(); Stuff like this suddenly make the Mojo require java 1.5, please consider to make it 1.4 compatible. [snip] -- Trygve --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
