Fedora 9
I've downloaded freemind-src-0.9.0_Beta_20.tar.gz from sourceforge.
The readme-file in the freemind-directory tells me :
To build FreeMind from the sources you need ant from
http://ant.apache.org/
After having installed ant, try some of the instructions:
ant dist
- to compile the sources
ant post
- to create a new delivery version
ant run
- to start FreeMind from the sources.
readme.txt (END)
Via yum install ant I installed the latest ant.i386
I follow the readme-file but get the following error :
[root@jonas freemind]# ant dist
Buildfile: build.xml
BUILD FAILED
/home/jonas/Download/freemind/build.xml:3: No supported regular expression matcher found: java.lang.ClassNotFoundException: org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:/usr/share/java/ant.jar,file:/usr/share/java/ant-launcher.jar,file:/usr/share/java/jaxp_parser_impl.jar,file:/usr/share/java/xml-commons-apis.jar,file:/usr/lib/jvm/java/lib/tools.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
Total time: 0 seconds
[root@jonas freemind]# ant run
Buildfile: build.xml
BUILD FAILED
/home/jonas/Download/freemind/build.xml:3: No supported regular expression matcher found: java.lang.ClassNotFoundException: org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:/usr/share/java/ant.jar,file:/usr/share/java/ant-launcher.jar,file:/usr/share/java/jaxp_parser_impl.jar,file:/usr/share/java/xml-commons-apis.jar,file:/usr/lib/jvm/java/lib/tools.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
Total time: 0 seconds
Has anyone experience with freemind ?