You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2016/12/11 20:59:47 UTC

svn commit: r1773658 - /poi/trunk/java9.sh

Author: centic
Date: Sun Dec 11 20:59:46 2016
New Revision: 1773658

URL: http://svn.apache.org/viewvc?rev=1773658&view=rev
Log:
JDK 9: Disable JaCoCo until 0.7.8 is available

Modified:
    poi/trunk/java9.sh

Modified: poi/trunk/java9.sh
URL: http://svn.apache.org/viewvc/poi/trunk/java9.sh?rev=1773658&r1=1773657&r2=1773658&view=diff
==============================================================================
--- poi/trunk/java9.sh (original)
+++ poi/trunk/java9.sh Sun Dec 11 20:59:46 2016
@@ -15,6 +15,8 @@ ant -version
 # disable file-leak-detector:	-Dfile.leak.detector=-Da=b \
 # option to try to avoid sigsev:    -Djava9addarg=-XX:-PartialPeelLoop \
 
+# disabled jacoco until we use 0.7.8, see https://github.com/jacoco/jacoco/pull/434
+
 ant  \
     -Duser.language=en \
     -Duser.country=US \
@@ -22,7 +24,7 @@ ant  \
     -Djava9addmods=-addmods \
     -Djava9addmodsvalue=java.xml.bind \
 	-Djava.locale.providers=JRE,CLDR \
-	-Dcoverage.enabled=true \
+	-Dcoverage.enabled=false \
 	-Dorg.apache.poi.util.POILogger=org.apache.poi.util.NullLogger \
 	-Dhalt.on.test.failure=false \
 	$*



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org