You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In function LibrariesFactory.loadPluginsFromDirectories do not only read the directory-based version but also the versions from the buildversion.txt and retrieve the built version from the JVM-compiled BasePlugin-subclass, and cross-check that they are compatible (not necessarily identical?).
The text was updated successfully, but these errors were encountered:
Problem for JVM-compiled code. de.dkfz.roddy.plugins.ClassLoaderHelper#searchForClass loads the JAR files, but with a hand-crafted approach. The BasePlugin classes (usually 1; possibly multiple!) are not known from the manifest, so they would have to be searched first. Only then the we could call String BasePlugin.getVersionInfo()
In function
LibrariesFactory.loadPluginsFromDirectories
do not only read the directory-based version but also the versions from thebuildversion.txt
and retrieve the built version from the JVM-compiledBasePlugin
-subclass, and cross-check that they are compatible (not necessarily identical?).The text was updated successfully, but these errors were encountered: