Replies: 1 comment 9 replies
-
How do you call it to produce the invalid version? Your description is a bit confusing, because if you mention to produce a M1 version but wanted to have |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is it possible to use the CI Friendly versions feature to build maven milestones and release
(e.g. maven version 1.0.0 or 1.0.0.M1)
and still have valid qualifers in osgi bundles
(1.0.0.vtimestamp)
using the ci friendly versions feature as in tycho-its/projects/ci-friendly/buildqualifier
does not seem to work. it will produce invalid manifest
org.osgi.framework.BundleException: Invalid manifest header Bundle-Version: "1.0.0.M1.202303201403" : invalid version "1.0.0.M1.202303201403": invalid qualifier "M1.202303201403"
at org.eclipse.osgi.internal.resolver.StateBuilder.createBundleDescription (StateBuilder.java:124)
see also xtext/xtext-monorepo#15
eclipse-xtext/xtext#2135 (comment)
Beta Was this translation helpful? Give feedback.
All reactions