svn commit: r820426 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration2/TestDatabaseConfiguration.java

2009-09-30 Thread oheger
Author: oheger Date: Wed Sep 30 19:58:54 2009 New Revision: 820426 URL: http://svn.apache.org/viewvc?rev=820426view=rev Log: [CONFIGURATION-398] Added a unit test for DatabaseConfiguration.setProperty() with a list of properties. Modified: commons/proper/configuration/branches

svn commit: r820435 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/ main/java/org/apache/commons/configuration2/fs/ main/java/

2009-09-30 Thread oheger
Author: oheger Date: Wed Sep 30 20:32:13 2009 New Revision: 820435 URL: http://svn.apache.org/viewvc?rev=820435view=rev Log: Moved FileSystem classes into a new package in order to integrate them with the ConfigurationSource classes. Added: commons/proper/configuration/branches

svn commit: r820541 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/base/ test/java/org/apache/commons/configuration2/base/

2009-10-01 Thread oheger
Author: oheger Date: Thu Oct 1 06:02:48 2009 New Revision: 820541 URL: http://svn.apache.org/viewvc?rev=820541view=rev Log: Renamed ConfigurationSource to FlatConfigurationSource. Added: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons

svn commit: r820543 - in /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/base: ConfigurationSource.java FlatConfigurationSource.java

2009-10-01 Thread oheger
Author: oheger Date: Thu Oct 1 06:20:28 2009 New Revision: 820543 URL: http://svn.apache.org/viewvc?rev=820543view=rev Log: Extracted a common base interface from the configuration source implementations. Added: commons/proper/configuration/branches/configuration2_experimental/src/main

svn commit: r821160 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/base/ test/java/org/apache/commons/configuration2/base/

2009-10-02 Thread oheger
Author: oheger Date: Fri Oct 2 20:25:58 2009 New Revision: 821160 URL: http://svn.apache.org/viewvc?rev=821160view=rev Log: Added support for capabilities to the ConfigurationSource interface. Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org

svn commit: r821336 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/base/Capability.java test/java/org/apache/commons/configura

2009-10-03 Thread oheger
Author: oheger Date: Sat Oct 3 15:12:02 2009 New Revision: 821336 URL: http://svn.apache.org/viewvc?rev=821336view=rev Log: Added new Capability class. Added: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/base

svn commit: r821590 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/base/Capabilities.java test/java/org/apache/commons/configu

2009-10-04 Thread oheger
Author: oheger Date: Sun Oct 4 19:38:02 2009 New Revision: 821590 URL: http://svn.apache.org/viewvc?rev=821590view=rev Log: Added new Capabilities class for managing the capabilities supported by a ConfigurationSource. Added: commons/proper/configuration/branches

svn commit: r821995 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/base/Capabilities.java test/java/org/apache/commons/configu

2009-10-05 Thread oheger
Author: oheger Date: Mon Oct 5 20:31:28 2009 New Revision: 821995 URL: http://svn.apache.org/viewvc?rev=821995view=rev Log: Capabilities now also work with interfaces inherited from super classes. Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org

svn commit: r821996 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/base/ test/java/org/apache/commons/configuration2/base/

2009-10-05 Thread oheger
Author: oheger Date: Mon Oct 5 20:32:07 2009 New Revision: 821996 URL: http://svn.apache.org/viewvc?rev=821996view=rev Log: Added a new abstract base class for ConfigurationSource implementations. Added: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org

svn commit: r822430 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/base/InMemoryConfigurationSource.java

2009-10-06 Thread oheger
Author: oheger Date: Tue Oct 6 18:58:47 2009 New Revision: 822430 URL: http://svn.apache.org/viewvc?rev=822430view=rev Log: InMemoryConfigurationSource now extends AbstractConfigurationSource. Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org

svn commit: r822439 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/fs/Locator.java

2009-10-06 Thread oheger
Author: oheger Date: Tue Oct 6 19:16:12 2009 New Revision: 822439 URL: http://svn.apache.org/viewvc?rev=822439view=rev Log: Added Locator interface. Added: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/fs/Locator.java

svn commit: r823865 - /commons/proper/configuration/branches/configuration2_experimental/pom.xml

2009-10-10 Thread oheger
Author: oheger Date: Sat Oct 10 15:09:36 2009 New Revision: 823865 URL: http://svn.apache.org/viewvc?rev=823865view=rev Log: Switched to JUnit 4.7. Also increased the memory usage for the surefire plug-in (to fix an OutOfMemory error). Modified: commons/proper/configuration/branches

svn commit: r823866 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/fs/URLLocator.java test/java/org/apache/commons/configurati

2009-10-10 Thread oheger
Author: oheger Date: Sat Oct 10 15:10:38 2009 New Revision: 823866 URL: http://svn.apache.org/viewvc?rev=823866view=rev Log: Added URLLocator class as a straightforward Locator implementation. Added: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache

svn commit: r823876 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/base/StreamBasedSource.java

2009-10-10 Thread oheger
Author: oheger Date: Sat Oct 10 16:01:51 2009 New Revision: 823876 URL: http://svn.apache.org/viewvc?rev=823876view=rev Log: StreamBasedSource can also throw IOExceptions. Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons

svn commit: r824486 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/base/DefaultLocatorSupport.java test/java/org/apache/common

2009-10-12 Thread oheger
Author: oheger Date: Mon Oct 12 20:35:07 2009 New Revision: 824486 URL: http://svn.apache.org/viewvc?rev=824486view=rev Log: Added a default implementation for the LocatorSupport interface. Added: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache

