Strange error when mirroring Orbit repo #34
-
I just have a simple tycho mirroring job that captures the content of Orbit Aggregation and creates an update-site from it locally. Using the following repo:
I get the following error:
Which is strange because the plugin is there, the metadata is present in the content.jar, and the jar itself is physically in the repository location locally (and remotely via Jenkins, same error). I'm not sure why this is happening as I did this same tasks with 4.30 without issues. Any pointers would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This bundle has a filter that it's only applicable for win32: But that's always been the case and was also the case for the 4.30 release. Perhaps you are using a new version of Tycho and it's more properly checking/respecting filters? Note that the filter also looks for Keep in mind that every simple repository comes also in zipped form: |
Beta Was this translation helpful? Give feedback.
-
@merks , Adding I was building locally on Windows to make sure it wasnt just the Linux build machine issue to check for platform filtering. And I went from Tycho 4.0.5 to 4.0.6, swapped back and that didnt make a difference either. Is |
Beta Was this translation helpful? Give feedback.
@merks ,
Adding
<org.eclipse.orbit.maven.bnd.buildtime>true</org.eclipse.orbit.maven.bnd.buildtime>
seemed to do the trick.I was building locally on Windows to make sure it wasnt just the Linux build machine issue to check for platform filtering. And I went from Tycho 4.0.5 to 4.0.6, swapped back and that didnt make a difference either.
Is
org.eclipse.orbit.maven.bnd.buildtime
a new thing added in 4.31?