Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 29955 invoked from network); 19 Jul 2002 09:04:02 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 19 Jul 2002 09:04:02 -0000 Received: (qmail 4806 invoked by uid 97); 19 Jul 2002 09:04:21 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 4790 invoked by uid 97); 19 Jul 2002 09:04:20 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 4778 invoked by uid 98); 19 Jul 2002 09:04:20 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <9B3E950CB293D411ADF4009027B0A4D2031F7393@PARSV011> From: Stephane Bailliez To: Ant Users List Subject: RE: Jpcovreport - No supported regular expression matcher found Date: Fri, 19 Jul 2002 10:15:39 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > -----Original Message----- > From: Kristan Vingrys [mailto:kvingrys@agentissoftware.com] > > report is succesfully produced. Any help would be greatly appreciated. [...] > No supported regular expression matcher found mmm....the factory tries different regexp implementation in the following order: jdk14, oro, regexp You tell me you have them in your classpath, then another solution would be that you built Ant yourself and the 3 wrappers are missing from the jar. Check the jar for the following classes: org.apache.tools.ant.util.regexp.Jdk14RegexpMatcher org.apache.tools.ant.util.regexp.JakartaOroMatcher org.apache.tools.ant.util.regexp.JakartaRegexpMatcher If this is all there, then set the following env. variable: ANT_OPTS=-Dant.regexp.regexpimpl=org.apache.tools.ant.util.regexp.JakartaOro Matcher And look at the exception. -- To unsubscribe, e-mail: For additional commands, e-mail: