You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ra...@apache.org on 2012/06/29 19:38:57 UTC

svn commit: r1355480 - /rave/trunk/rave-portal/pom.xml

Author: raminder
Date: Fri Jun 29 17:38:56 2012
New Revision: 1355480

URL: http://svn.apache.org/viewvc?rev=1355480&view=rev
Log:
Added a comment to address OS X error. Loading the SizeOfAgent will probably fail, as you are running on Apple OS X and have a value set for java.io.tmpdir
RAVE-685. 

Modified:
    rave/trunk/rave-portal/pom.xml

Modified: rave/trunk/rave-portal/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-portal/pom.xml?rev=1355480&r1=1355479&r2=1355480&view=diff
==============================================================================
--- rave/trunk/rave-portal/pom.xml (original)
+++ rave/trunk/rave-portal/pom.xml Fri Jun 29 17:38:56 2012
@@ -201,7 +201,11 @@
                         </zipUrlInstaller>
                         <systemProperties>
                             <net.sf.ehcache.skipUpdateCheck>true</net.sf.ehcache.skipUpdateCheck>
-                            <!-- Documentation: http://rave.apache.org/documentation/host-configuration.html -->
+                            <!--  un-comment following property for: Loading the SizeOfAgent will probably fail,
+                            as you are running on Apple OS X and have a value set for java.io.tmpdir  -->
+                            <!-- <net.sf.ehcache.pool.sizeof.AgentSizeOf.bypass>true</net.sf.ehcache.pool.sizeof.AgentSizeOf.bypass>  -->
+	                  
+	                   <!-- Documentation: http://rave.apache.org/documentation/host-configuration.html -->
                             <!--
                                 <portal.override.properties>/path/to/custom.portal.properties</portal.override.properties>
                                 <rave-shindig.override.properties>/path/to/custom.shindig.properties</rave-shindig.override.properties>