jimy Posted March 27, 2011 Share Posted March 27, 2011 Hi,what is a good way to specify which implementation is returned from JasperCompileManager.getCompiler().Currently, when I do this in my App:JasperCompileManager.compileReport(REPORT_DESIGN);I see that JasperCompileManager.getCompiler() returns the groovy implementation. I would like to return the JDT implementation. Is this something that can be specified in build-impl.xml?Thank You Link to comment Share on other sites More sharing options...
nantucket Posted April 2, 2011 Share Posted April 2, 2011 I don't know if I know the answer to this. But just a thought - could it be determined by the language specified in the jrxml file? I think there is a property or attribute of the jasperReport top element called "language" which can be set to different values. That might do it, but I don't know. Link to comment Share on other sites More sharing options...
jimy Posted April 11, 2011 Author Share Posted April 11, 2011 Thanks for the suggestion. It turned out my specific problem was due to an out of date dependency, but I think your suggestion was a good one. 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