-
As part of #418 I have cloned the repo and have built it. There were a couple of issues along the way. I then followed the instructions and set the tycho project as the active target. Ran maven install and all good I have a 2.6.0-SNAPSHOT in my .m2 repository. However, Eclipse is still left with 192 problems.
And a bunch of
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
If the maven build succeed everything is fine. About the IDE setup, the tycho workspace is sadly not that straigth forward and we are still in the progress of improving it. First of all you can ignore any of the "Execution not covered" e.g by choosing "ignore in workspace settings". "the operation was cancelled" might indicate a network or proxy problem, but here again it seems not harmful as it only affects the incremental build in the IDE, as tycho is hardly runnable from the IDE itself this dosen't matter much here. Anyways I wonder why you need to build a custom tycho version for porting your application? Is there any issue you want to debug/fix? |
Beta Was this translation helpful? Give feedback.
-
I am just building it in an effort to understand what it is doing and how it works. |
Beta Was this translation helpful? Give feedback.
-
See my comment in #418 |
Beta Was this translation helpful? Give feedback.
-
I'm unsure whether to add replies or new comments? |
Beta Was this translation helpful? Give feedback.
If the maven build succeed everything is fine.
About the IDE setup, the tycho workspace is sadly not that straigth forward and we are still in the progress of improving it. First of all you can ignore any of the "Execution not covered" e.g by choosing "ignore in workspace settings".
"the operation was cancelled" might indicate a network or proxy problem, but here again it seems not harmful as it only affects the incremental build in the IDE, as tycho is hardly runnable from the IDE itself this dosen't matter much here.
Anyways I wonder why you need to build a custom tycho version for porting your application? Is there any issue you want to debug/fix?