Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
onvisageを使用してソースからビルドすると、メッセージが表示されて失敗しますant-1.7ubuntu
visage
ant-1.7
ubuntu
build.xml:52: No supported regular expression matcher found: java.lang.ClassNotFoundException: org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp
これを解決するにはどうすればよいですか?
正規表現マッチャーは のant-optionalパッケージにUbuntuあり、インストールすると問題が解決します。
ant-optional
Ubuntu
sudo apt-get install ant-optional
Centos の参考までに、パッケージ名は ant-apache-regexp です。
yum install ant-apache-regexp