Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 5349 invoked from network); 11 Aug 2010 02:17:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Aug 2010 02:17:08 -0000 Received: (qmail 9467 invoked by uid 500); 11 Aug 2010 02:17:08 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 9405 invoked by uid 500); 11 Aug 2010 02:17:07 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 9398 invoked by uid 99); 11 Aug 2010 02:17:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Aug 2010 02:17:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Aug 2010 02:17:05 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BCD822388978; Wed, 11 Aug 2010 02:15:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r984286 - in /forrest/trunk/main: build.xml java/org/apache/forrest/locationmap/LocationMapModule.java webapp/WEB-INF/logkit.xconf Date: Wed, 11 Aug 2010 02:15:46 -0000 To: svn@forrest.apache.org From: twilliams@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100811021546.BCD822388978@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: twilliams Date: Wed Aug 11 02:15:46 2010 New Revision: 984286 URL: http://svn.apache.org/viewvc?rev=984286&view=rev Log: Don't inherit properties from the main build, so that classpath can include everything Modified: forrest/trunk/main/build.xml forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java forrest/trunk/main/webapp/WEB-INF/logkit.xconf Modified: forrest/trunk/main/build.xml URL: http://svn.apache.org/viewvc/forrest/trunk/main/build.xml?rev=984286&r1=984285&r2=984286&view=diff ============================================================================== --- forrest/trunk/main/build.xml (original) +++ forrest/trunk/main/build.xml Wed Aug 11 02:15:46 2010 @@ -391,7 +391,8 @@ Remove any build directories in a tree b depends="testSeedSiteType,testReplacePluginsList" if="test.site.type" description="Called by test target - Seeds, replaces list of required plugins and generates a new site for testing"> - + + Modified: forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java URL: http://svn.apache.org/viewvc/forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java?rev=984286&r1=984285&r2=984286&view=diff ============================================================================== --- forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java (original) +++ forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java Wed Aug 11 02:15:46 2010 @@ -35,6 +35,7 @@ import org.apache.avalon.framework.servi import org.apache.avalon.framework.service.ServiceManager; import org.apache.avalon.framework.service.Serviceable; import org.apache.avalon.framework.thread.ThreadSafe; +import org.apache.cocoon.components.CocoonComponentManager; import org.apache.cocoon.components.modules.input.InputModule; import org.apache.excalibur.source.Source; import org.apache.excalibur.source.SourceResolver; @@ -192,7 +193,7 @@ public class LocationMapModule extends A Object result = null; boolean hasBeenCached = false; - + try { if (this.m_cacheAll == true) { hasBeenCached = m_cache.isKeyInCache(name); Modified: forrest/trunk/main/webapp/WEB-INF/logkit.xconf URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/WEB-INF/logkit.xconf?rev=984286&r1=984285&r2=984286&view=diff ============================================================================== --- forrest/trunk/main/webapp/WEB-INF/logkit.xconf (original) +++ forrest/trunk/main/webapp/WEB-INF/logkit.xconf Wed Aug 11 02:15:46 2010 @@ -223,7 +223,7 @@ - +