quarkiverse / quarkus-jasperreports

Print reports created using JasperReports using the Java API
https://community.jaspersoft.com/project/jasperreports-library
Apache License 2.0
8 stars 1 forks source link

Only Compile reports that have changed #144

Closed melloware closed 3 weeks ago

melloware commented 3 weeks ago

Check if the .jasper exists and if its date is older than the .jrxml file and only recompile then.

cc @nderwin

nderwin commented 3 weeks ago

I was finally able to test this, and noticed that all of the style files are copied when report file changes are detected. It does only compile the file that changed as expected.

nderwin commented 3 weeks ago

I was testing in dev mode.

melloware commented 3 weeks ago

OK let me open another ticket to only copy the styles if they have changed as well.