svn commit: r828169 - /commons/proper/configuration/branches/configuration2_experimental/pom.xml

2009-10-21 Thread oheger
Author: oheger Date: Wed Oct 21 20:05:10 2009 New Revision: 828169 URL: http://svn.apache.org/viewvc?rev=828169view=rev Log: Updated to new version of commons-parent. Modified: commons/proper/configuration/branches/configuration2_experimental/pom.xml Modified: commons/proper/configuration

svn commit: r829384 [2/2] - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/ main/java/org/apache/commons/configuration2/combined

2009-10-24 Thread oheger
Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration2/TestWebdavConfigurationBuilder.java URL:

svn commit: r829639 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/flat/ test/java/org/apache/commons/configuration2/flat/

2009-10-25 Thread oheger
Author: oheger Date: Sun Oct 25 20:33:22 2009 New Revision: 829639 URL: http://svn.apache.org/viewvc?rev=829639view=rev Log: AbstractFlatConfiguration now sets an expression engine per default that does not use the dot as property delimiter. This makes it more compatible with property keys

svn commit: r829654 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/flat/ test/java/org/apache/commons/configuration2/flat/

2009-10-25 Thread oheger
Author: oheger Date: Sun Oct 25 21:18:52 2009 New Revision: 829654 URL: http://svn.apache.org/viewvc?rev=829654view=rev Log: Moved internal update flag from FlagNodeHandler to FlatRootNode. Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache

svn commit: r829954 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/flat/FlatNodeHandler.java test/java/org/apache/commons/conf

2009-10-26 Thread oheger
Author: oheger Date: Mon Oct 26 21:00:05 2009 New Revision: 829954 URL: http://svn.apache.org/viewvc?rev=829954view=rev Log: Some more tests for FlatNodeHandler. Made FlatNodeHandler stateless. Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org

svn commit: r830322 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/base/ test/java/org/apache/commons/configuration2/base/

2009-10-27 Thread oheger
Author: oheger Date: Tue Oct 27 20:05:06 2009 New Revision: 830322 URL: http://svn.apache.org/viewvc?rev=830322view=rev Log: Ported changes from the flat package to the flat node classes in base: the configuration source is now stored in the flat root node rather than in the node handler

svn commit: r830325 - in /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration2/base: TestFlatNodeHandler.java TestFlatNodeSourceAdapter.jav

2009-10-27 Thread oheger
Author: oheger Date: Tue Oct 27 20:13:08 2009 New Revision: 830325 URL: http://svn.apache.org/viewvc?rev=830325view=rev Log: Switched some tests to JUnit 4 style. Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration2/base

svn commit: r830349 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/base/ test/java/org/apache/commons/configuration2/base/

2009-10-27 Thread oheger
Author: oheger Date: Tue Oct 27 21:31:21 2009 New Revision: 830349 URL: http://svn.apache.org/viewvc?rev=830349view=rev Log: Ported changes from the flat package to the flat node classes in base: the internal update flag was moved from the node handler to the flat root node. Modified

svn commit: r831586 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/concurrent/BackgroundInitializer.java test/org/apache/commons/lang/concurrent/BackgroundInitializerTest.java

2009-10-31 Thread oheger
Author: oheger Date: Sat Oct 31 19:48:52 2009 New Revision: 831586 URL: http://svn.apache.org/viewvc?rev=831586view=rev Log: [LANG-501] Added BackgroundInitializer class with JUnit tests. Added: commons/proper/lang/trunk/src/java/org/apache/commons/lang/concurrent/BackgroundInitializer.java

svn commit: r831587 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/concurrent/MultiBackgroundInitializer.java test/org/apache/commons/lang/concurrent/MultiBackgroundInitializerTest.

2009-10-31 Thread oheger
Author: oheger Date: Sat Oct 31 19:52:58 2009 New Revision: 831587 URL: http://svn.apache.org/viewvc?rev=831587view=rev Log: [LANG-501] Added MultiBackgroundInitializer class with JUnit tests. Added: commons/proper/lang/trunk/src/java/org/apache/commons/lang/concurrent

svn commit: r831803 - in /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2: AbstractHierarchicalConfiguration.java expr/NodeVisitorAdap

2009-11-01 Thread oheger
Author: oheger Date: Mon Nov 2 06:41:11 2009 New Revision: 831803 URL: http://svn.apache.org/viewvc?rev=831803view=rev Log: Moved default implementation of visitor mechanism to NodeVisitorAdapter so that it can be better reused. Modified: commons/proper/configuration/branches

svn commit: r833705 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/base/ main/java/org/apache/commons/configuration2/base/impl

2009-11-07 Thread oheger
Author: oheger Date: Sat Nov 7 16:10:40 2009 New Revision: 833705 URL: http://svn.apache.org/viewvc?rev=833705view=rev Log: Added a copy constructor to XMLConfigurationSource. Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons

svn commit: r833709 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/concurrent/ConcurrentUtils.java test/org/apache/commons/lang/concurrent/ConcurrentUtilsTest.java

2009-11-07 Thread oheger
Author: oheger Date: Sat Nov 7 16:37:05 2009 New Revision: 833709 URL: http://svn.apache.org/viewvc?rev=833709view=rev Log: [LANG-545] Added ability to create a ConstantFuture object. Thanks to Stephen Colebourne for the patch. Modified: commons/proper/lang/trunk/src/java/org/apache

