]
Andre Dietisheim commented on JBIDE-26503:
------------------------------------------
[~zcervink] thx for reporting. Assigned to [~jeffmaury] since he wrote the launcher.
I tend to think that these are rather problems in the import and validation that Eclipse
perfoms than problems in the original projects. Ex. vertx-community projects that are
shown in your screenshot are using *src/* while they should use *src/main/java* while they
rightly so use the maven nature, which is using the latter correct src folder by default.
For some reason I dont know without digging they use the incorrect default in Eclipse
which is src/
Several Imported Launcher Application projects has some error in
their files after importing
--------------------------------------------------------------------------------------------
Key: JBIDE-26503
URL:
https://issues.jboss.org/browse/JBIDE-26503
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 4.10.0.AM1
Environment: OS X 10.13.6
Reporter: Zbyněk Červinka
Assignee: Andre Dietisheim
Priority: Major
Attachments: cache_vert.x_red hat_1.png, cache_vert.x_red hat_2.png
Launcher application projects and their errors (description with settings):
1) Mission: "crud", Runtime: "thorntail community"
2) Mission: "crud", Runtime: "thorntail red hat"
- 4 missing HTML </p> tags in file "src/licences/bouncy castle licence -
licence.html" on line 50, 51, 52, 53
3) Mission: "crud", Runtime: "vert.x community"
4) Mission: "crud", Runtime: "vert.x red hat"
- 3 errors in the project:
a) Failure to transfer org.codehaus.mojo:buildnumber-maven-plugin:pom:1.4 from
https://repository.jboss.org/nexus/content/groups/public-jboss/ was cached in the local
repository, resolution will not be...
b) The project was not built since its build path is incomplete. Cannot find the
class file for java.lang.Object. Fix the build path then try building this project
c) The type java.lang.Object cannot be resolved. It is indirectly referenced from
required .class files
5) Mission: "cache", Runtime: "vert.x red hat"
6) Mission: "cache", Runtime: "vert.x community"
- several errors during import and after import (2 images; also in the attachment):
!cache_vert.x_red hat_2.png|thumbnail! !cache_vert.x_red hat_1.png|thumbnail!
Maybe several other errors.