cvs commit: cocoon-2.1/src/scratchpad/webapp/samples/eventcache - New directory

2003-07-01 Thread ghoward
ghoward 2003/07/01 06:51:51 cocoon-2.1/src/scratchpad/webapp/samples/eventcache - New directory

cvs commit: cocoon-2.1/src/scratchpad/webapp/samples scratchpad-samples.xml

2003-07-01 Thread ghoward
ghoward 2003/07/01 06:51:59 Modified:src/scratchpad/webapp/samples scratchpad-samples.xml Added: src/scratchpad/webapp/samples/eventcache eventcache.xsp sitemap.xmap Log: Scratchpad sample for event-based cache validity Revision ChangesPath

cvs commit: cocoon-2.1/lib jars.xml

2003-06-30 Thread ghoward
ghoward 2003/06/30 18:54:51 Modified:lib jars.xml Log: upgrade to latest sourceresolve package Revision ChangesPath 1.54 +2 -2 cocoon-2.1/lib/jars.xml Index: jars.xml === RCS file

cvs commit: cocoon-2.1/lib/core excalibur-sourceresolve-20030630.jar

2003-06-30 Thread ghoward
ghoward 2003/06/30 19:43:28 Added: lib/core excalibur-sourceresolve-20030630.jar Log: upgrade to latest sourceresolve package Revision ChangesPath 1.1 cocoon-2.1/lib/core/excalibur-sourceresolve-20030630.jar Binary file

cvs commit: cocoon-2.1/lib/core excalibur-sourceresolve-20030615.jar

2003-06-30 Thread ghoward
ghoward 2003/06/30 19:51:08 Removed: lib/core excalibur-sourceresolve-20030615.jar Log: upgrade to latest sourceresolve package

cvs commit: cocoon-2.1/src/scratchpad/src/org/apache/cocoon/caching/validity NameValueEvent.java Event.java EventValidity.java NamedEvent.java

2003-06-30 Thread ghoward
ghoward 2003/06/30 20:44:17 Modified:src/scratchpad/src/org/apache/cocoon/caching/validity NameValueEvent.java Event.java EventValidity.java NamedEvent.java Log: Add hashCode for lookup in EventAwareCacheImpl Revision Changes

cvs commit: cocoon-2.1/src/scratchpad/src/org/apache/cocoon/caching/validity NameValueEvent.java Event.java EventValidity.java NamedEvent.java

2003-06-30 Thread ghoward
ghoward 2003/06/30 20:54:13 Modified:src/scratchpad/src/org/apache/cocoon/caching/validity NameValueEvent.java Event.java EventValidity.java NamedEvent.java Log: oops Revision ChangesPath 1.3 +1 -1 cocoon-2.1

cvs commit: cocoon-2.1/src/scratchpad/src/org/apache/cocoon/caching/impl - New directory

2003-06-30 Thread ghoward
ghoward 2003/06/30 21:38:40 cocoon-2.1/src/scratchpad/src/org/apache/cocoon/caching/impl - New directory

cvs commit: cocoon-2.1/src/scratchpad/src/org/apache/cocoon/caching/impl EventAwareCacheImpl.java

2003-06-30 Thread ghoward
ghoward 2003/06/30 21:38:48 Added: src/scratchpad/src/org/apache/cocoon/caching/impl EventAwareCacheImpl.java Log: Add event aware cache implementation Revision ChangesPath 1.1 cocoon-2.1/src/scratchpad/src/org/apache/cocoon

cvs commit: cocoon-2.1/src/scratchpad/src/org/apache/cocoon/acting CacheEventAction.java

2003-06-30 Thread ghoward
ghoward 2003/06/30 21:40:00 Added: src/scratchpad/src/org/apache/cocoon/acting CacheEventAction.java Log: Action to manually fire Cache Events - for testing/sample mainly. Revision ChangesPath 1.1 cocoon-2.1/src/scratchpad/src

cvs commit: cocoon-2.1/src/documentation/xdocs/installing index.xml book.xml

