Author: centic
Date: Sun Nov 19 19:53:44 2017
New Revision: 1815755
URL: http://svn.apache.org/viewvc?rev=1815755&view=rev
Log:
Handle case where the JaCoCo zip file is available, but the extracted files are
missing, not sure how that happens, but we see it on some CI machines...
Modified:
poi/trunk/build.xml
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1815755&r1=1815754&r2=1815755&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sun Nov 19 19:53:44 2017
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]