svn commit: r499574 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/CallMethodRule.java

2007-01-24 Thread nuttycom
Author: nuttycom Date: Wed Jan 24 13:25:51 2007 New Revision: 499574 URL: http://svn.apache.org/viewvc?view=revrev=499574 Log: Changed private targetOffset property to protected so that it can be set using an XML configuration file. Modified: jakarta/commons/proper/digester/trunk/src/java

svn commit: r483142 - in /jakarta/commons/sandbox/pipeline/trunk/src/site: apt/usage.apt site.xml

2006-12-06 Thread nuttycom
Author: nuttycom Date: Wed Dec 6 08:44:39 2006 New Revision: 483142 URL: http://svn.apache.org/viewvc?view=revrev=483142 Log: Added simple usage docs on how to find the artifacts. Added: jakarta/commons/sandbox/pipeline/trunk/src/site/apt/usage.apt Modified: jakarta/commons/sandbox

svn commit: r473147 - /jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/driver/ThreadPoolStageDriverFactory.java

2006-11-09 Thread nuttycom
Author: nuttycom Date: Thu Nov 9 16:21:54 2006 New Revision: 473147 URL: http://svn.apache.org/viewvc?view=revrev=473147 Log: Changed to use queue factories instead of queue class constructor. Modified: jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/driver

svn commit: r468098 - /jakarta/commons/sandbox/pipeline/trunk/src/test/java/org/apache/commons/pipeline/driver/BoundedQueueDedicatedThreadSDFTest.java

2006-10-26 Thread nuttycom
Author: nuttycom Date: Thu Oct 26 12:17:48 2006 New Revision: 468098 URL: http://svn.apache.org/viewvc?view=revrev=468098 Log: Added test case Added: jakarta/commons/sandbox/pipeline/trunk/src/test/java/org/apache/commons/pipeline/driver/BoundedQueueDedicatedThreadSDFTest.java

svn commit: r468104 - /jakarta/commons/proper/collections/trunk/README.txt

2006-10-26 Thread nuttycom
Author: nuttycom Date: Thu Oct 26 12:47:04 2006 New Revision: 468104 URL: http://svn.apache.org/viewvc?view=revrev=468104 Log: Testing whether I have write access for commons proper (just added a blank line) Modified: jakarta/commons/proper/collections/trunk/README.txt Modified: jakarta

svn commit: r468105 - /jakarta/commons/proper/collections/tags/PRE_GENERICS/

2006-10-26 Thread nuttycom
Author: nuttycom Date: Thu Oct 26 12:50:40 2006 New Revision: 468105 URL: http://svn.apache.org/viewvc?view=revrev=468105 Log: Tagged current head prior to creation of JDK5 branch Added: jakarta/commons/proper/collections/tags/PRE_GENERICS/ - copied from r468104, jakarta/commons/proper

svn commit: r468106 - /jakarta/commons/proper/collections/branches/collections_jdk5_branch/

2006-10-26 Thread nuttycom
Author: nuttycom Date: Thu Oct 26 12:52:36 2006 New Revision: 468106 URL: http://svn.apache.org/viewvc?view=revrev=468106 Log: Created branch for jdk5/generics development Added: jakarta/commons/proper/collections/branches/collections_jdk5_branch/ - copied from r468105, jakarta

svn commit: r468150 - in /jakarta/commons/sandbox/pipeline/trunk/src: main/java/org/apache/commons/pipeline/driver/ main/java/org/apache/commons/pipeline/util/ test/java/org/apache/commons/pipeline/dr

2006-10-26 Thread nuttycom
Author: nuttycom Date: Thu Oct 26 14:44:52 2006 New Revision: 468150 URL: http://svn.apache.org/viewvc?view=revrev=468150 Log: Replaced BoundedQueueDedicatedThreadSDF with a more general means of configuring the input queues for DedicatedThreadStageDriver Added: jakarta/commons/sandbox

svn commit: r468151 - in /jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline: StageDriverFactory.java driver/ThreadPoolStageDriver.java

2006-10-26 Thread nuttycom
Author: nuttycom Date: Thu Oct 26 14:45:56 2006 New Revision: 468151 URL: http://svn.apache.org/viewvc?view=revrev=468151 Log: Minor documentation and license changes Modified: jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/StageDriverFactory.java

svn commit: r468153 - in /jakarta/commons/sandbox/pipeline/trunk/src: main/java/org/apache/commons/pipeline/event/ main/java/org/apache/commons/pipeline/stage/ test/java/org/apache/commons/pipeline/st

