walter_gillett Posted December 24, 2009 Share Posted December 24, 2009 I'm creating a Groovy scriptlet for use with a JasperReports report. When developing in iReport, looks like iReport is caching the scriptlet class file, and the only way to clear the cache is to restart iReport, which slows down my edit-compile-debug cycle a lot. Any advice?To demonstrate that this is happening: If I change one of the overridden methods in my scriptlet class to throw an exception, such that running the report in iReport fails, then that exception keeps happening even after I remove the "throw" from my scriptlet and recompile it. Closing the file in iReport doesn't make a difference, only restarting iReport makes the exception go away. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now