You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-user@jakarta.apache.org by Buhi Mume <mu...@gmail.com> on 2006/06/01 23:26:47 UTC

Samples - Build Failed

Hi,

When I did:
<samples-root>/servlet/ant dist
the build failed with the following exception:

---start---
BUILD FAILED
javax.xml.transform.TransformerFactoryConfigurationError: Provider
org.apache.xalan.processor.TransformerFactoryImpl not found
---end---

I tried with the jakarta-cactus-13-1.7.2.zip bundle.

Thank you.


Buhi

Re: Samples - Build Failed

Posted by Buhi Mume <mu...@gmail.com>.
I have downloaded the xalan.jar. Where should it be referenced within
build.xml file?

<property name="xalan.jar" location="../../lib/xalan.jar"/>

Referencing it from:
#1 (failed)
<target name="test" ...>
   <cactus ...>
      <containerclasspath>
         <pathelement location=${clover.jar}"/>
#2 (failed)
<target name="test" ...>
   <cactus ...>
      <classpath>
         <pathelement location=${clover.jar}"/>
#3 (failed)
<target name="test.prepare" ...>
   <cactify ...>
      <lib file=${clover.jar}"/>

Thank you.


Buhi Mume

Re: Samples - Build Failed

Posted by Pedro Nevado <pn...@javato.com>.
Apparently you need xalan library in your classpath.
You may download it from  Apache site.
Regards,
Pedro
El 01/06/2006, a las 22:26, Buhi Mume escribió:

> Hi,
>
> When I did:
> <samples-root>/servlet/ant dist
> the build failed with the following exception:
>
> ---start---
> BUILD FAILED
> javax.xml.transform.TransformerFactoryConfigurationError: Provider
> org.apache.xalan.processor.TransformerFactoryImpl not found
> ---end---
>
> I tried with the jakarta-cactus-13-1.7.2.zip bundle.
>
> Thank you.
>
>
> Buhi
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: cactus-user-help@jakarta.apache.org
>


Re: Samples - Build Failed

Posted by Buhi Mume <mu...@gmail.com>.
I know that thread is a very old one. However, the current bundle does
not have this problem anymore--I don't see a xalan.jar, though.


Buhi

On 6/7/06, Felipe Leme <ma...@felipeal.net> wrote:
> Hmm, it should work then.
>
> I will try to reproduce the issue later, as I may have accidentally
> removed the dependency.
>
> -- Felipe
>
>
> Buhi Mume wrote:
> > My Java is 1.5.0_03.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: cactus-user-help@jakarta.apache.org
>
>

Re: Samples - Build Failed

Posted by Felipe Leme <ma...@felipeal.net>.
Hmm, it should work then.

I will try to reproduce the issue later, as I may have accidentally 
removed the dependency.

-- Felipe


Buhi Mume wrote:
> My Java is 1.5.0_03.


Re: Samples - Build Failed

Posted by Buhi Mume <mu...@gmail.com>.
Hi Felipe,

My Java is 1.5.0_03.


Buhi Mume


On 6/5/06, Felipe Leme <ma...@felipeal.net> wrote:
> Hi Buhi,
>
> Which version of Java did you use? Notice that Cactus requires JDK 1.4
> or superior...
>
> -- Felipe
>
> Buhi Mume wrote:
> > Hi,
> >
> > When I did:
> > <samples-root>/servlet/ant dist
> > the build failed with the following exception:
> >
> > ---start---
> > BUILD FAILED
> > javax.xml.transform.TransformerFactoryConfigurationError: Provider
> > org.apache.xalan.processor.TransformerFactoryImpl not found
> > ---end---
> >
> > I tried with the jakarta-cactus-13-1.7.2.zip bundle.
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: cactus-user-help@jakarta.apache.org
>
>

Re: Samples - Build Failed

Posted by Felipe Leme <ma...@felipeal.net>.
Hi Buhi,

Which version of Java did you use? Notice that Cactus requires JDK 1.4 
or superior...

-- Felipe

Buhi Mume wrote:
> Hi,
> 
> When I did:
> <samples-root>/servlet/ant dist
> the build failed with the following exception:
> 
> ---start---
> BUILD FAILED
> javax.xml.transform.TransformerFactoryConfigurationError: Provider
> org.apache.xalan.processor.TransformerFactoryImpl not found
> ---end---
> 
> I tried with the jakarta-cactus-13-1.7.2.zip bundle.
>