Replies: 1 comment
-
In general calling the Recently the support for Tycho projects was improved but those changes have not yet been released (but will be soon to be in the December SimRel). So maybe you want to try the snapshot at: But what I wonder how your project looks exactly. Therefore can you please share a minimal example (how it is checked into you version control) and the steps to set it up? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have a pom less tycho build, which is successful on commandline (both ./mvnw eclipse:eclipse and ./mvnw clean verify).
After importing it into eclipse via "Import -> Existing Maven Projects..." I get the projects imported and the sourcefolder e.g. is detected correctly, but the projects are not marked as java projects nor is the java builder configured. I recieve as well errors like "Project x is missing required Java project y" although they are navigatable via manifest editor.
I noticed that .project file is available for every project ( even the grouping folders "bundles", "features",.....) but the .classpath file is only available within projects under "tests". Can you please point me in the right direction how to solve.
Is calling the named tasks enough? What is the default way to import an existing pomless tycho build into eclipse?
Beta Was this translation helpful? Give feedback.
All reactions