Skip to content

As iReport designer was failing to recompile .jrxml files, even when the versions of it and the jasper dependency were matched, this simple tool makes it a bit easier.

License

Notifications You must be signed in to change notification settings

zeroDivisible/jasper_recompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=================

Info

This is quick and dirty app - was created in like 10-20 minutes. Don't expect code quality here.

On my machine, iReport designer was failing to recompile .jrxml files, even when the versions of it and the jasper dependency were matched. I didn't want to find solution for that one online as error messages were cryptic, so this simple tool makes it a bit easier.

Usage

Just change the dependency for jasper reports in the gradle file to proper one, run gradle fatJar and produced jar can be used like this:

java -jar jasper-reports.jar /path/to/dir/containing/jrxml

About

As iReport designer was failing to recompile .jrxml files, even when the versions of it and the jasper dependency were matched, this simple tool makes it a bit easier.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages