geoscript-groovy
geoscript-groovy copied to clipboard
Missing org/jfree/chart/JFreeChart
Hello,
I'm trying to us geoscript for a very simple project but at the compilation, build fails.
➜ prj2epsg-ng ./gradlew run
> Task :compileGroovy FAILED
startup failed:
General error during instruction selection: java.lang.NoClassDefFoundError: Unable to load class geoscript.plot.ViewerExtensionModule due to missing dependency org/jfree/chart/JFreeChart
java.lang.RuntimeException: java.lang.NoClassDefFoundError: Unable to load class geoscript.plot.ViewerExtensionModule due to missing dependency org/jfree/chart/JFreeChart
It sounds like the jfree chart dependency is missing.
https://mvnrepository.com/artifact/jfree/jfreechart/1.0.10
It should be pulled in transitively unless you are excluding the gt-charts geotools module.
Thanks I can build now. Is there an solutions to avoid build jfree chart ?