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
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
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
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="
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