Trouble including dependency from eclipse target platform #4354
Replies: 2 comments 1 reply
-
Your example only consist of one feature (not a bundle). Beside that you don't seem to use a target file what I would recommend to get the same behavior in the IDE and the build. Then make sure the IU |
Beta Was this translation helpful? Give feedback.
-
Specifying a target platform file did work eventually, but given that including a target platform via URL seems to be completely broken, why is it documented in the wiki? |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm new to using Tycho and want to mavenize an existing Eclipse plugin using Tycho. The project uses only Eclipse as target platform, which I am trying to set up like described in the wiki. However, when building the project, Tycho can't locate any dependencies. Even though index files are downloaded from the repository, the resulting error messages are the same as if no target platform was specified at all:
For the sake of demonstration, I have created a minimal example based on the project I'm working on where the error occurs. It consists of a single bundle with one requirement: tycho-example.zip
I'm not sure whether I'm doing something wrong or there is a bug in Tycho. I suspect the former.
Beta Was this translation helpful? Give feedback.
All reactions