Author: markt
Date: Mon Dec 10 20:54:11 2018
New Revision: 1848635

URL: http://svn.apache.org/viewvc?rev=1848635&view=rev
Log:
Hopefully fix Gump failure

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1848635&r1=1848634&r2=1848635&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Mon Dec 10 20:54:11 2018
@@ -1458,6 +1458,9 @@
       <include name="org/apache/**" />
       <include name="javax/**" />
       <include name="util/**" />
+      <!-- Exclude these by default as Gump can't run them because the -->
+      <!-- classes on which they depend are not in any output JAR.     -->
+      <exclude name="org/apache/tomcat/buildutil/**"/>
     </javac>
     <copy todir="${test.classes}">
         <fileset dir="test">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to