2003-06-22 Thread ghoward
ghoward 2003/06/22 11:00:34 Modified:src/documentation/xdocs/installing index.xml book.xml Log: attempt clean up of install doc. a lot of information was just plain wrong. Revision ChangesPath 1.7 +70 -284 cocoon-2.1/src/documentation/xdocs/installing

cvs commit: cocoon-2.1 blocks.properties

2003-06-21 Thread ghoward
ghoward 2003/06/21 18:59:44 Modified:.blocks.properties Log: fix typo Revision ChangesPath 1.16 +1 -1 cocoon-2.1/blocks.properties Index: blocks.properties === RCS file: /home/cvs

cvs commit: cocoon-2.1/src/scratchpad/src/org/apache/cocoon/caching/validity - New directory

2003-06-20 Thread ghoward
ghoward 2003/06/20 20:36:02 cocoon-2.1/src/scratchpad/src/org/apache/cocoon/caching/validity - New directory

cvs commit: cocoon-2.1/src/scratchpad/src/org/apache/cocoon/caching - New directory

2003-06-20 Thread ghoward
ghoward 2003/06/20 20:36:02 cocoon-2.1/src/scratchpad/src/org/apache/cocoon/caching - New directory

cvs commit: cocoon-2.1/src/scratchpad/src/org/apache/cocoon/caching/validity NameValueEvent.java Event.java EventValidity.java NamedEvent.java

2003-06-20 Thread ghoward
ghoward 2003/06/20 20:36:15 Added: src/scratchpad/src/org/apache/cocoon/caching/validity NameValueEvent.java Event.java EventValidity.java NamedEvent.java Log: Experiment with external cache invalidation. An EventAwareCacheImpl

cvs commit: cocoon-2.1/tools/src/anttasks XConfToolTask.java

2003-06-06 Thread ghoward
ghoward 2003/06/05 14:06:17 Modified:tools/src/anttasks XConfToolTask.java Log: fix logical condition when unless-path is not specified. Revision ChangesPath 1.7 +2 -2 cocoon-2.1/tools/src/anttasks/XConfToolTask.java Index: XConfToolTask.java

cvs commit: cocoon-2.1/tools/src/anttasks XConfToolTask.java

2003-06-04 Thread ghoward
ghoward 2003/06/04 19:55:51 Modified:tools/src/anttasks XConfToolTask.java Log: Add unless-path. Functionally identical but clearer name than unless. For back compat, unless is used when unless-path is not specified. Revision ChangesPath 1.6 +9 -4 cocoon

cvs commit: cocoon-2.1/src/targets webapp-build.xml

2003-06-04 Thread ghoward
ghoward 2003/06/04 20:02:45 Modified:src/targets webapp-build.xml Log: one path was still hardcoded from testing. Revision ChangesPath 1.19 +1 -1 cocoon-2.1/src/targets/webapp-build.xml Index: webapp-build.xml

cvs commit: cocoon-2.1/src/confpatch - New directory

2003-06-01 Thread ghoward
ghoward 2003/05/31 09:58:03 cocoon-2.1/src/confpatch - New directory

cvs commit: cocoon-2.1/src/confpatch enable-uploads.xweb cocoon-reload.xweb

2003-06-01 Thread ghoward
ghoward 2003/05/31 09:59:18 Added: src/confpatch enable-uploads.xweb cocoon-reload.xweb Log: Add new directory and starter files for configuration patching. Revision ChangesPath 1.1 cocoon-2.1/src/confpatch/enable-uploads.xweb Index: enable

cvs commit: cocoon-2.1 build.properties

2003-06-01 Thread ghoward
ghoward 2003/05/31 10:01:26 Modified:.build.properties Log: Add properties for new configuration build target Revision ChangesPath 1.20 +3 -0 cocoon-2.1/build.properties Index: build.properties

cvs commit: cocoon-2.1/src/targets webapp-build.xml

2003-06-01 Thread ghoward
ghoward 2003/05/31 10:04:46 Modified:src/targets webapp-build.xml Log: custom-conf target alters runtime configuration parameters to ease configuration management for users (and lazy, forgetful developers) Revision ChangesPath 1.18 +17 -1 cocoon-2.1/src