You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "V. Cekvenich" <vi...@users.sourceforge.net> on 2002/09/19 17:05:19 UTC

Digester add files

What other jar files does digester need to execute at run time?
(ex: Xerces, JaxP, SAX ?)
tia, V.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Digester add files

Posted by Jean-Francois Arcand <jf...@apache.org>.
You need:

commons-beanutils
commons-collections
commons-logging

and a JAXP (SAX 2.0 ) compliant parser.

-- Jeanfrancois

V. Cekvenich wrote:

> What other jar files does digester need to execute at run time?
> (ex: Xerces, JaxP, SAX ?)
> tia, V.
>
>
> --
> To unsubscribe, e-mail:   
> <ma...@jakarta.apache.org>
> For additional commands, e-mail: 
> <ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Digester add files

Posted by "Craig R. McClanahan" <cr...@apache.org>.
On Thu, 19 Sep 2002, V. Cekvenich wrote:

> Date: Thu, 19 Sep 2002 11:05:19 -0400
> From: V. Cekvenich <vi...@users.sourceforge.net>
> Reply-To: Jakarta Commons Developers List <co...@jakarta.apache.org>
> To: commons-dev@jakarta.apache.org
> Subject: Digester add files
>
> What other jar files does digester need to execute at run time?
> (ex: Xerces, JaxP, SAX ?)
> tia, V.
>

The requirements (along with all the other documentation) are in the
package description JavaDocs, available online at:

    http://jakarta.apache.org/commons/digester/api/index.html

It needs:
* XML parser accessible via JAXP/1.1 APIs
* commons-beanutils.jar
* commons-collections.jar
* commons-logging.jar

Craig


>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>