You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by pt...@apache.org on 2008/03/06 22:30:22 UTC

svn commit: r634423 - /jakarta/cactus/trunk/integration/ant/src/main/java/org/apache/cactus/integration/ant/container/ContainerWrapper.java

Author: ptahchiev
Date: Thu Mar  6 13:30:19 2008
New Revision: 634423

URL: http://svn.apache.org/viewvc?rev=634423&view=rev
Log:
Uncommented the adding of the properties to the container classpath.

Modified:
    jakarta/cactus/trunk/integration/ant/src/main/java/org/apache/cactus/integration/ant/container/ContainerWrapper.java

Modified: jakarta/cactus/trunk/integration/ant/src/main/java/org/apache/cactus/integration/ant/container/ContainerWrapper.java
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/ant/src/main/java/org/apache/cactus/integration/ant/container/ContainerWrapper.java?rev=634423&r1=634422&r2=634423&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/ant/src/main/java/org/apache/cactus/integration/ant/container/ContainerWrapper.java (original)
+++ jakarta/cactus/trunk/integration/ant/src/main/java/org/apache/cactus/integration/ant/container/ContainerWrapper.java Thu Mar  6 13:30:19 2008
@@ -194,8 +194,7 @@
         {
             //TODO: If uncommented: the contextURL property has no 
             //value and breaks the cargo build;
-            //((InstalledLocalContainer) container).setSystemProperties
-            //(theProperties);
+            ((InstalledLocalContainer) container).setSystemProperties(theProperties);
         }
     }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org