Public bug reported:

Binary package hint: ant

I have a <filterchain> that looks like

            <filterchain>
                <tailfilter lines="-1" skip="1" />
                <tokenfilter>
                    <filetokenizer/>
                    <replaceregex pattern="(characterSet name=.Extended Latin 
.ANSEL..+?>)"
                                  flags="s"
                                  
replace="\1&lt;code>&lt;marc>95&lt;/marc>&lt;ucs>95&lt;/ucs>&lt;/code>&lt;code>&lt;marc>96&lt;/marc>&lt;ucs>96&lt;/ucs>&lt$
                </tokenfilter>
            </filterchain>

which fails build with the output 
"No supported regular expression matcher found: 
java.lang.ClassNotFoundException: 
org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp"
using the ant 1.7.0-3 ubuntu package 

However, downloading ant 1.7.0 from http://ant.apache.org/ and doing a
manual install in ~/lib works like a charm. Perhaps an issue with the
default classpath?

I am using java-1.5.0-sun installed with Synaptic.

Best Regards,
Thomas

** Affects: ant (Ubuntu)
     Importance: Undecided
         Status: New

-- 
ant finds no supported regular expression matcher
https://bugs.launchpad.net/bugs/172789
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to