> -----Original Message----- > From: Steve Loughran [mailto:[EMAIL PROTECTED] > Sent: Friday, November 09, 2007 2:49 AM > To: Ant Users List > Subject: Re: Xslt when run from other dir from maven gets > "Provider for javax.xml.transform.TransformerFactory cannot be found" > > Karr, David wrote: > > 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. > > so does <xslt> on java5 with the bundled XSL engine. Try > running Ant with more memory by setting ANT_OPTS to -DXmx256m
I tried setting ANT_OPTS all the way up to -Dxmx1536m, and it seemed to make no difference. I wonder if this is some sort of infinite loop problem with xmltask. I only saw it do it so far in one test case. It completed for the others. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
