We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f323bc1 commit c158fa6Copy full SHA for c158fa6
build.xml
@@ -1924,7 +1924,7 @@
1924
<include name="util/**" />
1925
<!-- Exclude these by default as Gump can't run them because the -->
1926
<!-- classes on which they depend are not in any output JAR. -->
1927
- <exclude name="org/apache/tomcat/buildutil/**"/>
+ <exclude name="org/apache/tomcat/buildutil/**" unless="test.includeBuildutil"/>
1928
</javac>
1929
<copy todir="${test.classes}">
1930
<fileset dir="test">
0 commit comments