Jump to content

How To specify implementation returned by JasperCompileManager


jimy

Recommended Posts

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

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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

  • 2 weeks later...

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...