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: [email protected]
For additional commands, e-mail: [email protected]