Github user bodewig commented on a diff in the pull request:
https://github.com/apache/ant/pull/63#discussion_r201577768
--- Diff: build.xml ---
@@ -277,13 +277,20 @@
<filename name="${optional.package}/ANTLR*"/>
</selector>
+ <selector id="needs.imageio">
+ <or>
+ <filename name="${optional.package}/image/ImageIO*"/>
+ <filename name="${optional.type.package}/imageio/"/>
+ </or>
+ </selector>
+
<selector id="needs.jmf">
<filename name="${optional.package}/sound/"/>
</selector>
<selector id="needs.jai">
<or>
- <filename name="${optional.package}/image/"/>
+ <filename name="${optional.package}/image/Image.*"/>
--- End diff --
You also need to add ImageTest here as the selector is also used when
deciding which tests to run (this probabl explains the Jenkins build failures).
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]