[EMAIL PROTECTED] writes:

> asmuts      02/01/19 17:48:06
>
>   Modified:    .        default.properties build.xml
>   Log:
>   Removed jetty since no one has the jar.
>   Replaced with tomcat wich is way too much.  Can't get it to work yet.  I'm geting 
>a 'sealing exception' -- http://w4.metronet.com/~wjm/tomcat/2000/Nov/msg00329.html
>   
>   Uncommented the rmic from the build.  This is crucial.
>   
>   Turned off embedded server feature in remote.cache.ccf file.
>   
>   Will try to get tomcat working later.
>   
>   Revision  Changes    Path
>   1.13      +4 -2      jakarta-turbine-stratum/build.xml
>   
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-turbine-stratum/build.xml,v
>   retrieving revision 1.12
>   retrieving revision 1.13
>   diff -u -r1.12 -r1.13
>   --- build.xml       19 Jan 2002 02:15:34 -0000      1.12
>   +++ build.xml       20 Jan 2002 01:48:06 -0000      1.13
>   @@ -28,6 +28,8 @@
>        <pathelement location="${jisp.jar}"/>
>        <pathelement location="${javaclass.jar}"/>
>        <pathelement location="${jaf.jar}"/>
>   +    <pathelement location="${jaxp.jar}"/>
>   +    <pathelement location="${crimson.jar}"/>
>        <pathelement location="${build.dest}"/>
>        
>        <!-- This is required to bootstrap the build -->

I would really like to avoid the need for Crimson.  I was under the
impression that Xerces was the "winner" in the JAXP implementation
contest.  Why do we need crimson.jar?  Is there any way we can use
Xerces instead?

Dan


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

Reply via email to