Author: markt
Date: Wed Nov 4 00:29:34 2015
New Revision: 1712448
URL: http://svn.apache.org/viewvc?rev=1712448&view=rev
Log:
Add note about needing IPv4 on latest OSX for multicast tests to work
Modified:
tomcat/tc8.0.x/trunk/build.properties.default
Modified: tomcat/tc8.0.x/trunk/build.properties.default
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/build.properties.default?rev=1712448&r1=1712447&r2=1712448&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/build.properties.default (original)
+++ tomcat/tc8.0.x/trunk/build.properties.default Wed Nov 4 00:29:34 2015
@@ -51,6 +51,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: [email protected]
For additional commands, e-mail: [email protected]