Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 62208 invoked from network); 9 Dec 2002 12:49:01 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 9 Dec 2002 12:49:01 -0000 Received: (qmail 3003 invoked by uid 97); 9 Dec 2002 12:49:54 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 2971 invoked by uid 97); 9 Dec 2002 12:49:53 -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 2933 invoked by uid 98); 9 Dec 2002 12:49:53 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-user@jakarta.apache.org Subject: Re: ReplaceRegExp does not work (ANT 1.5.1) References: <6AED13FCC1FA9B4FB284DA6510A2E4EE1A37B3@vt-sjc-ems2.vitria.ad.vitriacorp.com> From: Stefan Bodewig Date: 09 Dec 2002 13:48:36 +0100 In-Reply-To: <6AED13FCC1FA9B4FB284DA6510A2E4EE1A37B3@vt-sjc-ems2.vitria.ad.vitriacorp.com> Message-ID: Lines: 17 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Military Intelligence) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Mon, 9 Dec 2002, Andreas Fluegge wrote: > I have done that. I'm using oro 2.0.4 as specified by the ant > docs. What makes me think that jdk 1.4.x is required is the class > that is missing: > > java/util/regex/PatternSyntaxException This is the fall-through case. If Ant would find ORO, it wouldn't search for 1.4. Are you sure Ant can find ORO (the fact that you use Ant from inside an IDE may complicate things). Is it on the same classloader as Ant? Can you run ant -debug to see whether it tries to load the ORO classes (and fails)? Stefan -- To unsubscribe, e-mail: For additional commands, e-mail: