Jump to content
We've recently updated our Privacy Statement, available here ×

groovy compiler overrides a final method


2002 JI Open Discussion

Recommended Posts

By: hyzom - hyzom

groovy compiler overrides a final method

2005-11-08 01:23

I tried iReport 0.5.2 under jdk 1.5 update 5 on suse 10.0. when I compile reports using groovy as the default exepression language I get an error from the class loader saying that the Groovy compiler overrides a final method. I tried it on WindowsXP and got the same error message.

 

 

By: jthevenoux - jthevenoux

RE: groovy compiler overrides a final method

2005-12-07 06:12

Same Pb

 

with same report, i have three result :

iReport 0.5.0 :

All is OK

 

iReport 0.5.1 : error :

java.lang.NoSuchMethodError: net.sf.jasperreports.engine.JRExpression.getName()Ljava/lang/String;

 

iReport 0.5.2 : error :

java.lang.VerifyError: class net.sf.jasperreports.compilers.JRGroovyCompiler overrides final method

 

That's not very cool ...

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...