Missing 1.2.5 tag
The commit 3f5cc2cb is about Release-1.2.5, but there is not tag for it.
Trying to compile Scilab 2025.1.0 against flexdock-1.2.4 fails with a strange message during configure:
checking flexdock... no
configure: error: Could not find or use the Java package/jar flexdock used by Scilab Gui (looking for package org.flexdock.util.Utilities)
and config.log contains the following:
/usr/local/openjdk17/bin/java conftestSharedChecker "flexdock" "org.flexdock.util.Utilities" "/usr/local/share/java/classes/flexdock.jar:." "VERSION" "1.2.5" ""
found: /usr/local/share/java/classes/flexdock.jar
compare: 1.2.5 normalised to 1 2 5
compare: 1.2.4 normalised to 1 2 4
expected <=1.2.5 but got 1.2.4
configure:19059: result: no
configure:19065: error: Could not find or use the Java package/jar flexdock used by Scilab Gui (looking for package org.flexdock.util.Utilities)
I guess that it tries to say that flexdock-1.2.5 is required, but I cannot find a package for it, do we have to git checkout it?