When running the sample application (xmldatasource).
In the directory: /usr/local/jasperreports-1.2.5/demo/samples/datasource/
> ant compile
/usr/local/jasperreports-1.2.5/demo/samples/xmldatasource/build.xml:30: No supported regular expression matcher found
In the directory: /usr/local/jasperreports-1.2.5/demo/samples/datasource/
> ant compile
/usr/local/jasperreports-1.2.5/demo/samples/xmldatasource/build.xml:30: No supported regular expression matcher found
1 Answer:
Posted on August 18, 2006 at 8:22pm
Once again... I've solved my own problem.
Turns out that Fedora Core 5 (and some previous versions) come pre-installed with 'ant', and include a file /etc/ant.conf that resets $ANT_HOME. Crappy.
So I removed that file and used my own installation of 1.6 and my own $ANT_HOME and the sample app compiles.
woot!
Turns out that Fedora Core 5 (and some previous versions) come pre-installed with 'ant', and include a file /etc/ant.conf that resets $ANT_HOME. Crappy.
So I removed that file and used my own installation of 1.6 and my own $ANT_HOME and the sample app compiles.
woot!