Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 65503 invoked from network); 6 Apr 2004 00:54:12 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 Apr 2004 00:54:12 -0000 Received: (qmail 17077 invoked by uid 500); 6 Apr 2004 00:53:47 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 17050 invoked by uid 500); 6 Apr 2004 00:53:47 -0000 Mailing-List: contact user-help@ant.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 user@ant.apache.org Received: (qmail 17033 invoked from network); 6 Apr 2004 00:53:46 -0000 Received: from unknown (HELO smtp003.mail.ukl.yahoo.com) (217.12.11.34) by daedalus.apache.org with SMTP; 6 Apr 2004 00:53:46 -0000 Received: from unknown (HELO tubbs) (jeremyaston@81.5.172.122 with login) by smtp003.mail.ukl.yahoo.com with SMTP; 6 Apr 2004 00:53:54 -0000 Reply-To: From: "Jeremy Aston" To: "'Ant Users List'" Subject: RE: xmlvalidate task and external catalogs Date: Tue, 6 Apr 2004 01:53:53 +0100 Message-ID: <000201c41b71$a263cb40$7aac0551@tubbs> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <42C9EFEA1737D511BA420008C78641510DB1E368@ncwlmx01nege.wilm.ge.com> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, The error is simply "not available. Download it at http://xml.apache.org/commons/". That msg appears when using a -diagnotics flag. To be fair I am only assuming that this is related to the external catalogs problem however I am sure I have also seen an error msg under -v or -diagnostics along the lines of "apache resolver not found, using internal" but I cannot replicate that msg at the mo. I have tried changing my "\" to "/" and that makes no obvious difference. Rgds Jeremy -----Original Message----- From: Conelly, Luis (GNF, Contractor) [mailto:Luis.Conelly@gnf.com] Sent: 06 April 2004 01:35 To: Ant Users List Subject: RE: xmlvalidate task and external catalogs Which error you get? ClassNotFound or some stuff like that? Can you provide more info? -Luis PS. Not pretty sure, but line: might work better if you change backslashes to slashes (\ to /) or use double backslash (\\) Regards -----Original Message----- From: Jeremy Aston [mailto:jez@pigbite.com] Sent: Monday, April 05, 2004 7:32 PM To: user@ant.apache.org Subject: xmlvalidate task and external catalogs Hi, Can anyone pls tell me how to get xmlvalidate (in 1.6) to see external catalogs. I can see from the docs that for this to work v1.1 of xml-commons resolver.jar must be on the classpath but I cannot get it working. I have put a reference to the jar on my system environment classpath (win xp btw), as a lib argument on the cmd line and as a classpath element inside the xmlvalidate task. All to no avail... I've also copied the jar into ant/lib as well for good measure! What am I doing wrong? This is my build.xml complete with it's extra classpath stuff ;-) Brgds and tia Jeremy --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org