When building visage from source using ant-1.7 on ubuntu it crashes with a message
visage
ant-1.7
ubuntu
build.xml:52: No supported regular expression matcher found: java.lang.ClassNotFoundException: org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp
How to solve this?
The regex tool is found in the ant-optional package for Ubuntu and an installation that solves the problem.
ant-optional
Ubuntu
sudo apt-get install ant-optional
FYI on Centos package name ant -apache-regexp
yum install ant-apache-regexp
For suse 11 it's a little longer
1. What is your exact version of ant? in my case it was 1.7.0
follow these
rpm -i ant -apache-regexp-1.7.0-200.2.noarch.rpm
Source: https://habr.com/ru/post/924641/More articles:Use scanner in controller - phpDeploying a simple Java web application in Appfog - javaHow to calculate the external parameters of one camera relative to the second camera? - computer-visionEmacs-buffer-local font - fontsan effective way to find the minimum value for each given region - performancePHP PDO simple insert or update function - phpGrails 2.1: setting sessionFactory and dataSource from Spring user configuration - springmatplotlib normalized histograms - pythonGrails integration with another Spring application - data source is overloaded - javaHow to understand java socket permissions? - javaAll Articles