I made it installing oracle java 8 using these instructions: http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.html MAYBE it would work as well installing openjdk-8-jdk with these instructions: https://github.com/hgomez/obuildfactory/wiki/How-to-build-and-package-OpenJDK-8-on-Linux PS: Thanks Chris for your worth help.
In the build.xml the comment says <!-- read version number from java source: --> <loadfile property="ver" srcfile="freemind/main/FreeMind.java"> in the file freemind/main/FreeMind.java I found protected static final VersionInformation VERSION = new VersionInformation("1.1.0 Beta 2"); public static final String XML_VERSION = "1.1.0"; does it help?
Hi, I'm trying to build Freemind with SDK and ANT on Ubuntu 16 and java 9. I used the instructions in http://freemind.sourceforge.net/wiki/index.php/Building and downloaded the code using git:// access git clone git://git.code.sf.net/p/freemind/code freemind-code When I run ant -v dist I get the error BUILD FAILED /home/gliker/freemind-code/freemind/build.xml:116: JiBXException in JiBX binding compilation at org.jibx.binding.ant.CompileTask.execute(CompileTask.java:252) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)...
Hi, I'm trying to build Freemind with SDK and ANT on Ubuntu 16 and java 9. I used the instructions in http://freemind.sourceforge.net/wiki/index.php/Building and downloaded the code using git:// access git clone git://git.code.sf.net/p/freemind/code freemind-code When I run ant -v dist I get the error BUILD FAILED /home/gliker/freemind-code/freemind/build.xml:116: JiBXException in JiBX binding compilation at org.jibx.binding.ant.CompileTask.execute(CompileTask.java:252) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)...