svn commit: r833896 - in /commons/proper/configuration/trunk/src: java/org/apache/commons/configuration/interpol/EnvironmentLookup.java test/org/apache/commons/configuration/interpol/TestEnvironmentLo

2009-11-08 Thread oheger
Author: oheger Date: Sun Nov 8 17:38:19 2009 New Revision: 833896 URL: http://svn.apache.org/viewvc?rev=833896view=rev Log: [CONFIGURATION-399] Added EnvironmentLookup class. Added: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/interpol/EnvironmentLookup.java

svn commit: r833923 - in /commons/proper/configuration/trunk/src: java/org/apache/commons/configuration/interpol/ConfigurationInterpolator.java test/org/apache/commons/configuration/TestAbstractConfig

2009-11-08 Thread oheger
Author: oheger Date: Sun Nov 8 20:53:52 2009 New Revision: 833923 URL: http://svn.apache.org/viewvc?rev=833923view=rev Log: [CONFIGURATION-399] Integrated EnvironmentLookup into the default interpolation mechanism. Modified: commons/proper/configuration/trunk/src/java/org/apache/commons

svn commit: r833925 - in /commons/proper/configuration/trunk/xdocs: changes.xml userguide/howto_basicfeatures.xml

2009-11-08 Thread oheger
Author: oheger Date: Sun Nov 8 20:57:49 2009 New Revision: 833925 URL: http://svn.apache.org/viewvc?rev=833925view=rev Log: [CONFIGURATION-399] Updated user guide and changes report. Modified: commons/proper/configuration/trunk/xdocs/changes.xml commons/proper/configuration/trunk/xdocs

svn commit: r833927 - in /commons/proper/configuration/branches/configuration2_experimental: src/main/java/org/apache/commons/configuration2/interpol/ src/test/java/org/apache/commons/configuration2/

2009-11-08 Thread oheger
Author: oheger Date: Sun Nov 8 21:12:52 2009 New Revision: 833927 URL: http://svn.apache.org/viewvc?rev=833927view=rev Log: [CONFIGURATION-399] Ported changes to configuration2 branch. Added: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons

svn commit: r883100 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/concurrent/CallableBackgroundInitializer.java test/org/apache/commons/lang/concurrent/CallableBackgroundInitialize

2009-11-22 Thread oheger
Author: oheger Date: Sun Nov 22 16:57:39 2009 New Revision: 883100 URL: http://svn.apache.org/viewvc?rev=883100view=rev Log: [LANG-501] Added CallableBackgroundInitializer class with unit tests. Added: commons/proper/lang/trunk/src/java/org/apache/commons/lang/concurrent

svn commit: r883101 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/concurrent/CallableBackgroundInitializer.java

2009-11-22 Thread oheger
Author: oheger Date: Sun Nov 22 17:03:10 2009 New Revision: 883101 URL: http://svn.apache.org/viewvc?rev=883101view=rev Log: [LANG-501] There was a problem with inconsistent line endings in the last commit, so the svn:eol-style property was not set. Fixing now. Modified: commons/proper

svn commit: r892971 - in /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2: MultiFileHierarchicalConfiguration.java combined/DynamicCom

2009-12-21 Thread oheger
Author: oheger Date: Mon Dec 21 20:41:16 2009 New Revision: 892971 URL: http://svn.apache.org/viewvc?rev=892971view=rev Log: Added missing svn properties and @Override annotations. Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons

svn commit: r895216 - /commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestMultiFileHierarchicalConfiguration.java

2010-01-02 Thread oheger
Author: oheger Date: Sat Jan 2 16:10:32 2010 New Revision: 895216 URL: http://svn.apache.org/viewvc?rev=895216view=rev Log: System.clearProperty() is JDK 1.5-specific. Modified: commons/proper/configuration/trunk/src/test/org/apache/commons/configuration

svn commit: r895218 - /commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestDynamicCombinedConfiguration.java

2010-01-02 Thread oheger
Author: oheger Date: Sat Jan 2 16:16:01 2010 New Revision: 895218 URL: http://svn.apache.org/viewvc?rev=895218view=rev Log: Make tests a bit faster by reducing the loop count in tests with multiple threads. Modified: commons/proper/configuration/trunk/src/test/org/apache/commons

svn commit: r895222 - /commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestXMLConfiguration.java

2010-01-02 Thread oheger
Author: oheger Date: Sat Jan 2 16:25:22 2010 New Revision: 895222 URL: http://svn.apache.org/viewvc?rev=895222view=rev Log: Make tests a bit faster by reducing the loop count in tests with multiple threads. Modified: commons/proper/configuration/trunk/src/test/org/apache/commons

svn commit: r895224 - /commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestVFSConfigurationBuilder.java

2010-01-02 Thread oheger
Author: oheger Date: Sat Jan 2 16:34:26 2010 New Revision: 895224 URL: http://svn.apache.org/viewvc?rev=895224view=rev Log: Added a sleep to make reload test more robust. Modified: commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestVFSConfigurationBuilder.java

svn commit: r895232 - /commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestDefaultConfigurationBuilder.java

2010-01-02 Thread oheger
Author: oheger Date: Sat Jan 2 16:46:38 2010 New Revision: 895232 URL: http://svn.apache.org/viewvc?rev=895232view=rev Log: Disable a test under JDK 1.4 as required classes from org.slf4j are compiled with Java 1.5. Modified: commons/proper/configuration/trunk/src/test/org/apache/commons

