i want to clone and Build Milo Project from https://github.com/eclipse/milo
I get various errors:
- error calculating classpath for project mavenproject
- The project was not built since its build path is incomplete
- The type org.eclipse.milo.opcua...... cannot be resolved. It is indirectly referenced from required .class files
And i can not use F3 to jump into a Class / Method.
I did:
- new project
- Window → Preferences → Java → Installed JREs: deleting jre, choosing jdk
- Window → Show View → Other… → Git → Git Repositories → Open
- click „Clone a Git repository“
- typing URL, next, deselect all, choose only master, next, type directory, finish
- in "Git Respositories" right click on "Working Tree" and clicking "Import Project..."
- creating a Working set and finish
- (installing checkstyle)
- open java perspective
- switch in Package Explorer the option "Top Level Elements" to "Working Sets"
- right click on main project -> Run As → 2 Maven build…
- typing goals "clean install eclipse:clean eclipse:eclipse"
- skip tests, run
- BUILD SUCCESS
But various Error appear.
I am not experienced to maven, i am totally new, need detailed explanations with explanations of the reason WHY to do that. I am a german user, please use simple english.
Thanks
Enomine