2006-10-26 Thread nuttycom
Author: nuttycom Date: Thu Oct 26 14:47:25 2006 New Revision: 468153 URL: http://svn.apache.org/viewvc?view=revrev=468153 Log: Added functionality to allow inter-branch synchronization using event-based key passing. Added: jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache

svn commit: r468154 - in /jakarta/commons/sandbox/pipeline/trunk/src: main/java/org/apache/commons/pipeline/config/ test/java/org/apache/commons/pipeline/config/ test/resources/

2006-10-26 Thread nuttycom
Author: nuttycom Date: Thu Oct 26 14:47:55 2006 New Revision: 468154 URL: http://svn.apache.org/viewvc?view=revrev=468154 Log: Updated Digester configuration system tests to encompass new features Modified: jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline

svn commit: r468178 - /jakarta/commons/sandbox/pipeline/trunk/src/site/apt/config_digester.apt

2006-10-26 Thread nuttycom
Author: nuttycom Date: Thu Oct 26 15:50:45 2006 New Revision: 468178 URL: http://svn.apache.org/viewvc?view=revrev=468178 Log: Updated to reflect changes to pipeline RuleSet Modified: jakarta/commons/sandbox/pipeline/trunk/src/site/apt/config_digester.apt Modified: jakarta/commons/sandbox

svn commit: r465667 - /jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/driver/BoundedQueueDedicatedThreadSDF.java

2006-10-19 Thread nuttycom
Author: nuttycom Date: Thu Oct 19 08:54:20 2006 New Revision: 465667 URL: http://svn.apache.org/viewvc?view=revrev=465667 Log: This stage driver factory is useful in cases where it may be possible to overflow the memory available to the system. It limits the size of the input queue to any stage

svn commit: r465019 - in /jakarta/commons/sandbox/pipeline/trunk/src: main/java/org/apache/commons/pipeline/ main/java/org/apache/commons/pipeline/config/ main/java/org/apache/commons/pipeline/testFra

2006-10-17 Thread nuttycom
Author: nuttycom Date: Tue Oct 17 12:55:53 2006 New Revision: 465019 URL: http://svn.apache.org/viewvc?view=revrev=465019 Log: Added global environment variables to StageContext. Modified: jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/Pipeline.java

svn commit: r465027 - /jakarta/commons/sandbox/pipeline/trunk/src/site/apt/config_digester.apt

2006-10-17 Thread nuttycom
Author: nuttycom Date: Tue Oct 17 13:17:02 2006 New Revision: 465027 URL: http://svn.apache.org/viewvc?view=revrev=465027 Log: Updated documentation with environment variable configuration Modified: jakarta/commons/sandbox/pipeline/trunk/src/site/apt/config_digester.apt Modified: jakarta

svn commit: r454835 - /jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/stage/FtpFileDownloadStage.java

2006-10-10 Thread nuttycom
Author: nuttycom Date: Tue Oct 10 10:18:39 2006 New Revision: 454835 URL: http://svn.apache.org/viewvc?view=revrev=454835 Log: Added documentation and ability to ignore files already downloaded to target directory. Patch contributed by Ken Tanaka. Modified: jakarta/commons/sandbox/pipeline

svn commit: r462575 - in /jakarta/commons/sandbox/pipeline/trunk/src: main/java/org/apache/commons/pipeline/driver/ test/java/org/apache/commons/pipeline/driver/

2006-10-10 Thread nuttycom
Author: nuttycom Date: Tue Oct 10 14:21:02 2006 New Revision: 462575 URL: http://svn.apache.org/viewvc?view=revrev=462575 Log: Initial import. Stage implementations contributed by Steve Christensen. Added: jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline

svn commit: r462577 - /jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/driver/ThreadPoolStageDriver.java

2006-10-10 Thread nuttycom
Author: nuttycom Date: Tue Oct 10 14:25:34 2006 New Revision: 462577 URL: http://svn.apache.org/viewvc?view=revrev=462577 Log: Minor documentation fix. Modified: jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/driver/ThreadPoolStageDriver.java Modified

svn commit: r462578 - in /jakarta/commons/sandbox/pipeline/trunk/src: main/java/org/apache/commons/pipeline/driver/ThreadPoolStageDriverFactory.java test/java/org/apache/commons/pipeline/driver/Thread

2006-10-10 Thread nuttycom
Author: nuttycom Date: Tue Oct 10 14:27:28 2006 New Revision: 462578 URL: http://svn.apache.org/viewvc?view=revrev=462578 Log: Minor documentation improvements Modified: jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/driver/ThreadPoolStageDriverFactory.java

