Replies: 3 comments 3 replies
-
Hello, After searching on the internet, I added the following lines to the pom.xml of the Chartfx-generate project:
and the project is ok: How to compile the Chartx-dataset project? Thank you for your reply, Norbert |
Beta Was this translation helpful? Give feedback.
-
Yeah, it's really a shame. I've been having the same exact issue, and haven't been able to build it since their migration to fair-acc a couple months ago. I tried building in mvn in command, building in IntellIJ using maven, a maven build in Eclipse and haven't found a way yet. Just using an old build until the developers come back to address this. |
Beta Was this translation helpful? Give feedback.
-
This is probably due to some older artefacts of chart-fx still in your .m2 repository or target directories which get incorrectly resolved, since de.gsi.generate is not mentioned anywhere in the repo at main. Please try with a fresh clone and an empty .m2: Another issue could be the maven version, I'm using 3.8.5 (just as a reference, i don't know how old is too old). If you are building from an IDE, some of them cannot load maven plugins from a maven module or have other quirks, so always try to build on the command line first. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have a problem when I run the "mvn install" command. I get the following error:
I tried all the solutions I found on the internet without it solving my problem. Do you know a way around this?
Thank you for your answer and for your development,
Norbert
Beta Was this translation helpful? Give feedback.
All reactions