BTW:  You might have a look at the "Re: class loader problems using 
xalan" mail thread

Sigi

On 29 May 2003 at 16:32, Marc Dugger wrote:

> I'm trying to use jelly xml tags to transform an xml file like so:
> 
> <j:file name="${basedir}/src/conf/ojb/${package}.xml">
>               <x:transform
> xslt="${basedir}/etc/resource/torqueSchema2OjbRepository.xsl">
>                 <j:file
> name="${basedir}/etc/schema/${package}-schema.xml"/>
>               </x:transform>
>             </j:file>
> 
> However, I'm receiving the following error:
> 
> BUILD FAILED
> Provider for javax.xml.transform.TransformerFactory cannot be found
> Total time:  4 seconds
> 
> I have Xalan listed in my project.xml as a dependency.  What am I
> missing?
> 

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

Reply via email to