GithubHelp home page GithubHelp logo

Comments (3)

alexnederlof avatar alexnederlof commented on July 20, 2024

I'm not sure what you're trying to achieve. If you're new to Maven/Java: Don't forget that you need to set Jasper as a <dependency> as well in Maven. Besides that, you can use this plugin to compile the reports.

from jasper-report-maven-plugin.

 avatar commented on July 20, 2024

So yeah, I have defined a Java project that uses jasperreports-functions as dependencies because I've written a custom function that can be used in the Expression Editor (in Jaspersoft Studio like SUM or TODAY). When at compile time I want to create my jasper file with the plugin. I get an error because it cannot find my custom function. I think I have to add the dependency to the classpath of the plugin, like it mentions in the in your readme file. But I can't seem to get it work. (It is already added as one of the dependencies of the plugin)

If that happens, than at compile time my .java files get compiled to .class files and after the compile phase (process-classes) I use the plugin to compile the reports. So the .jrxml can use the compiled java classes to convert it correctly to .jasper files.

So my question is, how do I add the jasperreports-functions to the classpath of the plugin. I already defined them as dependencies. Or do I need to find another way?

from jasper-report-maven-plugin.

 avatar commented on July 20, 2024

Some more information. I think the jasperreports-functions is on the classpath. So maybe that's not the problem...

I've followed the following tutorial and have no problem compiling a .jasper file in the Jaspersoft Studio. https://community.jaspersoft.com/wiki/jaspersoft-studio-expression-editor-how-extend-it-and-contribute-your-own-functions-part-2-0

I've defined a custom function and now I'm moving the project to Intellij. I'm using your plugin to compile the jasper file. But running into errors that my function is not recognized. Any information in how to go ahead with this? I've tried adding jasperreport-functions as dependency, but no help and tried running it after the compile phase after my classes are compiled. Any ideas?

from jasper-report-maven-plugin.

Related Issues (20)

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.