svn commit: r451334 - /jakarta/commons/sandbox/pipeline/trunk/src/site/site.xml

2006-09-29 Thread nuttycom
Author: nuttycom Date: Fri Sep 29 09:14:10 2006 New Revision: 451334 URL: http://svn.apache.org/viewvc?view=revrev=451334 Log: Switched project specific banner from bannerLeft to bannerRight Modified: jakarta/commons/sandbox/pipeline/trunk/src/site/site.xml Modified: jakarta/commons/sandbox

svn commit: r451347 - /jakarta/commons/sandbox/pipeline/trunk/src/site/apt/index.apt

2006-09-29 Thread nuttycom
Author: nuttycom Date: Fri Sep 29 09:53:50 2006 New Revision: 451347 URL: http://svn.apache.org/viewvc?view=revrev=451347 Log: Improved introductory documentation Modified: jakarta/commons/sandbox/pipeline/trunk/src/site/apt/index.apt Modified: jakarta/commons/sandbox/pipeline/trunk/src

svn commit: r450150 - in /jakarta/commons/sandbox/pipeline/trunk/src/site/resources: ./ images/ images/pipeline-logo-white.png images/pipeline-logo-white.xcf

2006-09-26 Thread nuttycom
Author: nuttycom Date: Tue Sep 26 12:08:26 2006 New Revision: 450150 URL: http://svn.apache.org/viewvc?view=revrev=450150 Log: Added missing site images Added: jakarta/commons/sandbox/pipeline/trunk/src/site/resources/ jakarta/commons/sandbox/pipeline/trunk/src/site/resources/images

svn commit: r442595 - /jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/Pipeline.java

2006-09-12 Thread nuttycom
Author: nuttycom Date: Tue Sep 12 07:38:18 2006 New Revision: 442595 URL: http://svn.apache.org/viewvc?view=revrev=442595 Log: Added IllegalStateException for missing branch pipeline and accessor method for parent. Patch provided by Steve Christensen. Modified: jakarta/commons/sandbox

svn commit: r442597 - /jakarta/commons/sandbox/pipeline/trunk/pom.xml

2006-09-12 Thread nuttycom
Author: nuttycom Date: Tue Sep 12 07:43:10 2006 New Revision: 442597 URL: http://svn.apache.org/viewvc?view=revrev=442597 Log: Added contributors section for individuals who have contributed patches. Modified: jakarta/commons/sandbox/pipeline/trunk/pom.xml Modified: jakarta/commons/sandbox

svn commit: r441243 - in /jakarta/commons/sandbox/pipeline/trunk/src: main/java/org/apache/commons/pipeline/Pipeline.java test/java/org/apache/commons/pipeline/PipelineTest.java

2006-09-07 Thread nuttycom
Author: nuttycom Date: Thu Sep 7 14:46:02 2006 New Revision: 441243 URL: http://svn.apache.org/viewvc?view=revrev=441243 Log: Fixed problem where events were not properly propagated to sibling branches Added: jakarta/commons/sandbox/pipeline/trunk/src/test/java/org/apache/commons/pipeline

svn commit: r441252 - /jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/driver/FaultTolerance.java

2006-09-07 Thread nuttycom
Author: nuttycom Date: Thu Sep 7 15:04:06 2006 New Revision: 441252 URL: http://svn.apache.org/viewvc?view=revrev=441252 Log: Documentation improvements Modified: jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/driver/FaultTolerance.java Modified: jakarta

svn commit: r441253 - /jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/listener/ObjectProcessedEventCounter.java

2006-09-07 Thread nuttycom
Author: nuttycom Date: Thu Sep 7 15:05:04 2006 New Revision: 441253 URL: http://svn.apache.org/viewvc?view=revrev=441253 Log: Fixed ClassCastException when processing unrecognized events Modified: jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/listener

svn commit: r441254 - in /jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/testFramework: FaultingTestStage.java TestStage.java

2006-09-07 Thread nuttycom
Author: nuttycom Date: Thu Sep 7 15:06:13 2006 New Revision: 441254 URL: http://svn.apache.org/viewvc?view=revrev=441254 Log: Improved documentation added logging of faults Modified: jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/testFramework

svn commit: r441275 - /jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/stage/

2006-09-07 Thread nuttycom
Author: nuttycom Date: Thu Sep 7 15:34:02 2006 New Revision: 441275 URL: http://svn.apache.org/viewvc?view=revrev=441275 Log: Modified to throw StageExceptions with source stage reference Modified: jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/stage

svn commit: r441276 - /jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/driver/DedicatedThreadStageDriverFactory.java