svn commit: r895432 - /commons/proper/configuration/trunk/pom.xml

2010-01-03 Thread oheger
Author: oheger Date: Sun Jan 3 16:10:22 2010 New Revision: 895432 URL: http://svn.apache.org/viewvc?rev=895432view=rev Log: [CONFIGURATION-402] Changed Xerces version to 2.6.2. This one seems to be compatible with both Java 1.4 and 1.6. Modified: commons/proper/configuration/trunk/pom.xml

svn commit: r895434 - /commons/proper/configuration/trunk/xdocs/dependencies.xml

2010-01-03 Thread oheger
Author: oheger Date: Sun Jan 3 16:10:54 2010 New Revision: 895434 URL: http://svn.apache.org/viewvc?rev=895434view=rev Log: [CONFIGURATION-402] Updated dependencies page. Modified: commons/proper/configuration/trunk/xdocs/dependencies.xml Modified: commons/proper/configuration/trunk/xdocs

svn commit: r895435 - /commons/proper/configuration/trunk/xdocs/building.xml

2010-01-03 Thread oheger
Author: oheger Date: Sun Jan 3 16:11:20 2010 New Revision: 895435 URL: http://svn.apache.org/viewvc?rev=895435view=rev Log: [CONFIGURATION-402] Updated building page. Modified: commons/proper/configuration/trunk/xdocs/building.xml Modified: commons/proper/configuration/trunk/xdocs

svn commit: r895459 - /commons/proper/configuration/trunk/xdocs/dependencies.xml

2010-01-03 Thread oheger
Author: oheger Date: Sun Jan 3 18:12:21 2010 New Revision: 895459 URL: http://svn.apache.org/viewvc?rev=895459view=rev Log: Corrected a version number. Modified: commons/proper/configuration/trunk/xdocs/dependencies.xml Modified: commons/proper/configuration/trunk/xdocs/dependencies.xml

svn commit: r895466 - in /commons/proper/lang/trunk: pom.xml src/main/java/org/apache/commons/lang3/concurrent/TimedSemaphore.java src/test/java/org/apache/commons/lang3/concurrent/TimedSemaphoreTest.

2010-01-03 Thread oheger
Author: oheger Date: Sun Jan 3 19:04:08 2010 New Revision: 895466 URL: http://svn.apache.org/viewvc?rev=895466view=rev Log: [LANG-560] Added TimedSemaphore class to concurrent package. Added: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/concurrent/TimedSemaphore.java

svn commit: r902420 - /commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/ConfigurationUtils.java

2010-01-23 Thread oheger
Author: oheger Date: Sat Jan 23 15:24:59 2010 New Revision: 902420 URL: http://svn.apache.org/viewvc?rev=902420view=rev Log: Replaced deprecated decode() method. Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/ConfigurationUtils.java Modified

svn commit: r902421 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/ConfigurationUtils.java

2010-01-23 Thread oheger
Author: oheger Date: Sat Jan 23 15:26:03 2010 New Revision: 902421 URL: http://svn.apache.org/viewvc?rev=902421view=rev Log: Replaced deprecated decode() method. Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2

svn commit: r902431 - in /commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/XMLConfiguration.java src/test/org/apache/commons/configuration/TestXMLConfiguration.java xdocs/

2010-01-23 Thread oheger
Author: oheger Date: Sat Jan 23 16:10:47 2010 New Revision: 902431 URL: http://svn.apache.org/viewvc?rev=902431view=rev Log: [CONFIGURATION-403] Fixed XMLConfiguration.load() so that an empty configuration that was saved and reloaded is still considered empty. Modified: commons/proper

svn commit: r902433 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration2/TestXMLConfiguration.java

2010-01-23 Thread oheger
Author: oheger Date: Sat Jan 23 16:17:47 2010 New Revision: 902433 URL: http://svn.apache.org/viewvc?rev=902433view=rev Log: Fixed some warnings about raw types and deprecated methods. Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache

svn commit: r902437 - in /commons/proper/configuration/branches/configuration2_experimental: src/main/java/org/apache/commons/configuration2/XMLConfiguration.java src/test/java/org/apache/commons/conf

2010-01-23 Thread oheger
Author: oheger Date: Sat Jan 23 16:28:14 2010 New Revision: 902437 URL: http://svn.apache.org/viewvc?rev=902437view=rev Log: [CONFIGURATION-403] Fixed XMLConfiguration.load() so that an empty configuration that was saved and reloaded is still considered empty. Ported patch from trunk

svn commit: r902439 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/base/impl/ test/java/org/apache/commons/configuration2/base

2010-01-23 Thread oheger
Author: oheger Date: Sat Jan 23 16:40:23 2010 New Revision: 902439 URL: http://svn.apache.org/viewvc?rev=902439view=rev Log: [CONFIGURATION-403] Ported fix for XMLConfiguration.load() to XMLConfigurationSource. Modified: commons/proper/configuration/branches/configuration2_experimental/src

svn commit: r902596 - in /commons/proper/configuration/trunk: conf/ src/java/org/apache/commons/configuration/plist/ src/test/org/apache/commons/configuration/plist/ xdocs/

