You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2018/12/10 20:54:11 UTC

svn commit: r1848635 - /tomcat/trunk/build.xml

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org