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:27 UTC

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

Author: centic
Date: Sun Dec 11 21:14:27 2016
New Revision: 1773672

URL: http://svn.apache.org/viewvc?rev=1773672&view=rev
Log:
Revert "Adjust comments in script for Java 9"

This reverts commit 9ebc78d5172aa2b550b0c502545ff43792a25635.

Modified:
    poi/trunk/java9.sh

Modified: poi/trunk/java9.sh
URL: http://svn.apache.org/viewvc/poi/trunk/java9.sh?rev=1773672&r1=1773671&r2=1773672&view=diff
==============================================================================
--- poi/trunk/java9.sh (original)
+++ poi/trunk/java9.sh Sun Dec 11 21:14:27 2016
@@ -13,7 +13,6 @@ export ANT_OPTS="-Xmx1024m"
 ant -version
 
 # disable file-leak-detector:	-Dfile.leak.detector=-Da=b \
-# option to try to avoid sigsev:    -Djava9addarg=-XX:-PartialPeelLoop \
 
 ant  \
     -Duser.language=en \
@@ -90,7 +89,8 @@ exit 0
 # => Ant 1.9.5 fixes this: https://bz.apache.org/bugzilla/show_bug.cgi?id=58271
 
 
-# JaCoCo is failing, fixed with newer JaCoCo:
+# JaCoCo is failing:
+
 test-main:
 [jacoco:coverage] Enhancing junit with coverage
     [junit] File leak detector installed



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