2010-01-24 Thread oheger
Author: oheger Date: Sun Jan 24 16:28:55 2010 New Revision: 902596 URL: http://svn.apache.org/viewvc?rev=902596view=rev Log: [CONFIGURATION-405] Make sure that the root node of XMLPropertyListConfiguration is a PListNode. Otherwise a ConfigurationException is thrown when loading configuration

svn commit: r902597 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration2/plist/TestXMLPropertyListConfiguration.java

2010-01-24 Thread oheger
Author: oheger Date: Sun Jan 24 16:33:39 2010 New Revision: 902597 URL: http://svn.apache.org/viewvc?rev=902597view=rev Log: Fixed warnings related to raw types. Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration2/plist

svn commit: r902599 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/plist/XMLPropertyListConfiguration.java

2010-01-24 Thread oheger
Author: oheger Date: Sun Jan 24 16:41:35 2010 New Revision: 902599 URL: http://svn.apache.org/viewvc?rev=902599view=rev Log: Fixed warnings related to raw types. Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/plist

svn commit: r902600 - in /commons/proper/configuration/branches/configuration2_experimental: src/main/java/org/apache/commons/configuration2/plist/ src/test/java/org/apache/commons/configuration2/plis

2010-01-24 Thread oheger
Author: oheger Date: Sun Jan 24 16:49:23 2010 New Revision: 902600 URL: http://svn.apache.org/viewvc?rev=902600view=rev Log: [CONFIGURATION-405] Make sure that the root node of XMLPropertyListConfiguration is a PListNode. Otherwise a ConfigurationException is thrown when loading configuration

svn commit: r903421 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java

2010-01-26 Thread oheger
Author: oheger Date: Tue Jan 26 21:19:07 2010 New Revision: 903421 URL: http://svn.apache.org/viewvc?rev=903421view=rev Log: Fixed a test case that does not work on non-English locales. Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java

svn commit: r903550 - in /commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/tree/ src/test/org/apache/commons/configuration/ src/test/org/apache/commons/configuration/tree/

2010-01-26 Thread oheger
Author: oheger Date: Wed Jan 27 06:43:50 2010 New Revision: 903550 URL: http://svn.apache.org/viewvc?rev=903550view=rev Log: [CONFIGURATION-404] DefaultConfigurationKey.KeyIterator no longer throws a NumberFormatException if a key contains brackets, but no valid index value. Thanks to Rob

svn commit: r903551 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration2/TestInMemoryConfiguration.java

2010-01-26 Thread oheger
Author: oheger Date: Wed Jan 27 06:56:48 2010 New Revision: 903551 URL: http://svn.apache.org/viewvc?rev=903551view=rev Log: Fixed raw type warnings. Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration2

svn commit: r903552 - in /commons/proper/configuration/branches/configuration2_experimental: src/main/java/org/apache/commons/configuration2/expr/def/ src/test/java/org/apache/commons/configuration2/

2010-01-26 Thread oheger
Author: oheger Date: Wed Jan 27 07:05:30 2010 New Revision: 903552 URL: http://svn.apache.org/viewvc?rev=903552view=rev Log: [CONFIGURATION-404] DefaultConfigurationKey.KeyIterator no longer throws a NumberFormatException if a key contains brackets, but no valid index value. Thanks to Rob

svn commit: r903553 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration2/base/TestConfigurationImpl.java

2010-01-26 Thread oheger
Author: oheger Date: Wed Jan 27 07:16:49 2010 New Revision: 903553 URL: http://svn.apache.org/viewvc?rev=903553view=rev Log: Added unit test for CONFIGURATION-404 to base package. Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons

svn commit: r903554 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/ test/java/org/apache/commons/configuration2/ test/java/org

2010-01-26 Thread oheger
Author: oheger Date: Wed Jan 27 07:26:53 2010 New Revision: 903554 URL: http://svn.apache.org/viewvc?rev=903554view=rev Log: Removed duplicate DynamicCombinedConfiguration class. The new one is in the combined package. Removed: commons/proper/configuration/branches

svn commit: r903555 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/CombinedConfiguration.java test/java/org/apache/commons/con

2010-01-26 Thread oheger
Author: oheger Date: Wed Jan 27 07:29:50 2010 New Revision: 903555 URL: http://svn.apache.org/viewvc?rev=903555view=rev Log: Removed duplicate CombinedConfiguration class. The new one is in the combined package. Removed: commons/proper/configuration/branches/configuration2_experimental/src

svn commit: r903828 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/combined/ main/java/org/apache/commons/configuration2/tree/

2010-01-27 Thread oheger
Author: oheger Date: Wed Jan 27 20:58:19 2010 New Revision: 903828 URL: http://svn.apache.org/viewvc?rev=903828view=rev Log: Removed duplicate OverrideCombiner class. The new one is in the combined package. Removed: commons/proper/configuration/branches/configuration2_experimental/src/main

svn commit: r903830 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/tree/UnionCombiner.java test/java/org/apache/commons/config

2010-01-27 Thread oheger
Author: oheger Date: Wed Jan 27 21:02:32 2010 New Revision: 903830 URL: http://svn.apache.org/viewvc?rev=903830view=rev Log: Removed duplicate UnionCombiner class. The new one is in the combined package. Removed: commons/proper/configuration/branches/configuration2_experimental/src/main

svn commit: r903835 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/tree/MergeCombiner.java test/java/org/apache/commons/config

2010-01-27 Thread oheger
Author: oheger Date: Wed Jan 27 21:06:24 2010 New Revision: 903835 URL: http://svn.apache.org/viewvc?rev=903835view=rev Log: Removed duplicate MergeCombiner class. The new one is in the combined package. Removed: commons/proper/configuration/branches/configuration2_experimental/src/main

