Giter Site home page Giter Site logo

Comments (3)

tkofford avatar tkofford commented on July 22, 2024 3

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:

Attribute 'textAdjust' is not allowed to appear in element 'textField'

Apparently, jaspersoft changed/renamed a textField property. What used to be isStretchWithOverflow="true" is now textAdjust="StretchHeight" as of jasper reports version 6.11.0.

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.

from gradle-jasperreports.

klaskoski avatar klaskoski commented on July 22, 2024 1

I had the same issue. Got it working by forcing the newer jasper version.
It is not great but works for me
buildscript { configurations.all { resolutionStrategy { force "net.sf.jasperreports:jasperreports:6.11.0" } } }

from gradle-jasperreports.

viktorKhan avatar viktorKhan commented on July 22, 2024

I'm experiencing the same issue, is there any plan to solve this issue?

from gradle-jasperreports.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.