We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15356a commit 5daacc1Copy full SHA for 5daacc1
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