Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 95986 invoked from network); 26 Nov 2001 17:59:44 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 26 Nov 2001 17:59:44 -0000 Received: (qmail 14061 invoked by uid 97); 26 Nov 2001 17:59:36 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 14040 invoked by uid 97); 26 Nov 2001 17:59:35 -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 14029 invoked from network); 26 Nov 2001 17:59:34 -0000 Message-Id: <5.1.0.14.0.20011126184352.009f9490@192.168.0.96> X-Sender: stth@192.168.0.96 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 26 Nov 2001 18:59:20 +0100 To: ant-user@jakarta.apache.org From: Stefan Thull Subject: Problem with xalan Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I am a newbie trying to use ant to transform a xml-file to html with xalan. I am working with win 98 jdk 1.3, ant 1.4 and xalan 2 When I use the following test.bat file xalan works: @echo off set classpath=D:\tools\xalan\bin\xerces.jar;D:\tools\xalan\bin\xalan.jar java org.apache.xalan.xslt.Process -in test.xml -xsl pre2html.xsl -out test.html Now I tried it with the following build.xml: I get the following error: \ant-test> ant Buildfile: build.xml xsl: [java] [java] XSLT Error : loader constraints violated when linking org/xml/sax/InputSource class ----------------------- The same error appeared as I used path instead of location in the classpath-tag. What have I done wrong? Thank you very much Stefan -- To unsubscribe, e-mail: For additional commands, e-mail: