Author: craigmcc
Date: Fri Oct 29 21:46:36 2004
New Revision: 56019

Modified:
   struts/trunk/build-webapp.xml
Log:
Updating to BeanUtils 1.7.0 and Digester 1.6 causes a problem for compiling
a couple of classes in the tiles-documentation webapp, because the RSS demo
classes are no longer included with Digester.  For now, comment out the
compilation of those particular Java sources (which allows the build to
complete successfully).


Modified: struts/trunk/build-webapp.xml
==============================================================================
--- struts/trunk/build-webapp.xml       (original)
+++ struts/trunk/build-webapp.xml       Fri Oct 29 21:46:36 2004
@@ -291,6 +291,10 @@
      deprecation="${compile.deprecation}"
         optimize="${compile.optimize}">
     <classpath refid="classpath"/>
+    <!-- Excludes for tiles-documentation to reflect the fact that
+         Commons Digester 1.6 no longer ships the RSS demo classes
+    -->
+    <exclude name="org/apache/struts/webapp/tiles/rssChannel/*.java"/>
   </javac>
   <copy    todir="${webapp.target}/WEB-INF/classes">
     <fileset dir="${webapp.src}">

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

Reply via email to