Ed Merks
Ed Merks
@wimjongman @speckyspooky There's a new milestone ready to be promoted to the 4.15 release as soon as you both give it the green light. https://download.eclipse.org/birt/updates/milestone/S202403260939
The release is available: - https://download.eclipse.org/birt/updates/release/latest - https://download.eclipse.org/birt/updates/release/4.15.0 I've tagged it: https://github.com/eclipse-birt/birt/releases/tag/4.15.0 I've opened this issue to track the start of the next cycle: https://github.com/eclipse-birt/birt/issues/1608
Note that Oomph is just kicking off a build here: ``` at org.eclipse.core.internal.resources.Workspace.build(Workspace.java:490) ``` From that point on, it's just a regular build, nothing Oomph related. I fully expect you...
It failed. Yeah!
Keep in mind jar-signed but not anchored case. I’m away from the computer so can’t look in detail.
Note that after tomorrow, this site will be deleted: https://download.eclipse.org/eclipse/updates/4.31-I-builds/I20240228-1800 Then one would need to find a site with that IU in order to do a build. So keeping the...
Feature jars are “normally” jar-signed. I’ve never tried to pgp sign such things. It’s not something an Eclipse project would ever seem to need. But it nevertheless ought to be...
Eclipse projects use this: https://www.eclipse.org/cbi/sitedocs/eclipse-jarsigner-plugin/sign-mojo.html But if you're not an Eclipse-hosted project, that's not very helpful advice. I'm not sure how to use this one: https://maven.apache.org/plugins/maven-jarsigner-plugin/ I would expect this...
If an artifact has been PGP signed, its artifact metadata will have both `pgp.signatures` and `pgp.publicKeys` properties like this one: > > > > > > > > > >...
I got rid of the derby.core thing because other parts were already using org.apache.derby. I thought great, derby comes with OSGi metadata but it's very poor:  I.e., the version...