after putting a new groovy ive got this error: ".. WebTestMonitor.groovy: 19: Invalid duplicate class definition of class WebTestMonitor : The source <path>\WebTestMonitor.groovy contains at last two defintions of the class WebTestMonitor. One of the classes is a explicit generated class using the class statement, the other is a class generated from the script body based on the file name. Solutions are to change the file name or to change the class name. @ line 19, column 1. 1 error
Regards, Robert 2008/1/8, Marc Guillemot <[EMAIL PROTECTED]>: > > Robert Bodziony wrote: > > hi > > ive got simmilar issue at windows with and and ibm jdk 1.5.0 > > > > ive fixed this issue replacing latest jars from groovy : > > > > groovy-1.5.1.jar + asm-2.2.jar +antlr-2.7.6.jar > > > > and works (but with this version of groovy i neeed to rename > > WebTestMonitor.groovy to > > WebTestMonitor2.groovy and now it works :) > > why did you need to rename WebTestMonitor.groovy? > > Cheers, > Marc. > -- > Blog: http://mguillem.wordpress.com > > _______________________________________________ > WebTest mailing list > [email protected] > http://lists.canoo.com/mailman/listinfo/webtest >