2006-09-07 Thread nuttycom
Author: nuttycom Date: Thu Sep 7 15:35:36 2006 New Revision: 441276 URL: http://svn.apache.org/viewvc?view=revrev=441276 Log: Minor documentation change Modified: jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/driver/DedicatedThreadStageDriverFactory.java

svn commit: r441277 - /jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/StageException.java

2006-09-07 Thread nuttycom
Author: nuttycom Date: Thu Sep 7 15:38:20 2006 New Revision: 441277 URL: http://svn.apache.org/viewvc?view=revrev=441277 Log: Removed constructors that allow StageExceptions to be created without a Stage reference Modified: jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache

svn commit: r441279 - in /jakarta/commons/sandbox/pipeline/trunk/src: main/java/org/apache/commons/pipeline/ main/java/org/apache/commons/pipeline/driver/ test/java/org/apache/commons/pipeline/driver/

2006-09-07 Thread nuttycom
Author: nuttycom Date: Thu Sep 7 15:39:56 2006 New Revision: 441279 URL: http://svn.apache.org/viewvc?view=revrev=441279 Log: Refactored StageDriver to make it an interface; this will allow for StageDrivers to be created that decorate other drivers with alternative feeder behavior. Added

svn commit: r437750 - in /jakarta/commons/sandbox/pipeline/trunk/src: main/java/org/apache/commons/pipeline/ main/java/org/apache/commons/pipeline/driver/ main/java/org/apache/commons/pipeline/event/

2006-08-28 Thread nuttycom
Author: nuttycom Date: Mon Aug 28 09:43:58 2006 New Revision: 437750 URL: http://svn.apache.org/viewvc?rev=437750view=rev Log: Removed @author tags. Modified: jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/Feeder.java jakarta/commons/sandbox/pipeline

svn commit: r437754 - in /jakarta/commons/sandbox/pipeline/trunk: pom.xml src/site/apt/config_digester.apt src/site/apt/index.apt src/site/fml/faq.fml src/site/site.xml

2006-08-28 Thread nuttycom
Author: nuttycom Date: Mon Aug 28 10:07:33 2006 New Revision: 437754 URL: http://svn.apache.org/viewvc?rev=437754view=rev Log: Added svn:eol-style native property Modified: jakarta/commons/sandbox/pipeline/trunk/pom.xml (props changed) jakarta/commons/sandbox/pipeline/trunk/src/site

svn commit: r437779 - in /jakarta/commons/sandbox/pipeline/trunk/src: main/java/org/apache/commons/pipeline/ main/java/org/apache/commons/pipeline/driver/ main/java/org/apache/commons/pipeline/event/

2006-08-28 Thread nuttycom
Author: nuttycom Date: Mon Aug 28 11:55:19 2006 New Revision: 437779 URL: http://svn.apache.org/viewvc?rev=437779view=rev Log: Added missing eol-style property Modified: jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/Feeder.java (props changed

svn commit: r436910 - /jakarta/commons/sandbox/pipeline/trunk/pom.xml

2006-08-25 Thread nuttycom
Author: nuttycom Date: Fri Aug 25 12:15:46 2006 New Revision: 436910 URL: http://svn.apache.org/viewvc?rev=436910view=rev Log: Added pom.xml for change to Maven 2 Added: jakarta/commons/sandbox/pipeline/trunk/pom.xml Added: jakarta/commons/sandbox/pipeline/trunk/pom.xml URL: http

svn commit: r436913 - in /jakarta/commons/sandbox/pipeline/trunk: build.xml maven.xml pom.xml project.properties project.xml src/java/ src/main/ src/main/java/ src/test/conf/ src/test/resources/ xdocs

2006-08-25 Thread nuttycom
Author: nuttycom Date: Fri Aug 25 12:26:50 2006 New Revision: 436913 URL: http://svn.apache.org/viewvc?rev=436913view=rev Log: Changed to use standard Maven 2.x project structure Added: jakarta/commons/sandbox/pipeline/trunk/src/main/ jakarta/commons/sandbox/pipeline/trunk/src/main/java

svn commit: r436914 [4/4] - in /jakarta/commons/sandbox/pipeline/trunk/src: main/java/org/apache/commons/pipeline/ main/java/org/apache/commons/pipeline/config/ main/java/org/apache/commons/pipeline/d

2006-08-25 Thread nuttycom
Modified: jakarta/commons/sandbox/pipeline/trunk/src/test/java/org/apache/commons/pipeline/stage/HttpFileDownloadStageTest.java URL: