Christoph Rueger
Christoph Rueger
> Also, I don't know if there is an ant-style matcher in the bnd code. In bnd usually everything is a Glob-Expression. see e.g. https://bnd.bndtools.org/macros/glob.html or https://bnd.bndtools.org/commands/find.html But I saw...
> but tbh working with the gradle-based build of bnd always gives me a head-ache... I'm really used to working with Maven... @reckart I took your comment to give a...
> In general the EE enum might needs to be revised by Just adding that currently there are two enums holding Java versions: - aQute.bnd.osgi.Clazz.JAVA - aQute.bnd.build.model.EE
> #6858 add enums up to JDK50 #6891 Feel free to downsize whatever I did in https://github.com/bndtools/bnd/pull/6891/files :)
@reckart Could you have a look if that makes life easier for you?
> I think this approach is ok for adapting the build to CI systems where (for some reason) one would CI using Maven instead of Gradle, but for a local...
The build almost passes locally, but fails with the bundle `org.bndtools.p2` because it is using bnd `7.1.0` but `org.bndtools.p2` requires changes of current 7.2.0-SNAPSHOT. So expect that this passes once...
Not sure. My plan was to wait until 7.2.0 is really released on maven central , because so far I could not figure out how I tell tycho / maven...
@peterkir Thanks for the addition , but the p2 bundle error is back / still there: `Cannot install /org.bndtools.p2.jar into Local because Could not create a pom from Maven metainfo...
Added info about RC3 in the description