> -----Original Message-----
> From: Dominique Devienne [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, November 08, 2007 1:27 PM
> To: Ant Users List
> Subject: Re: Xslt when run from other dir from maven gets 
> "Provider for javax.xml.transform.TransformerFactory cannot be found"
> 
> On 11/8/07, Karr, David <[EMAIL PROTECTED]> wrote:
> > JDK 1.4.2, Ant 1.5.4.
> 
> That's kinda old for Ant, no? I don't recall how Ant 1.5 
> worked that much.

Yeah, well, I wish I had a choice.  I have nightmares that when every
single piece of software I use hits end-of-life, my laptop will implode
:) .

> > Before I implemented the reference to the "xslt" task, the build 
> > script previously used the "xmltask" library to do the same 
> thing, and 
> > that worked well enough, both directly in the build script 
> directory 
> > and remotely using maven.  I'm trying to get it to work with XSLT 
> > because the xmltask solution gets OutOfMemory exceptions 
> for some of 
> > the larger test cases.
> 
> And how were you declaring <xmltask>? Using a nested classpath?
> Putting xmltask.jar in $ANT_HOME/lib? On the CLASSPATH env. var?

I just used a taskdef with a classpath pointing to the xmltask jar.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to