Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 27507 invoked from network); 9 Nov 2000 15:53:06 -0000 Received: from unknown (HELO mail.anyware-tech.com) (213.11.20.188) by locus.apache.org with SMTP; 9 Nov 2000 15:53:06 -0000 Received: from anyware-tech.com (IDENT:olivier@anyware4 [10.0.0.4]) by mail.anyware-tech.com (8.9.3/8.8.7) with ESMTP id QAA22612; Thu, 9 Nov 2000 16:53:09 +0100 Sender: olivier@anyware-tech.com Message-ID: <3A0AD62A.93E6E340@anyware-tech.com> Date: Thu, 09 Nov 2000 17:51:54 +0100 From: Olivier Prouvost Organization: Anyware Technologies X-Mailer: Mozilla 4.7 [fr] (X11; I; Linux 2.2.14-1mdklinus i686) X-Accept-Language: en MIME-Version: 1.0 To: ant-user@jakarta.apache.org, ant-dev@jakarta.apache.org Subject: style task Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N With Ant1.2 I've really a problem to use the style task. I want to process an 'A.xml' file with 'S.xsl' style sheet, and to put result in 'B.java' destination file. with a simple call to xalan, it would be : xalan -IN A.xml -XSL S.xsl -OUT B.java with ant, it becomes quiet complex :