svn commit: r903839 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/tree/NodeCombiner.java test/java/org/apache/commons/configu

2010-01-27 Thread oheger
Author: oheger Date: Wed Jan 27 21:12:06 2010 New Revision: 903839 URL: http://svn.apache.org/viewvc?rev=903839view=rev Log: Removed duplicate NodeCombiner class. The new one is in the combined package. Removed: commons/proper/configuration/branches/configuration2_experimental/src/main/java

svn commit: r907088 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/HierarchicalConfigurationConverter.java

2010-02-05 Thread oheger
Author: oheger Date: Fri Feb 5 21:01:02 2010 New Revision: 907088 URL: http://svn.apache.org/viewvc?rev=907088view=rev Log: Removed reference to HierarchicalConfiguration and some raw type warnings. Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java

svn commit: r907236 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/AbstractConfiguration.java

2010-02-06 Thread oheger
Author: oheger Date: Sat Feb 6 15:48:40 2010 New Revision: 907236 URL: http://svn.apache.org/viewvc?rev=907236view=rev Log: Removed reference to HierarchicalConfiguration and fixed some raw type warnings. Modified: commons/proper/configuration/branches/configuration2_experimental/src/main

svn commit: r907240 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/ConfigurationUtils.java test/java/org/apache/commons/config

2010-02-06 Thread oheger
Author: oheger Date: Sat Feb 6 15:57:48 2010 New Revision: 907240 URL: http://svn.apache.org/viewvc?rev=907240view=rev Log: Removed convertToHierarchical() method and fixed some Eclipse warnings. Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org

svn commit: r907241 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/INIConfiguration.java

2010-02-06 Thread oheger
Author: oheger Date: Sat Feb 6 16:01:34 2010 New Revision: 907241 URL: http://svn.apache.org/viewvc?rev=907241view=rev Log: Removed reference to HierarchicalConfiguration and fixed some raw type warnings. Modified: commons/proper/configuration/branches/configuration2_experimental/src/main

svn commit: r907246 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration2/event/TestHierarchicalConfigurationEvents.java

2010-02-06 Thread oheger
Author: oheger Date: Sat Feb 6 16:20:44 2010 New Revision: 907246 URL: http://svn.apache.org/viewvc?rev=907246view=rev Log: Rewrote TestHierarchicalConfigurationEvents to use InMemoryConfiguration rather than HierarchicalConfiguration. Modified: commons/proper/configuration/branches

svn commit: r907251 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/ test/java/org/apache/commons/configuration2/

2010-02-06 Thread oheger
Author: oheger Date: Sat Feb 6 16:32:03 2010 New Revision: 907251 URL: http://svn.apache.org/viewvc?rev=907251view=rev Log: Removed HierarchicalConfiguration and SubnodeConfiguration. They are replaced by new implementations derived from AbstractHierarchicalConfiguration. Removed: commons

svn commit: r907252 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/tree/xpath/ test/java/org/apache/commons/configuration2/tre

2010-02-06 Thread oheger
Author: oheger Date: Sat Feb 6 16:36:45 2010 New Revision: 907252 URL: http://svn.apache.org/viewvc?rev=907252view=rev Log: Removed duplicated XPathExpressionEngine classes. Removed: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons

svn commit: r907254 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/tree/ test/java/org/apache/commons/configuration2/tree/

2010-02-06 Thread oheger
Author: oheger Date: Sat Feb 6 16:40:50 2010 New Revision: 907254 URL: http://svn.apache.org/viewvc?rev=907254view=rev Log: Removed duplicated classes for default expression engine. Removed: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons

svn commit: r907255 - in /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/expr: ./ xpath/

2010-02-06 Thread oheger
Author: oheger Date: Sat Feb 6 16:49:10 2010 New Revision: 907255 URL: http://svn.apache.org/viewvc?rev=907255view=rev Log: Fixed a few raw type warnings. Replaced some of my author tags. Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache

svn commit: r907451 - in /commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/HierarchicalINIConfiguration.java src/test/org/apache/commons/configuration/TestHierarchicalINIC

2010-02-07 Thread oheger
Author: oheger Date: Sun Feb 7 17:20:44 2010 New Revision: 907451 URL: http://svn.apache.org/viewvc?rev=907451view=rev Log: [CONFIGURATION-407] Synchronized access to nodes when constructing the global section configuration. Modified: commons/proper/configuration/trunk/src/java/org/apache

svn commit: r907793 - in /commons/proper/configuration/branches/configuration2_experimental: src/main/java/org/apache/commons/configuration2/INIConfiguration.java src/test/java/org/apache/commons/conf

2010-02-08 Thread oheger
Author: oheger Date: Mon Feb 8 21:03:02 2010 New Revision: 907793 URL: http://svn.apache.org/viewvc?rev=907793view=rev Log: [CONFIGURATION-407] Synchronized access to nodes when constructing the global section configuration. Applied a fix to configuration2 branch. Modified: commons/proper

svn commit: r907796 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/tree/ViewNode.java test/java/org/apache/commons/configurati

2010-02-08 Thread oheger
Author: oheger Date: Mon Feb 8 21:08:46 2010 New Revision: 907796 URL: http://svn.apache.org/viewvc?rev=907796view=rev Log: Removed ViewNode class which is no longer needed. Removed: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons

