-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Compiling #58
Comments
Hello @leowhss, Does it for you? I'll have to report this problem to NetBeans since it's out of my hands, AFAICT. Make sure to pull and rebuild the Almond project also. |
Initially, it will not compile if I build from mapton-parent. I also compiled almond-project. I opened the Projects for mapton-api and core. From there I built the respective projects.
to MOptions class in mapton-api before I could compile the project. With the above, I managed to successfully compile and run from mapton-parent. |
Happy to here that you solved it. |
Hello,
I cloned the latest source and did a maven compile in Windows 11 in Netbeans 15.
file:/C:/Users/Sean/.m2/repository/eu/hansolo/fx/countries/17.0.23/${project.name}-${project.version}.jar
There is an illegal character in the above path. Does anyone have a suggestion on how to resolve this?
Thanks in advance!
Sean
--- maven-compiler-plugin:3.10.1:compile (default-compile) @ core ---
Changes detected - recompiling the module!
Compiling 165 source files to C:\GitHub\mapton\modules\core\target\classes
COMPILATION ERROR :
error reading C:\Users\Sean.m2\repository\eu\hansolo\fx\countries\17.0.23\countries-17.0.23.jar; java.net.URISyntaxException: Illegal character in path at index 68: file:/C:/Users/Sean/.m2/repository/eu/hansolo/fx/countries/17.0.23/${project.name}-${project.version}.jar
error reading C:\Users\Sean.m2\repository\eu\hansolo\fx\heatmap\17.0.12\heatmap-17.0.12.jar; java.net.URISyntaxException: Illegal character in path at index 66: file:/C:/Users/Sean/.m2/repository/eu/hansolo/fx/heatmap/17.0.12/${project.name}-${project.version}.jar
org/mapton/core/actions/AboutAction.java:[22,33] cannot find symbol
symbol: class ModuleHelper
location: package se.trixon.almond.nbp.core
3 errors
The text was updated successfully, but these errors were encountered: