svn commit: r479207 - in /jakarta/commons/proper/digester/trunk: build.xml src/java/org/apache/commons/digester/Digester.java src/test/org/apache/commons/digester/DigesterTestCase.java

2006-11-25 Thread craigmcc
Author: craigmcc Date: Sat Nov 25 13:53:07 2006 New Revision: 479207 URL: http://svn.apache.org/viewvc?view=revrev=479207 Log: Add public APIs that allow Digester users to parse and register URL instances directly, to avoid potential information loss on conversion from a URL (such as one returned

svn commit: r479257 - /jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/URLTestCase.java

2006-11-25 Thread craigmcc
Author: craigmcc Date: Sat Nov 25 17:54:32 2006 New Revision: 479257 URL: http://svn.apache.org/viewvc?view=revrev=479257 Log: Add the new test case (forgot to svn add before). DIGESTER-110. Added: jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/URLTestCase.java

svn commit: r474897 - /jakarta/commons/proper/digester/trunk/pom.xml

2006-11-14 Thread craigmcc
Author: craigmcc Date: Tue Nov 14 10:06:55 2006 New Revision: 474897 URL: http://svn.apache.org/viewvc?view=revrev=474897 Log: Change my email address to my Apache one. Modified: jakarta/commons/proper/digester/trunk/pom.xml Modified: jakarta/commons/proper/digester/trunk/pom.xml URL: http

svn commit: r366579 - /jakarta/commons/proper/commons-build/trunk/nightly-build-script.txt

2006-01-06 Thread craigmcc
Author: craigmcc Date: Fri Jan 6 14:16:49 2006 New Revision: 366579 URL: http://svn.apache.org/viewcvs?rev=366579view=rev Log: Snapshot of the nightly build script that currently runs on my machine to build the Jakarta Commons artifacts. Added: jakarta/commons/proper/commons-build/trunk

svn commit: r289351 - /jakarta/commons/trunks-sandbox/

2005-09-15 Thread craigmcc
Author: craigmcc Date: Thu Sep 15 17:29:55 2005 New Revision: 289351 URL: http://svn.apache.org/viewcvs?rev=289351view=rev Log: Update svn:externals for trunks-sandbox to reflect recent pruning. Modified: jakarta/commons/trunks-sandbox/ (props changed) Propchange: jakarta/commons/trunks

svn commit: r161600 - in jakarta/commons/proper/chain/trunk/src: java/org/apache/commons/chain/impl/ContextBase.java test/org/apache/commons/chain/impl/ContextBaseTestCase.java

2005-04-16 Thread craigmcc
Author: craigmcc Date: Sat Apr 16 12:55:37 2005 New Revision: 161600 URL: http://svn.apache.org/viewcvs?view=revrev=161600 Log: Make ContextBase live up to the Serializable contract that it inherits by virtue of extending HashMap, and add a unit test to prove it works. Fixed in nightly build

svn commit: r157523 - jakarta/commons/sandbox/benchmark/trunk/build.xml

2005-03-14 Thread craigmcc
Author: craigmcc Date: Mon Mar 14 22:21:27 2005 New Revision: 157523 URL: http://svn.apache.org/viewcvs?view=revrev=157523 Log: Add a build.xml created by maven ant (and after de-absoluting the paths that are supposed to be relative) in preparation for running nightly builds for benchmark

svn commit: r149155 - jakarta/commons/sandbox/cache/trunk/build.xml

2005-01-30 Thread craigmcc
Author: craigmcc Date: Sun Jan 30 13:12:47 2005 New Revision: 149155 URL: http://svn.apache.org/viewcvs?view=revrev=149155 Log: Remove unnecessary dependence on LICENSE file in parent directory. Modified: jakarta/commons/sandbox/cache/trunk/build.xml Modified: jakarta/commons/sandbox/cache

svn commit: r149107 - /jakarta/commons/proper/current

2005-01-29 Thread craigmcc
Author: craigmcc Date: Sat Jan 29 22:23:37 2005 New Revision: 149107 URL: http://svn.apache.org/viewcvs?view=revrev=149107 Log: Establish initial svn:externals property for the current pseudo-directory. This allows the trunk of all Commons Proper packages to be checked out as follows: mkdir

svn commit: r149108 - /jakarta/commons/sandbox/current

2005-01-29 Thread craigmcc
Author: craigmcc Date: Sat Jan 29 22:25:21 2005 New Revision: 149108 URL: http://svn.apache.org/viewcvs?view=revrev=149108 Log: Similar property setting for the svn:externals property for sandbox projects. Now, you can check out the trunk of all of these projects as follows: mkdir /path

svn commit: r149109 - /jakarta/commons/proper/codec/trunk/LICENSE /jakarta/commons/proper/codec/trunk/build.xml

2005-01-29 Thread craigmcc
Author: craigmcc Date: Sat Jan 29 23:11:49 2005 New Revision: 149109 URL: http://svn.apache.org/viewcvs?view=revrev=149109 Log: Decouple build.xml from requiring LICENSE in a parent directory. Added: jakarta/commons/proper/codec/trunk/LICENSE Modified: jakarta/commons/proper/codec/trunk

svn commit: r149114 - /jakarta/commons/proper/el/trunk/build.properties

2005-01-29 Thread craigmcc
Author: craigmcc Date: Sat Jan 29 23:48:43 2005 New Revision: 149114 URL: http://svn.apache.org/viewcvs?view=revrev=149114 Log: No build.properties file should actually be checked in. Removed: jakarta/commons/proper/el/trunk/build.properties Deleted: /jakarta/commons/proper/el/trunk

cvs commit: jakarta-commons/chain/src/test/org/apache/commons/chain/impl CatalogFactoryBaseTestCase.java

2004-12-30 Thread craigmcc
craigmcc2004/12/30 18:28:07 Modified:chain/src/java/org/apache/commons/chain CatalogFactory.java chain/src/test/org/apache/commons/chain/impl CatalogFactoryBaseTestCase.java Log: Implement enhanced lookup for commands that takes catalog:command

cvs commit: jakarta-commons/email build.xml

2004-11-27 Thread craigmcc
craigmcc2004/11/27 13:07:11 Modified:emailbuild.xml Log: Hand patch to the Maven generated build.xml file to declare Ant properties for the JavaMail and Java Activation Framework JAR files. This allows us to declare file: URLs pointing to a locally installed copy

cvs commit: jakarta-commons-sandbox/resources build.xml

2004-10-30 Thread craigmcc
craigmcc2004/10/29 23:12:17 Modified:resources build.xml Log: Temporarily exclude the IBatis implementation (and unit tests) so that the build will complete successfully. Ibiblio doesn't have this JAR file (version 1.2.9) in their repository at the moment, which was causing

cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging/impl Log4JCategoryLog.java

2004-10-28 Thread craigmcc
craigmcc2004/10/28 22:37:59 Removed: logging/src/java/org/apache/commons/logging/impl Log4JCategoryLog.java Log: Remove the deprecated Log4JCategoryLog class, now that the trunk of Log4J has finally removed the Category class. In C-L, this has been

cvs commit: jakarta-commons/chain/src/java/org/apache/commons/chain/generic LookupCommand.java

2004-10-22 Thread craigmcc
craigmcc2004/10/22 11:06:47 Modified:chain/src/java/org/apache/commons/chain/generic LookupCommand.java Log: Now that we have CatalogFactory, make LookupCommand leverage it by expecting a Catalog name instead of a Catalog instance. If not specified

cvs commit: jakarta-commons/chain/apps/mailreader/src/resources/chain catalog.xml

2004-10-20 Thread craigmcc
craigmcc2004/10/20 22:14:45 Modified:chain/apps/mailreader/src/resources/chain catalog.xml Log: Adjust the example chain configuration file to reflect the default behavior of expecting a catalog outermost element, which will register the included chains and commands

cvs commit: jakarta-commons/chain/src/java/org/apache/commons/chain/config ConfigCatalogRule.java

2004-10-18 Thread craigmcc
craigmcc2004/10/18 11:47:12 Added: chain/src/java/org/apache/commons/chain/config ConfigCatalogRule.java Log: Add forgotten new class. Revision ChangesPath 1.1 jakarta-commons/chain/src/java/org/apache/commons/chain/config

cvs commit: jakarta-commons/chain/src/test/org/apache/commons/chain/impl CatalogFactoryBaseTestCase.java

2004-10-17 Thread craigmcc
craigmcc2004/10/17 15:39:00 Modified:chain/src/java/org/apache/commons/chain/impl CatalogFactoryBase.java Added: chain/src/test/org/apache/commons/chain/impl CatalogFactoryBaseTestCase.java Log: Add a unit test

cvs commit: jakarta-commons/chain/src/java/org/apache/commons/chain/web ChainResources.java

2004-10-17 Thread craigmcc
craigmcc2004/10/17 18:07:42 Modified:chain/src/java/org/apache/commons/chain CatalogFactory.java chain/src/java/org/apache/commons/chain/config ConfigParser.java ConfigRuleSet.java chain/src/java/org/apache/commons/chain/impl

cvs commit: jakarta-commons/chain/src/test/org/apache/commons/chain/impl CatalogFactoryBaseTestCase.java

2004-10-17 Thread craigmcc
craigmcc2004/10/17 18:09:06 Modified:chain/src/test/org/apache/commons/chain/config ConfigParser2TestCase.java ConfigParserTestCase.java test-config-2.xml test-config.xml chain/src/test/org/apache

cvs commit: jakarta-commons/chain/src/java/org/apache/commons/chain/web/servlet ChainProcessor.java PathInfoMapper.java RequestParameterMapper.java ServletPathMapper.java

2004-10-17 Thread craigmcc
craigmcc2004/10/17 18:48:52 Modified:chain/src/java/org/apache/commons/chain/web ChainListener.java ChainServlet.java chain/src/java/org/apache/commons/chain/web/servlet ChainProcessor.java PathInfoMapper.java

cvs commit: jakarta-commons/chain/src/java/org/apache/commons/chain CatalogFactory.java

2004-10-16 Thread craigmcc
craigmcc2004/10/16 18:23:02 Modified:chain/src/java/org/apache/commons/chain CatalogFactory.java Log: Per discussion on the Commons Developer list, remove the getInstance() method that doesn't really belong here. Also, add a getNames() method to iterate over the names of all

cvs commit: jakarta-commons/chain/src/java/org/apache/commons/chain/web MapEntry.java

2004-10-16 Thread craigmcc
craigmcc2004/10/16 18:53:53 Modified:chain/src/java/org/apache/commons/chain CatalogFactory.java chain/src/java/org/apache/commons/chain/web MapEntry.java Added: chain/src/java/org/apache/commons/chain/impl CatalogFactoryBase.java Log

cvs commit: jakarta-commons-sandbox/pipeline - New directory

2004-10-02 Thread craigmcc
craigmcc2004/10/02 11:57:09 jakarta-commons-sandbox/pipeline - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/pipeline/src - New directory

2004-10-02 Thread craigmcc
craigmcc2004/10/02 11:57:30 jakarta-commons-sandbox/pipeline/src - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/pipeline/src/java/org - New directory

2004-10-02 Thread craigmcc
craigmcc2004/10/02 11:57:37 jakarta-commons-sandbox/pipeline/src/java/org - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/pipeline/src/java - New directory

2004-10-02 Thread craigmcc
craigmcc2004/10/02 11:57:34 jakarta-commons-sandbox/pipeline/src/java - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/pipeline/src/java/org/apache - New directory

2004-10-02 Thread craigmcc
craigmcc2004/10/02 11:57:39 jakarta-commons-sandbox/pipeline/src/java/org/apache - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/pipeline/src/java/org/apache/commons - New directory

2004-10-02 Thread craigmcc
craigmcc2004/10/02 11:57:41 jakarta-commons-sandbox/pipeline/src/java/org/apache/commons - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/pipeline/src/java/org/apache/commons/pipeline - New directory

2004-10-02 Thread craigmcc
craigmcc2004/10/02 11:57:43 jakarta-commons-sandbox/pipeline/src/java/org/apache/commons/pipeline - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/pipeline/src/java/org/apache/commons/pipeline/config - New directory

2004-10-02 Thread craigmcc
craigmcc2004/10/02 11:58:11 jakarta-commons-sandbox/pipeline/src/java/org/apache/commons/pipeline/config - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/pipeline/src/java/org/apache/commons/pipeline/impl - New directory

2004-10-02 Thread craigmcc
craigmcc2004/10/02 11:58:11 jakarta-commons-sandbox/pipeline/src/java/org/apache/commons/pipeline/impl - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/chain/src/java/org/apache/commons/chain CatalogFactory.java

2004-10-02 Thread craigmcc
craigmcc2004/10/02 12:20:55 Added: chain/src/java/org/apache/commons/chain CatalogFactory.java Log: Commit the proposed CatalogFactory interface, from Sean Schofield. This is primarily for discussion at this point; I'm not (quite) ready to consider it to be part of the final

cvs commit: jakarta-commons-sandbox/workflow/src/java/org/apache/commons/workflow/web ActivityServlet.java

2004-07-27 Thread craigmcc
craigmcc2004/07/27 20:49:24 Modified:workflow/src/java/org/apache/commons/workflow/base BaseContext.java BaseStep.java workflow/src/java/org/apache/commons/workflow/core ConstructStep.java InvokeStep.java

cvs commit: jakarta-commons/chain/src/test/org/apache/commons/chain/config ConfigParserTestCase.java

2004-07-16 Thread craigmcc
craigmcc2004/07/16 10:53:40 Modified:chain/src/test/org/apache/commons/chain/config ConfigParserTestCase.java Log: Reformat to restore indentation. No functional changes. Revision ChangesPath 1.7 +96 -96 jakarta-commons/chain/src/test

cvs commit: jakarta-commons/chain/src/test/org/apache/commons/chain/config ConfigParser2TestCase.java test-config-2.xml

2004-07-16 Thread craigmcc
craigmcc2004/07/16 12:06:01 Modified:chain/src/java/org/apache/commons/chain/config ConfigRuleSet.java Added: chain/src/java/org/apache/commons/chain/config ConfigDefineRule.java chain/src/test/org/apache/commons

cvs commit: jakarta-commons-sandbox/email build.xml

2004-07-09 Thread craigmcc
craigmcc2004/07/09 19:05:21 Modified:emailbuild.xml Log: Add javamail.jar and jaf.jar to the classpath for javadoc as well as compile. Revision ChangesPath 1.7 +4 -1 jakarta-commons-sandbox/email/build.xml Index: build.xml

cvs commit: jakarta-commons-sandbox/resources build.xml

2004-07-08 Thread craigmcc
craigmcc2004/07/08 09:54:49 Modified:resources build.xml Log: Manually correct the build.xml file generated by Maven 1.0-rc4 that puts absolute paths into several of the property settings. Apparently, this has been fixed in more recent versions of the Ant plugin to Maven

cvs commit: jakarta-commons/chain/src/java/org/apache/commons/chain/config ConfigRuleSet.java

2004-07-08 Thread craigmcc
craigmcc2004/07/08 17:03:25 Modified:chain/src/java/org/apache/commons/chain/config ConfigRuleSet.java Log: Allow a global default to be set for the o.a.c.c.Chain implementation class to be used when instantiating a new chain. Submitted by: Manfred

cvs commit: jakarta-commons/modeler build.xml

2004-07-05 Thread craigmcc
craigmcc2004/07/05 13:35:40 Modified:modeler build.xml Log: Make order of property initialization consistent with other projects. Revision ChangesPath 1.22 +3 -3 jakarta-commons/modeler/build.xml Index: build.xml

cvs commit: jakarta-commons/modeler build.xml

2004-07-05 Thread craigmcc
craigmcc2004/07/05 13:45:44 Modified:modeler build.xml Log: Better fix to avoid problems even if commons-modeler.jar is defined already. Revision ChangesPath 1.23 +2 -2 jakarta-commons/modeler/build.xml Index: build.xml

cvs commit: jakarta-commons/el build.xml

2004-07-05 Thread craigmcc
craigmcc2004/07/05 14:01:14 Modified:el build.xml Log: Avoid problems if commons-el.jar is predefined, and use canonical property name commons-logging.jar for consistency. Revision ChangesPath 1.11 +6 -7 jakarta-commons/el/build.xml Index

cvs commit: jakarta-commons-sandbox/resources build.xml

2004-07-05 Thread craigmcc
craigmcc2004/07/05 14:46:17 Modified:resources build.xml Log: Re-generate build.xml (using Maven 1.0-rc4) to pick up the Hibernate dependency. Revision ChangesPath 1.23 +48 -14jakarta-commons-sandbox/resources/build.xml Index: build.xml

cvs commit: jakarta-commons/digester/src/examples/rss - New directory

2004-05-01 Thread craigmcc
craigmcc2004/05/01 13:33:47 jakarta-commons/digester/src/examples/rss - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/digester/src/examples/rss/src - New directory

2004-05-01 Thread craigmcc
craigmcc2004/05/01 13:34:13 jakarta-commons/digester/src/examples/rss/src - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/digester/src/examples/rss/src/java/org/apache - New directory

2004-05-01 Thread craigmcc
craigmcc2004/05/01 13:34:35 jakarta-commons/digester/src/examples/rss/src/java/org/apache - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/digester/src/examples/rss/src/java/org/apache/commons - New directory

2004-05-01 Thread craigmcc
craigmcc2004/05/01 13:34:41 jakarta-commons/digester/src/examples/rss/src/java/org/apache/commons - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/digester/src/examples/rss/src/java/org/apache/commons/digester - New directory

2004-05-01 Thread craigmcc
craigmcc2004/05/01 13:34:46 jakarta-commons/digester/src/examples/rss/src/java/org/apache/commons/digester - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/digester/src/examples/rss/src/java/org/apache/commons/digester/rss - New directory

2004-05-01 Thread craigmcc
craigmcc2004/05/01 13:34:51 jakarta-commons/digester/src/examples/rss/src/java/org/apache/commons/digester/rss - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester/rss Channel.java Image.java Item.java RSSDigester.java TextInput.java package.html rss-0.9.dtd rss-0.91.dtd rss-example.xml

2004-05-01 Thread craigmcc
craigmcc2004/05/01 13:42:59 Modified:digester build.xml Removed: digester/src/java/org/apache/commons/digester/rss Channel.java Image.java Item.java RSSDigester.java TextInput.java package.html rss-0.9.dtd rss

cvs commit: jakarta-commons/digester RELEASE-NOTES.txt

2004-05-01 Thread craigmcc
craigmcc2004/05/01 13:49:56 Modified:digester RELEASE-NOTES.txt Log: Update release notes to reflect migration of the RSS example. Revision ChangesPath 1.13 +18 -2 jakarta-commons/digester/RELEASE-NOTES.txt Index: RELEASE-NOTES.txt

cvs commit: jakarta-commons-sandbox/chain/apps/mailreader build.xml

2004-04-10 Thread craigmcc
craigmcc2004/04/10 14:23:06 Modified:chain/apps/mailreader build.xml Log: Tweak build.xml to allow property substitution of the Maven executable to actually work on a Unix system. Revision ChangesPath 1.3 +1 -1 jakarta-commons-sandbox/chain/apps/mailreader

cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging/impl LogFactoryImpl.java

2004-03-06 Thread craigmcc
craigmcc2004/03/06 13:25:36 Modified:logging RELEASE-NOTES.txt logging/src/java/org/apache/commons/logging/impl LogFactoryImpl.java Log: If an InvocationTargetException is thrown during the construction of a new Log instance, unwrap it so

cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging/impl LogFactoryImpl.java

2004-03-06 Thread craigmcc
craigmcc2004/03/06 13:52:59 Modified:logging/src/java/org/apache/commons/logging/impl LogFactoryImpl.java Log: Enhance the error message produced when the isAssignableFrom() check in getLogConstructor() fails. If it is due to the fact that o.a.c.l.Log

cvs commit: jakarta-commons/logging/src/conf MANIFEST.MF

2004-03-06 Thread craigmcc
craigmcc2004/03/06 14:20:54 Modified:logging RELEASE-NOTES.txt build.xml logging/src/conf MANIFEST.MF Log: Tweak the release notes to include the last enhancement. Update version number to 1.0.4 in both build.xml and MANIFEST.MF (in the original Ant based

cvs commit: jakarta-commons/logging/xdocs guide.xml index.xml navigation.xml proposal.xml

2004-02-28 Thread craigmcc
craigmcc2004/02/28 14:10:54 Modified:logging LICENSE.txt PROPOSAL.html RELEASE-NOTES.txt STATUS.html build.properties.sample build.xml checkstyle.xml maven.xml project.properties project.xml usersguide.html

cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging/impl LogFactoryImpl.java

2004-02-28 Thread craigmcc
craigmcc2004/02/28 14:16:16 Modified:logging/src/java/org/apache/commons/logging/impl LogFactoryImpl.java Log: Clean up a Javadoc generation warning. Revision ChangesPath 1.31 +5 -4 jakarta-commons/logging/src/java/org/apache/commons

cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging/impl NoOpLog.java

2004-02-28 Thread craigmcc
craigmcc2004/02/28 15:05:01 Modified:logging/src/java/org/apache/commons/logging/impl NoOpLog.java Log: Make this implementation Serializable as well. Revision ChangesPath 1.7 +3 -2 jakarta-commons/logging/src/java/org/apache/commons

cvs commit: jakarta-commons/logging/xdocs guide.xml proposal.xml

2004-02-28 Thread craigmcc
craigmcc2004/02/28 15:20:57 Modified:logging PROPOSAL.html RELEASE-NOTES.txt STATUS.html usersguide.html logging/xdocs guide.xml proposal.xml Log: Update release notes for all the changes (so far) to be included in a commons-logging 1.0.4

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester/xmlrules DigesterRuleParser.java

2004-02-14 Thread craigmcc
craigmcc2004/02/14 17:02:14 Modified:digester PROPOSAL.html STATUS.html build.properties.sample build.xml digester/src/java/org/apache/commons/digester CallParamRule.java Digester.java

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester/xmlrules digester-rules.dtd package.html

2004-02-14 Thread craigmcc
craigmcc2004/02/14 17:16:51 Modified:digester/src/java/org/apache/commons/digester/xmlrules digester-rules.dtd package.html Log: Update the documentation to describe the appropriate DOCTYPE declaration for the digester-rules.dtd resource. PR: Bugzilla

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester/xmlrules DigesterRuleParser.java digester-rules.dtd

2004-02-14 Thread craigmcc
craigmcc2004/02/14 17:25:34 Modified:digester/src/java/org/apache/commons/digester/xmlrules DigesterRuleParser.java digester-rules.dtd Log: Add support for SetRootRule in the xmlrules package. Thanks for the patches! PR: Bugzilla #24613 Submitted

cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils RowSetDynaClass.java

2004-02-14 Thread craigmcc
craigmcc2004/02/14 18:00:32 Modified:beanutils/src/java/org/apache/commons/beanutils RowSetDynaClass.java Log: Make it possible for RowSetDynaClass subclasses to easily use a different implementation of DynaBean for the beans returned by copy(). PR

cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils ResultSetDynaClass.java

2004-02-14 Thread craigmcc
craigmcc2004/02/14 18:07:12 Modified:beanutils/src/java/org/apache/commons/beanutils ResultSetDynaClass.java Log: Eliminate variable declarations that duplicate variabes declared in the base class (JDBCDynaClass). Among other things, this causes any value

cvs commit: jakarta-commons/beanutils/src/test/org/apache/commons/beanutils BeanUtilsTestCase.java DynaBeanUtilsTestCase.java

2004-02-14 Thread craigmcc
craigmcc2004/02/14 20:28:19 Modified:beanutils/src/test/org/apache/commons/beanutils BeanUtilsTestCase.java DynaBeanUtilsTestCase.java Log: Add some additional tests for null property values. Revision ChangesPath 1.28 +33 -4 jakarta

cvs commit: jakarta-commons-sandbox/chain/src/java/org/apache/commons/chain/web ChainResources.java

2003-11-08 Thread craigmcc
craigmcc2003/11/08 17:51:51 Modified:chain/src/java/org/apache/commons/chain/web ChainResources.java Log: Deal correctly with null passed in as the resources parameter value (which the Javadocs say is perfectly legal). Submitted by: Jeff Caddel

cvs commit: jakarta-commons-sandbox/chain/src/java/org/apache/commons/chain/web/servlet ChainProcessor.java

2003-11-08 Thread craigmcc
craigmcc2003/11/08 17:57:21 Modified:chain/src/java/org/apache/commons/chain/config ConfigRuleSet.java chain/src/java/org/apache/commons/chain/generic LookupCommand.java chain/src/java/org/apache/commons/chain

cvs commit: jakarta-commons-sandbox/chain/src/java/org/apache/commons/chain/web/servlet ChainProcessor.java

2003-10-09 Thread craigmcc
craigmcc2003/10/09 20:55:51 Added: chain/src/java/org/apache/commons/chain/web/servlet ChainProcessor.java Log: Add a simple servlet that lets you dispatch incoming requests to an appropriate chain. Three sample mapping commands (by path info

cvs commit: jakarta-commons-sandbox/chain/src/java/org/apache/commons/chain/web ChainResources.java ChainListener.java ChainServlet.java ChainListener2.java

2003-10-04 Thread craigmcc
craigmcc2003/10/04 15:54:10 Modified:chainbuild.xml chain/src/java/org/apache/commons/chain/web ChainListener.java ChainServlet.java Added: chain/src/java/org/apache/commons/chain/web ChainResources.java

cvs commit: jakarta-commons-sandbox/chain/src/java/org/apache/commons/chain/web/servlet PathInfoMapper.java RequestParameterMapper.java ServletPathMapper.java

2003-10-04 Thread craigmcc
craigmcc2003/10/04 20:02:34 Modified:chain/src/java/org/apache/commons/chain/web ChainServlet.java Added: chain/src/java/org/apache/commons/chain/web/servlet PathInfoMapper.java RequestParameterMapper.java

cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging/impl Jdk13LumberjackLogger.java Jdk14Logger.java Log4JLogger.java LogKitLogger.java NoOpLog.java

2003-10-02 Thread craigmcc
craigmcc2003/10/02 09:17:57 Modified:logging/src/java/org/apache/commons/logging/impl Jdk13LumberjackLogger.java Jdk14Logger.java Log4JLogger.java LogKitLogger.java NoOpLog.java Log: Remove final declaration on the Log implementations

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester/xmlrules DigesterRuleParser.java

2003-09-30 Thread craigmcc
craigmcc2003/09/30 09:20:55 Modified:digester/src/java/org/apache/commons/digester/xmlrules DigesterRuleParser.java Log: Correct class loader lookup when loading resources in includeXMLRules() to use the Thread context class loader (if it exists

cvs commit: jakarta-commons-sandbox/chain/src/java/org/apache/commons/chain/impl ContextBaseAttributes.java

2003-09-29 Thread craigmcc
craigmcc2003/09/28 23:03:57 Removed: chain/src/java/org/apache/commons/chain/impl ContextBaseAttributes.java Log: Forgot to delete a class that is now obsolete due to the has-a - is-a transition for Context

cvs commit: jakarta-commons-sandbox/chain/src/java/org/apache/commons/chain/impl ContextBase2.java ContextBaseAttributes.java ContextMap2.java

2003-09-27 Thread craigmcc
craigmcc2003/09/27 11:15:12 Modified:chain/src/java/org/apache/commons/chain/impl ContextBase2.java ContextBaseAttributes.java ContextMap2.java Log: Rearrange warning notes to avoid whines from Javadoc under JDK 1.4.2. Cosmetics only

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester package.html

2003-08-30 Thread craigmcc
craigmcc2003/08/30 11:18:01 Modified:digester/src/java/org/apache/commons/digester package.html Log: Added a simple example that leverages the fact that Digester.parse() always returns the first object ever pushed on to the stack. PR: Bugzilla #22676 Submitted By: Howard

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester package.html

2003-08-30 Thread craigmcc
craigmcc2003/08/30 11:31:52 Modified:digester/src/java/org/apache/commons/digester package.html Log: Remove documentation of the deprecated debug property, which is no longer supported. Add a simple example of configuring commons-logging in conjunction with Digester

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester SetPropertiesRule.java

2003-08-16 Thread craigmcc
craigmcc2003/08/16 11:02:56 Modified:digester/src/java/org/apache/commons/digester SetPropertiesRule.java Log: Avoid an NPE when debugging is enabled and there is no top object on the Digester stack. PR: Bugzilla #22131 Reported By: r1akhil

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester/xmlrules DigesterRuleParser.java FromXmlRuleSet.java

2003-08-16 Thread craigmcc
craigmcc2003/08/16 11:18:26 Modified:digester/src/java/org/apache/commons/digester FactoryCreateRule.java SetPropertiesRule.java SetPropertyRule.java digester/src/java/org/apache/commons/digester/rss

cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging/impl AvalonLogger.java SimpleLog.java

2003-08-16 Thread craigmcc
craigmcc2003/08/16 11:21:50 Modified:logging/src/java/org/apache/commons/logging/impl AvalonLogger.java SimpleLog.java Log: Cosmetic changes only - clean up JDK 1.4.2 javadoc generation warnings. Revision ChangesPath 1.3 +5 -5 jakarta

cvs commit: jakarta-commons/logging/src/test/org/apache/commons/logging/simple - New directory

2003-08-16 Thread craigmcc
craigmcc2003/08/16 14:24:39 jakarta-commons/logging/src/test/org/apache/commons/logging/simple - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/logging/src/test/org/apache/commons/logging/simple CustomConfigTestCase.java DecoratedSimpleLog.java DefaultConfigTestCase.java LogRecord.java

2003-08-16 Thread craigmcc
craigmcc2003/08/16 14:25:54 Modified:logging build.xml logging/src/java/org/apache/commons/logging/impl SimpleLog.java Added: logging/src/test/org/apache/commons/logging/simple CustomConfigTestCase.java

cvs commit: jakarta-commons/logging/src/test/org/apache/commons/logging/log4j CustomConfigTestCase.java DefaultConfigTestCase.java

2003-08-16 Thread craigmcc
craigmcc2003/08/16 14:58:59 Modified:logging/src/java/org/apache/commons/logging/impl AvalonLogger.java Jdk14Logger.java Log4JLogger.java LogKitLogger.java logging/src/test/org/apache/commons/logging/jdk14

cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging/impl Jdk13LumberjackLogger.java LogFactoryImpl.java

2003-08-16 Thread craigmcc
craigmcc2003/08/16 15:35:16 Modified:logging build.xml logging/src/java/org/apache/commons/logging/impl LogFactoryImpl.java Added: logging/src/java/org/apache/commons/logging/impl Jdk13LumberjackLogger.java Log

cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/locale/converters DoubleLocaleConverter.java

2003-08-16 Thread craigmcc
craigmcc2003/08/16 15:44:11 Modified:beanutils/src/java/org/apache/commons/beanutils/locale/converters DoubleLocaleConverter.java Log: Make sure that DoubleLocaleConverter always returns a Double, even when converting a String that contains only an integer

cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging package.html

2003-08-16 Thread craigmcc
craigmcc2003/08/16 16:46:31 Modified:logging/src/java/org/apache/commons/logging package.html Log: Correct a usage example in the Package Description javadocs. PR: Bugzilla #18889 Submitted By: Thai Ha (thaiha at psv.com.vn) Revision ChangesPath 1.11 +1 -1

cvs commit: jakarta-commons-sandbox/chain - Imported sources

2003-08-14 Thread craigmcc
craigmcc2003/08/10 21:44:19 Log: Initial check-in of a Commons sandbox package that implements the GoF Chain of Responsibility pattern, but with a couple of twists. This package is designed to deal with scenarios where you want to script the execution of application business logic

cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils PropertyUtilsBean.java

2003-08-02 Thread craigmcc
craigmcc2003/08/02 17:43:52 Modified:beanutils/src/java/org/apache/commons/beanutils PropertyUtilsBean.java Log: Trivially simple optimization for PropertyUtils.copyProperties() -- remove spurious execution of methods through the static accessor method

cvs commit: jakarta-commons/modeler/src/java/org/apache/commons/modeler/util IntrospectionUtils.java

2003-07-20 Thread craigmcc
craigmcc2003/07/20 21:43:17 Modified:modeler/src/java/org/apache/commons/modeler BaseModelMBean.java modeler/src/java/org/apache/commons/modeler/modules MbeansSource.java ModelerSource.java modeler/src/java

cvs commit: jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources/impl CollectionResourcesBase.java PropertyResources.java PropertyResourcesFactory.java ResourceBundleResources.java ResourceBundleResourcesFactory.java WebappPropertyResources.java WebappPropertyResourcesFactory.java WebappXMLResources.java WebappXMLResourcesFactory.java XMLResources.java XMLResourcesFactory.java

2003-07-20 Thread craigmcc
craigmcc2003/07/20 21:57:22 Modified:resources/src/java/org/apache/commons/resources/impl CollectionResourcesBase.java PropertyResources.java PropertyResourcesFactory.java ResourceBundleResources.java

cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging/impl SimpleLog.java

2003-07-15 Thread craigmcc
craigmcc2003/07/15 08:47:38 Modified:logging/src/java/org/apache/commons/logging/impl SimpleLog.java Log: Make SimpleLog more friendly to the security manager in an applet environment, by swallowing any security exceptions when looking up system

cvs commit: jakarta-commons/beanutils/src/test/org/apache/commons/beanutils PropertyUtilsTestCase.java TestBean.java

2003-07-03 Thread craigmcc
craigmcc2003/07/03 12:10:27 Modified:beanutils/src/test/org/apache/commons/beanutils PropertyUtilsTestCase.java TestBean.java Log: Add a unit test to verify the current JDK introspection of a bean with the following method signatures: public boolean

cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging/impl Log4JCategoryLog.java Log4JLogger.java

2003-04-01 Thread craigmcc
craigmcc2003/04/01 17:29:39 Modified:logging/src/java/org/apache/commons/logging/impl Log4JCategoryLog.java Log4JLogger.java Log: Remove attempt to configure the root logger if it has not been done so. * Out of scope for commons-logging, which promises

cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging/impl Log4jFactory.java LogFactoryImpl.java

2003-04-01 Thread craigmcc
craigmcc2003/04/01 17:53:04 Modified:logging/src/java/org/apache/commons/logging/impl Log4jFactory.java LogFactoryImpl.java Log: Per discussion on COMMONS-DEV and bug reports 17561 and 17894, deprecate the proxy log factory class o.a.c.l.impl.Log4jFactory

cvs commit: jakarta-commons/combo build.xml

2003-03-31 Thread craigmcc
craigmcc2003/03/31 15:09:41 Modified:combobuild.xml Log: Update betwixt tag to BETWIXT_1_0_ALPHA_1. Revision ChangesPath 1.7 +2 -2 jakarta-commons/combo/build.xml Index: build.xml

cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging/impl Jdk14Logger.java

2003-03-30 Thread craigmcc
craigmcc2003/03/30 16:27:08 Modified:logging/src/java/org/apache/commons/logging/impl Jdk14Logger.java Log: If we are not going to log the message anyway, do not waste the effort to create a Throwable and figure out the calling class and method stuff

cvs commit: jakarta-commons/logging build.xml

2003-03-30 Thread craigmcc
craigmcc2003/03/30 16:38:22 Modified:logging build.xml Log: Copy LICENSE.txt file into distribution, and make sure it is included in the JAR files, without going to the directory above the top-level directory. This will make it easier to build commons-logging from source

cvs commit: jakarta-commons/digester build.xml

2003-03-30 Thread craigmcc
craigmcc2003/03/30 16:41:14 Modified:digester build.xml Log: Copy LICENSE.txt file we already have, instead of going to our parent directory. This makes building from source distros easier. PR: 18455 Submitted by: J.Pietschmann j3322ptm at yahoo.de Revision Changes

cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging/impl LogFactoryImpl.java

2003-03-29 Thread craigmcc
craigmcc2003/03/29 10:31:17 Modified:logging/src/java/org/apache/commons/logging/impl LogFactoryImpl.java Log: Clean up JavaDoc warning on JDK 1.4. Revision ChangesPath 1.23 +5 -5 jakarta-commons/logging/src/java/org/apache/commons

  1   2   3   >