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 21:14:03 UTC

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

Author: centic
Date: Sun Dec 11 21:14:03 2016
New Revision: 1773666

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

This reverts commit 6852b207623ede42531ef76489b5eb8fcc625c7c.

Modified:
    poi/trunk/java9.sh

Modified: poi/trunk/java9.sh
URL: http://svn.apache.org/viewvc/poi/trunk/java9.sh?rev=1773666&r1=1773665&r2=1773666&view=diff
==============================================================================
--- poi/trunk/java9.sh (original)
+++ poi/trunk/java9.sh Sun Dec 11 21:14:03 2016
@@ -15,8 +15,6 @@ 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 \
@@ -24,7 +22,7 @@ ant  \
     -Djava9addmods=-addmods \
     -Djava9addmodsvalue=java.xml.bind \
 	-Djava.locale.providers=JRE,CLDR \
-	-Dcoverage.enabled=false \
+	-Dcoverage.enabled=true \
 	-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