[gatein-commits] gatein SVN: r3347 - components/wsrp/trunk/wsrp-producer-war.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jun 16 09:28:43 EDT 2010


Author: mwringe
Date: 2010-06-16 09:28:42 -0400 (Wed, 16 Jun 2010)
New Revision: 3347

Modified:
   components/wsrp/trunk/wsrp-producer-war/pom.xml
Log:
GTNWSRP-46: Change the Cargo configuration home from a tmp directory to the target directory to get around issues with some tmp directory names and urls. 

Modified: components/wsrp/trunk/wsrp-producer-war/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp-producer-war/pom.xml	2010-06-16 11:22:01 UTC (rev 3346)
+++ components/wsrp/trunk/wsrp-producer-war/pom.xml	2010-06-16 13:28:42 UTC (rev 3347)
@@ -305,6 +305,7 @@
              </container>
              <wait>false</wait>
              <configuration>
+               <home>${basedir}/target/cargo</home>
                <properties>
 		  <cargo.jvmargs>-Dorg.apache.catalina.STRICT_SERVLET_COMPLIANCE=false</cargo.jvmargs>                 
                </properties>



More information about the gatein-commits mailing list