RE: Use Saxon8 in xslt task

2004-12-08 Thread Robert Soesemann
PROTECTED] Sent: Mittwoch, 8. Dezember 2004 17:21 To: Ant Users List Subject: Re: Use Saxon8 in xslt task Quoting Robert Soesemann <[EMAIL PROTECTED]>: > Thanks, > > Could anybody give me an example how to use this user_home/.ant/lib > solution. Would I really need to re

Re: Use Saxon8 in xslt task

2004-12-08 Thread Jacob Kjome
Quoting Robert Soesemann <[EMAIL PROTECTED]>: > Thanks, > > Could anybody give me an example how to use this user_home/.ant/lib > solution. > Would I really need to remove the xslt task front ant/lib or could I > just include the external saxon jar to the classpath? > Just create the directory, d

Re: Use Saxon8 in xslt task

2004-12-08 Thread Robert Soesemann
Thanks, Could anybody give me an example how to use this user_home/.ant/lib solution. Would I really need to remove the xslt task front ant/lib or could I just include the external saxon jar to the classpath? Regards, Robert Quoting Robert Soesemann <[EMAIL PROTECTED]>: > I have my Ant pipelin

Re: Use Saxon8 in xslt task

2004-12-07 Thread Jacob Kjome
Quoting Robert Soesemann <[EMAIL PROTECTED]>: > I have my Ant pipeline running inside Eclipse. For some xslt tasks I > need to use the optional Saxon 8 XSLT 2.0 processor. > I add the path inside the xslt tasks via classpath and processor > parameter: > > E.g.: > >destdir="

Use Saxon8 in xslt task

2004-12-07 Thread Robert Soesemann
I have my Ant pipeline running inside Eclipse. For some xslt tasks I need to use the optional Saxon 8 XSLT 2.0 processor. I add the path inside the xslt tasks via classpath and processor parameter: E.g.: And it just works. But when i run the Ant build outside of Eclipse with another An