Hi,
I'm not quite sure if it helps but do you have xml-apis in your
classpath?!
Due to a name quirks xml-apis-1.0.b2.jar is the latest - with xml-
apis-2.0.2.jar usage I wasted only time.
Cheers,
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]