OpenNTF / org.openntf.domino

Open replacement for lotus.domino package in HCL Domino
Apache License 2.0
65 stars 34 forks source link

Factory.getVersion() etc not accurate #125

Closed paulswithers closed 4 years ago

paulswithers commented 9 years ago

Factory.getVersion() returns "2.6 (04-16-2014)". I checked Factory.getTitle() which also goes to the manifest, and that returns "Java Runtime API". Looks like it's getting the wrong Manifest.MF - perhaps something to do with loadEnvironment using "if (!jar_init)"??

jesse-gallagher commented 4 years ago

This works better now (it at least uses the right manifest), but the mechanism is dodgy and the title refers to a manifest header we don't use.