svn commit: r656402 - /commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/xpath/XPathExpressionEngine.java

2008-05-14 Thread oheger
Author: oheger Date: Wed May 14 13:15:23 2008 New Revision: 656402 URL: http://svn.apache.org/viewvc?rev=656402view=rev Log: Javadoc improvements Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/xpath/XPathExpressionEngine.java Modified: commons

svn commit: r656415 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/expr/xpath/XPathExpressionEngine.java

2008-05-14 Thread oheger
Author: oheger Date: Wed May 14 13:28:41 2008 New Revision: 656415 URL: http://svn.apache.org/viewvc?rev=656415view=rev Log: Javadoc improvements Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/expr/xpath

svn commit: r657959 - /commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/HierarchicalConfiguration.java

2008-05-19 Thread oheger
Author: oheger Date: Mon May 19 13:25:31 2008 New Revision: 657959 URL: http://svn.apache.org/viewvc?rev=657959view=rev Log: Removed duplicate code Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/HierarchicalConfiguration.java Modified: commons

svn commit: r657960 - /commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestHierarchicalConfiguration.java

2008-05-19 Thread oheger
Author: oheger Date: Mon May 19 13:26:20 2008 New Revision: 657960 URL: http://svn.apache.org/viewvc?rev=657960view=rev Log: Added a unit test for the addNodes() method when attribute nodes are involved Modified: commons/proper/configuration/trunk/src/test/org/apache/commons/configuration

svn commit: r662273 - in /commons/proper/configuration/branches/configuration2_experimental: ./ src/main/java/org/apache/commons/configuration2/PropertyConverter.java src/test/java/org/apache/commons/

2008-06-01 Thread oheger
Author: oheger Date: Sun Jun 1 12:39:25 2008 New Revision: 662273 URL: http://svn.apache.org/viewvc?rev=662273view=rev Log: CONFIGURATION-307: Provide a variant of PropertiesConverter.split() which allows disabling trimming (porting changes from trunk to this branch) Modified: commons

svn commit: r662282 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/XMLConfiguration.java

2008-06-01 Thread oheger
Author: oheger Date: Sun Jun 1 13:22:56 2008 New Revision: 662282 URL: http://svn.apache.org/viewvc?rev=662282view=rev Log: CONFIGURATION-307: Javadocs improvements Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2

svn commit: r662280 - /commons/proper/configuration/trunk/xdocs/changes.xml

2008-06-01 Thread oheger
Author: oheger Date: Sun Jun 1 13:18:33 2008 New Revision: 662280 URL: http://svn.apache.org/viewvc?rev=662280view=rev Log: CONFIGURATION-307: Updating changes.xml Modified: commons/proper/configuration/trunk/xdocs/changes.xml Modified: commons/proper/configuration/trunk/xdocs/changes.xml

svn commit: r670739 - in /commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/beanutils/XMLBeanDeclaration.java src/test/org/apache/commons/configuration/beanutils/TestXMLBea

2008-06-23 Thread oheger
Author: oheger Date: Mon Jun 23 13:36:37 2008 New Revision: 670739 URL: http://svn.apache.org/viewvc?rev=670739view=rev Log: CONFIGURATION-331: Added a factory method to XMLBeanDeclaration for creating the declarations for complex nested properties. Modified: commons/proper/configuration

svn commit: r670741 - in /commons/proper/configuration/branches/configuration2_experimental: src/main/java/org/apache/commons/configuration2/beanutils/ src/test/java/org/apache/commons/configuration2/

2008-06-23 Thread oheger
Author: oheger Date: Mon Jun 23 13:37:59 2008 New Revision: 670741 URL: http://svn.apache.org/viewvc?rev=670741view=rev Log: CONFIGURATION-331: Added a factory method to XMLBeanDeclaration for creating the declarations for complex nested properties. Ported changes from trunk to this branch

svn commit: r676061 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/AbstractHierarchicalConfiguration.java test/java/org/apache

2008-07-11 Thread oheger
Author: oheger Date: Fri Jul 11 12:55:00 2008 New Revision: 676061 URL: http://svn.apache.org/viewvc?rev=676061view=rev Log: CONFIGURATION-333: Added new constructPath() method for determining the unique key for a given node. Modified: commons/proper/configuration/branches

svn commit: r676184 - in /commons/proper/configuration/branches/configuration2_experimental: src/main/java/org/apache/commons/configuration2/ src/test/java/org/apache/commons/configuration2/ xdocs/

2008-07-12 Thread oheger
Author: oheger Date: Sat Jul 12 08:22:35 2008 New Revision: 676184 URL: http://svn.apache.org/viewvc?rev=676184view=rev Log: CONFIGURATION-333: Added an overloaded version of the configurationsAt() method that supports a supportsUpdate parameter. Modified: commons/proper/configuration

svn commit: r678880 - in /commons/proper/cli/trunk: pom.xml project.xml

2008-07-22 Thread oheger
Author: oheger Date: Tue Jul 22 13:06:34 2008 New Revision: 678880 URL: http://svn.apache.org/viewvc?rev=678880view=rev Log: Added myself as developer. Modified: commons/proper/cli/trunk/pom.xml commons/proper/cli/trunk/project.xml Modified: commons/proper/cli/trunk/pom.xml URL: http

