Daniel

Results 4 issues of Daniel

Debugging with NetBeans IDE works without problems, but I can't get any further with the intellij IDEA This problem is similar to [Issue 55](https://github.com/openjfx/javafx-maven-plugin/issues/55) has anyone found a working workaround...

In the JNLP file I set the [Shenandoah GC](https://wiki.openjdk.org/display/shenandoah/Main) with the vm-args: but I got the warning: [ITW-CORE][WARN ][net.sourceforge.jnlp.Parser] Ignoring java-vm-args due to illegal Property -XX:+UseShenandoahGC

Add java-vm-args to use ShenandoahGC In the JNLP file I set the [Shenandoah GC](https://wiki.openjdk.org/display/shenandoah/Main) with the vm-args: but I got the warning: [ITW-CORE][WARN ][net.sourceforge.jnlp.Parser] Ignoring java-vm-args due to illegal Property...

After updating to DynamicJasper v5.3.1 together witch jasperreports v6.13.0 I'm getting an exception by calculating the "AUTOTEXT_PAGE_X_OF_Y" ... final AutoText autoTextPage = new AutoText(**AutoText.AUTOTEXT_PAGE_X_OF_Y**, AutoText.POSITION_FOOTER, HorizontalBandAlignment.RIGHT); dynamicReportBuilder.addAutoText(autoTextPage); ... at runtime...