Hi,

Just saw this commit. Not sure what it is about as I haven't had a look
at the build file. Just wanted to say that Cactus is not using Xerces or
any other XML parser. In addition I am using Xerces2 in Cactus build
itself with no problem.

Tell me if I can be of any help.

Cheers,
-Vincent

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 31 August 2002 22:14
> To: [EMAIL PROTECTED]
> Subject: cvs commit: jakarta-jetspeed/build build.xml
> 
> paulsp      2002/08/31 14:13:39
> 
>   Modified:    build    build.xml
>   Log:
>   Exclude Xerces2 from classpath since it is not supported by Cactus.
> 
>   Revision  Changes    Path
>   1.159     +3 -2      jakarta-jetspeed/build/build.xml
> 
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v
>   retrieving revision 1.158
>   retrieving revision 1.159
>   diff -u -r1.158 -r1.159
>   --- build.xml       25 Aug 2002 22:37:42 -0000      1.158
>   +++ build.xml       31 Aug 2002 21:13:39 -0000      1.159
>   @@ -110,8 +110,9 @@
>        <path id="classpath">
>            <fileset dir="build/lib">
> 
>   -            <!-- Everything in the build lib dir -->
>   -
>   +            <!-- Everything in the build lib dir except xerces2 -->
>   +            <exclude name="xercesImpl.jar"/>
>   +            <exclude name="xml-apis.jar"/>
>                <include name="*.jar"/>
>            </fileset>
>            <fileset dir="${lib.dir}">
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:jetspeed-dev-
> [EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:jetspeed-dev-
> [EMAIL PROTECTED]>



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

Reply via email to