Hi Mark, This options has already been defined in build.property.default with default value set to be false. I think it is a duplication.
see the last line in http://svn.apache.org/repos/asf/tomcat/trunk/build.properties.default # ----- JVM settings for unit tests java.net.preferIPv4Stack=false Thanks, Huxing Zhang ------------------------------------------------------------------ From:markt <ma...@apache.org> Send Time:2015年11月4日(星期三) 02:11 To:dev <dev@tomcat.apache.org> Subject:svn commit: r1712361 - /tomcat/trunk/build.properties.default Author: markt Date: Tue Nov 3 18:11:13 2015 New Revision: 1712361 URL: http://svn.apache.org/viewvc?rev=1712361&view=rev Log: Add note about needing IPv4 on latest OSX for multicast tests to work Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/trunk/build.properties.default?rev=1712361&r1=1712360&r2=1712361&view=diff ============================================================================== --- tomcat/trunk/build.properties.default (original) +++ tomcat/trunk/build.properties.default Tue Nov 3 18:11:13 2015 @@ -50,6 +50,10 @@ test.threads=1 # Note the Cobertura code coverage tool is GPLv2 licensed test.cobertura=false +# Some platforms (e.g. OSX El Capitan) require IPv4 to be the default for the +# multicast tests to work +#java.net.preferIPv4Stack=true + # Location of GPG executable (used only for releases) gpg.exec=/path/to/gpg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org