svn commit: r678886 - in /commons/proper/cli/trunk/src: java/org/apache/commons/cli2/ java/org/apache/commons/cli2/commandline/ java/org/apache/commons/cli2/option/ test/org/apache/commons/cli2/ test/

2008-07-22 Thread oheger
Author: oheger Date: Tue Jul 22 13:27:09 2008 New Revision: 678886 URL: http://svn.apache.org/viewvc?rev=678886view=rev Log: CLI-126: Applied patch from Brian Egge Added: commons/proper/cli/trunk/src/test/org/apache/commons/cli2/bug/BugCLI126Test.java (with props) Modified: commons

svn commit: r678887 - /commons/proper/cli/trunk/src/test/org/apache/commons/cli2/bug/BugCLI126Test.java

2008-07-22 Thread oheger
Author: oheger Date: Tue Jul 22 13:30:55 2008 New Revision: 678887 URL: http://svn.apache.org/viewvc?rev=678887view=rev Log: Added missing license header. Modified: commons/proper/cli/trunk/src/test/org/apache/commons/cli2/bug/BugCLI126Test.java Modified: commons/proper/cli/trunk/src/test

svn commit: r679179 - in /commons/proper/cli/trunk/src: java/org/apache/commons/cli2/option/GroupImpl.java test/org/apache/commons/cli2/bug/BugCLI144Test.java

2008-07-23 Thread oheger
Author: oheger Date: Wed Jul 23 13:09:05 2008 New Revision: 679179 URL: http://svn.apache.org/viewvc?rev=679179view=rev Log: CLI-144: validate() is now called only once for an option that belongs to a group. Thanks to David dot Biesack at sas dot com for the unit test and dioktos at gmail dot

svn commit: r679511 - in /commons/proper/cli/trunk/src: java/org/apache/commons/cli2/commandline/WriteableCommandLineImpl.java test/org/apache/commons/cli2/bug/BugCLI158Test.java

2008-07-24 Thread oheger
Author: oheger Date: Thu Jul 24 12:38:04 2008 New Revision: 679511 URL: http://svn.apache.org/viewvc?rev=679511view=rev Log: CLI-158: Default arguments are now applied even if arguments are passed. The default values for missing arguments will be set. Thanks to tobias dot bocanegra at day dot

svn commit: r679516 - /commons/proper/cli/trunk/src/test/org/apache/commons/cli2/commandline/ParserTest.java

2008-07-24 Thread oheger
Author: oheger Date: Thu Jul 24 12:46:30 2008 New Revision: 679516 URL: http://svn.apache.org/viewvc?rev=679516view=rev Log: CLI-6: Added an additional test case to verify that unknown short options cause an exception. Modified: commons/proper/cli/trunk/src/test/org/apache/commons/cli2

svn commit: r679530 - in /commons/proper/cli/trunk/src: java/org/apache/commons/cli2/ java/org/apache/commons/cli2/commandline/ java/org/apache/commons/cli2/option/ test/org/apache/commons/cli2/ test/

2008-07-24 Thread oheger
Author: oheger Date: Thu Jul 24 13:28:16 2008 New Revision: 679530 URL: http://svn.apache.org/viewvc?rev=679530view=rev Log: CLI-123: Groups are now added to the command line if any of their child options are found. This makes it possible to test for the presence of a group and also validate

svn commit: r681185 - in /commons/proper/cli/trunk/src: java/org/apache/commons/cli2/ java/org/apache/commons/cli2/option/ java/org/apache/commons/cli2/util/ test/org/apache/commons/cli2/option/

2008-07-30 Thread oheger
Author: oheger Date: Wed Jul 30 12:55:21 2008 New Revision: 681185 URL: http://svn.apache.org/viewvc?rev=681185view=rev Log: CLI-124: Provide better support for displaying usage information for optional child groups. Modified: commons/proper/cli/trunk/src/java/org/apache/commons/cli2

svn commit: r681191 - in /commons/proper/cli/trunk/src: java/org/apache/commons/cli2/ java/org/apache/commons/cli2/commandline/ java/org/apache/commons/cli2/option/ test/org/apache/commons/cli2/bug/

2008-07-30 Thread oheger
Author: oheger Date: Wed Jul 30 13:16:51 2008 New Revision: 681191 URL: http://svn.apache.org/viewvc?rev=681191view=rev Log: CLI-150: Make WriteableCommandLineImpl.looksLikeOption() more intelligent, so that it does not misinterpret negative numbers passed to arguments as options. Added

svn commit: r681802 - in /commons/proper/configuration/branches/configuration2_experimental: src/main/java/org/apache/commons/configuration2/ src/test/java/org/apache/commons/configuration2/ xdocs/

2008-08-01 Thread oheger
Author: oheger Date: Fri Aug 1 12:42:53 2008 New Revision: 681802 URL: http://svn.apache.org/viewvc?rev=681802view=rev Log: CONFIGURATION-332: DataConfiguration now collaborates better with PropertiesConfiguration. Ported fix from trunk. Modified: commons/proper/configuration/branches

svn commit: r681804 - /commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/beanutils/ConfigurationDynaBean.java

2008-08-01 Thread oheger
Author: oheger Date: Fri Aug 1 12:58:59 2008 New Revision: 681804 URL: http://svn.apache.org/viewvc?rev=681804view=rev Log: Make ConfigurationDynaBean compilable again under Java 1.3+. Exception chaining for IllegalArgumentException was introduced in Java 1.5. Modified: commons/proper

<    1   2   3   4   5   6   7   8   9   10   >