Missing scripts for adding module
Current repo is missing scripts bnd.sh and bcsign11. Without them script that adds Java module support cannot run.
Also, add_module.sh seems geared towards JDK-9 (who's using it now?), JDK-11 (note: it's not JDK-1.11), and JDK-15. IMHO, reasonable options now would be JDK-11 and JDK-17.
I'll check in bnd.sh - it's the script that adds the OSGI headers to the MANIFEST though - you could probably ignore it.
With bcsign11, it's a jarsigner script, I can't distribute that one though - it's for our JCE certificate.
Could you please add bnd.sh to the GitHub repo?
As for bcsign11 - it would be nice if you could outline what exactly it is doing. I'd imagine - get or hardcore path and password to the keystore, password to the JCE signing key, and invoke jarsigner ? Am I missing anything?
On Feb 4, 2022, at 22:45, David Hook @.***> wrote:
I'll check in bnd.sh - it's the script that adds the OSGI headers to the MANIFEST though - you could probably ignore it.
With bcsign11, it's a jarsigner script, I can't distribute that one though - it's for our JCE certificate.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.