Author: ptahchiev Date: Thu Mar 6 13:30:47 2008 New Revision: 634424 URL: http://svn.apache.org/viewvc?rev=634424&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=634424&r1=634423&r2=634424&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:47 2008 @@ -192,8 +192,6 @@ { if (theProperties != null) { - //TODO: If uncommented: the contextURL property has no - //value and breaks the cargo build; ((InstalledLocalContainer) container).setSystemProperties(theProperties); } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]