On 10/26/06, Jeff Mutonho <[EMAIL PROTECTED]> wrote:
Why am I getting this compilation error and yet I'm using the 1.5 compiler :[INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure D:\SHARED\maven-jmeter-plugin-src\maven-jmeter-plugin\src\main\java\org\apache\j meter\JMeterMojo.java:[35,20] generics are not supported in -source 1.3 (try -source 1.5 to enable generics) private List<String> includes; D:\SHARED\maven-jmeter-plugin-src\maven-jmeter-plugin\src\main\java\org\apache\j meter\JMeterMojo.java:[81,41] for-each loops are not supported in -source 1.3 (try -source 1.5 to enable for-each loops) for (String file : scanner.getIncludedFiles()) { D:\SHARED\maven-jmeter-plugin-src\maven-jmeter-plugin\src\main\java\org\apache\j meter\JMeterMojo.java:[159,15] annotations are not supported in -source 1.3 (try -source 1.5 to enable annotations) @Override public void checkExit(int status) { throw new ExitExcept ion(status);} --
Mya someone help me with this please.I desperately need to build this plugin and put it to use. Thanx -- Jeff Mutonho GoogleTalk : ejbengine Skype : ejbengine Registered Linux user number 366042 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
