From user-return-59277-apmail-ant-user-archive=ant.apache.org@ant.apache.org Sun Jan 07 05:43:55 2007 Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 10483 invoked from network); 7 Jan 2007 05:43:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jan 2007 05:43:54 -0000 Received: (qmail 25565 invoked by uid 500); 7 Jan 2007 05:43:57 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 25517 invoked by uid 500); 7 Jan 2007 05:43:57 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 25506 invoked by uid 99); 7 Jan 2007 05:43:56 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Jan 2007 21:43:56 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [128.200.80.28] (HELO relay2.es.uci.edu) (128.200.80.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Jan 2007 21:43:46 -0800 Received: from [128.195.81.14] (vp081014.reshsg.uci.edu [128.195.81.14]) (authenticated bits=0) by relay2.es.uci.edu (8.13.1/8.13.1) with ESMTP id l075hOtI004435 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Sat, 6 Jan 2007 21:43:25 -0800 X-UCInetID: tharmon Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <255d8d690701030516w17e9c24mca3974c9d5d9c75f@mail.gmail.com> References: <255d8d690701020558x552618e6o1caa49288443467d@mail.gmail.com> <255d8d690701030516w17e9c24mca3974c9d5d9c75f@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <56AF232A-2D90-4349-AF2B-0496704ABCB6@vocaro.com> Content-Transfer-Encoding: 7bit From: Trevor Harmon Subject: Re: Custom processor for Xslt task? Date: Sat, 6 Jan 2007 21:43:17 -0800 To: "Ant Users List" X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org On Jan 3, 2007, at 5:16 AM, Dominique Devienne wrote: > I always used the -lib approach myself, Yes, that works for me too, but it's exactly what I'm trying to avoid! After all, having to specify -lib defeats the purpose of the override. > and can't easily test this > nowdays, sorry. It's quite possible there's a classloader issue that > prevents the Saxon factory to be loaded properly from a jar specified > in the 's nested . Just check the obvious, like the > spelling of the factory class name, the classpath, etc..., just in > case. Good luck, --DD It's definitely not a misspelling. The override workaround always results in a ClassNotFoundException. I've filed a bug on this issue: http://issues.apache.org/bugzilla/show_bug.cgi?id=41314 Trevor --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org