Author: mturk
Date: Thu Oct 8 06:52:52 2009
New Revision: 823069
URL: http://svn.apache.org/viewvc?rev=823069&view=rev
Log:
Update configure help screens
Modified:
commons/sandbox/runtime/trunk/src/main/native/configure
Modified: commons/sandbox/runtime/trunk/src/main/native/configure
URL:
Author: oheger
Date: Thu Oct 8 06:25:06 2009
New Revision: 823062
URL: http://svn.apache.org/viewvc?rev=823062&view=rev
Log:
Added some additional helper methods to ConfigurationAssert.
Modified:
commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/comm
Author: oheger
Date: Wed Oct 7 20:18:39 2009
New Revision: 822895
URL: http://svn.apache.org/viewvc?rev=822895&view=rev
Log:
Added StreamBasedSource interface.
Added:
commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/base/Strea
Author: oheger
Date: Wed Oct 7 20:15:23 2009
New Revision: 822893
URL: http://svn.apache.org/viewvc?rev=822893&view=rev
Log:
Moved VerifiableOutputStream to fs package.
Added:
commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/f
Author: oheger
Date: Wed Oct 7 20:00:43 2009
New Revision: 822882
URL: http://svn.apache.org/viewvc?rev=822882&view=rev
Log:
Added LocatorSupport interface.
Added:
commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/base/LocatorS
Author: luc
Date: Wed Oct 7 18:56:42 2009
New Revision: 822850
URL: http://svn.apache.org/viewvc?rev=822850&view=rev
Log:
delay message build until really needed
this allows not wasting time dealing with resources, strings and formatting
when the exception is discarded and its message not used
t
Author: niallp
Date: Wed Oct 7 15:23:23 2009
New Revision: 822777
URL: http://svn.apache.org/viewvc?rev=822777&view=rev
Log:
BEANUTILS-349 JDK 1.3 & 1.4 throw NullPointerException if null value for a
primitive parameter (JDK 1.5+ throws IllegalArgumentException)
Modified:
commons/proper/be