Eclipse error on import
Added by Benjamin LIPERE over 2 years ago
Eclipse error on import.
See for yourself.
"log cannot be resolved"
But with maven clean install :
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for VRSpace parent file 0.4.7-SNAPSHOT:
[INFO]
[INFO] VRSpace parent file ................................ SUCCESS [ 0.195 s]
[INFO] server ............................................. SUCCESS [ 58.099 s]
[INFO] babylon ............................................ SUCCESS [ 0.003 s]
[INFO] content ............................................ SUCCESS [ 0.009 s]
[INFO] web ................................................ SUCCESS [ 0.010 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 58.498 s
[INFO] Finished at: 2022-09-02T01:44:54+02:00
[INFO] ------------------------------------------------------------------------
Replies (3)
RE: Eclipse error on import - Added by Josip Almasi over 2 years ago
Ah, you need lombok, as explained in wiki: https://redmine.vrspace.org/projects/vrspace-org/wiki#IDE
RE: Eclipse error on import - Added by Benjamin LIPERE over 2 years ago
Hello.
Ah, effectively I did not see STS and lombok.
So, I installed then and I still have the same errors.
So re-do all the procedure, still same errors.
Any ideas, please ?
Oh, I have installed lombok from the website.
But for information I have these packages available :
apt-cache search lombok
liblombok-ast-java - Robust parser + AST for the Java language
liblombok-java - Reduce boilerplate code in Java projects
liblombok-patcher-java - live-rewrite classes as a JVM runs
Thanks by advance.
Best Regards.
Benjamin.
RE: Eclipse error on import - Added by Benjamin LIPERE over 2 years ago
Hello.
Forget it.
Something actualized without my input and the error disappeared.
Thanks.