-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jasper report version #12
Comments
Yeah, I just got tripped up by this. Using latest version of jaspersoft studio 6.12.0 to modify/enhance existing jrxml report templates. However, when I integrated those templates in my main spring boot project, this plugin fails to compile the modified reports, throwing the following error:
Apparently, jaspersoft changed/renamed a textField property. What used to be However, this plugin is hard-coded to use jasper reports version 6.10.0. This is really a jaspersoft issue, but the inflexibility to specify a jasper reports version for the plugin makes it a real issue. Perhaps there's a workaround? Otherwise, I would like to see a parameter to specify the jasper reports version in this plugin. |
I'm experiencing the same issue, is there any plan to solve this issue? |
I had the same issue. Got it working by forcing the newer jasper version. |
Is there a parameter to specify the jasper version?
The text was updated successfully, but these errors were encountered: