Ciao Sandro, Thanks for this. All three tests that fail are due to the same root cause: the tests are being run from the .class files and not from the .jar files. The VersionTest fails because Version.class.getPackage().getImplementationVersion() returns null (because the class isn’t inside a .jar file and therefore has no package version). Similarly, GaugeTest and MeterTest fail because there is no ServiceProvider for “Theme” (which only exists inside the .jar file manifest).
I’m thinking this is a setup issue with the CLASSPATH … but I’m not sure how to fix it … Thanks, ~Roger On Nov 28, 2023, at 11:48 AM, Sandro Martini <sandro.mart...@gmail.com<mailto:sandro.mart...@gmail.com>> wrote: <pivot-trunk_tests_verbose.txt>