]> source.dussan.org Git - poi.git/commitdiff
Handle case where the JaCoCo zip file is available, but the extracted files are missi...
authorDominik Stadler <centic@apache.org>
Sun, 19 Nov 2017 19:53:44 +0000 (19:53 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 19 Nov 2017 19:53:44 +0000 (19:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1815755 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 956122b79dca0a0bc3711211f5217bdac7fa6f1f..407d4ab11a3eb77a079a462bc457165c83644bd8 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -634,6 +634,9 @@ under the License.
                     <available file="${dsig.sl4j-api.jar}"/>
                     <available file="${main.commons-collections4.jar}"/>
                     <available file="${main.commons-math3.jar}"/>
+
+                    <!-- we had some CI failures when the extracted files for JaCoCo were missing somehow... -->
+                    <available file="${main.lib}/jacocoagent.jar"/>
                 </and>
                 <isset property="disconnected"/>
             </or>