cvs commit: cocoon-2.1/src/java/org/apache/cocoon/util StringUtils.java

2004-04-29 Thread joerg
joerg 2004/04/28 17:17:25 Modified:src/java/org/apache/cocoon/util StringUtils.java Log: reverted the move to o.a.commons.lang.StringUtils for split() as it behaves differently; for the other methods restored the implementations and only point out the deprecation - we should

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/util NetUtils.java

2004-04-29 Thread joerg
joerg 2004/04/28 17:20:53 Modified:src/java/org/apache/cocoon/util NetUtils.java Log: when using our StringUtils again for splitting we can revert the extra handling for empty string and charAt(0) == '/' Revision ChangesPath 1.13 +2 -12

cvs commit: cocoon-2.1/src/test/org/apache/cocoon/util/test NetUtilsTestCase.java

2004-04-29 Thread joerg
joerg 2004/04/28 17:21:50 Modified:src/test/org/apache/cocoon/util/test NetUtilsTestCase.java Log: show that NetUtils.normalize() still does not work correctly - see my following mail Revision ChangesPath 1.7 +7 -1

cvs commit: cocoon-2.1 build.properties

2004-04-29 Thread joerg
joerg 2004/04/28 17:33:35 Modified:.build.properties Log: test output directory property added Revision ChangesPath 1.38 +1 -0 cocoon-2.1/build.properties Index: build.properties

cvs commit: cocoon-2.1/tools/targets test-build.xml

2004-04-29 Thread joerg
joerg 2004/04/28 17:36:06 Modified:tools/targets test-build.xml Log: output test results into files, create a nice junit report (= HTML) out of it; no longer haltonfailure for the tests (we would not get the report), if we need a failing build we can use failureproperty

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/i18n XMLResourceBundleFactory.java

2004-04-29 Thread crossley
crossley2004/04/28 18:00:43 Modified:.status.xml src/java/org/apache/cocoon/i18n XMLResourceBundleFactory.java Log: XMLResourceBundleFactory was stopping when it encountered the first bundle name that does not have a locale, missing

cvs commit: cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/layout/renderer/aspect/impl TabContentAspect.java

2004-04-29 Thread cziegeler
cziegeler2004/04/29 00:00:49 Modified: src/blocks/portal/java/org/apache/cocoon/portal/layout/renderer/aspect/impl TabContentAspect.java Log: Add parameter support for named items Revision ChangesPath 1.15 +9 -1

cvs commit: cocoon-2.1/src/documentation/xdocs/plan release.xml

2004-04-29 Thread cziegeler
cziegeler2004/04/29 01:03:24 Modified:src/documentation/xdocs/plan release.xml Log: Update release date Revision ChangesPath 1.12 +2 -2 cocoon-2.1/src/documentation/xdocs/plan/release.xml Index: release.xml

cvs commit: cocoon-2.1/src/blocks/cron/java/org/apache/cocoon/components/cron TestCronJob.java

2004-04-29 Thread cziegeler
cziegeler2004/04/29 01:23:23 Modified:src/blocks/cron/java/org/apache/cocoon/components/cron TestCronJob.java Log: Proper releasing of resources, clean up code Revision ChangesPath 1.7 +31 -30

cvs commit: cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/flow/javascript/v3 - New directory

2004-04-29 Thread bruno
bruno 2004/04/29 03:34:57 cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/flow/javascript/v3 - New directory

cvs commit: cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/flow/javascript/v3 Form.js ScriptableWidget.java

2004-04-29 Thread bruno
bruno 2004/04/29 03:35:30 Added: src/blocks/forms/java/org/apache/cocoon/forms/flow/javascript/v3 Form.js ScriptableWidget.java Log: initial commit Revision ChangesPath 1.1

cvs commit: cocoon-2.1/src/blocks/qdox/java/org/apache/cocoon/components/source/impl QDoxSource.java

2004-04-29 Thread cziegeler
cziegeler2004/04/29 04:26:42 Modified:src/blocks/qdox/java/org/apache/cocoon/components/source/impl QDoxSource.java Log: Don't use deprecated methods Revision ChangesPath 1.9 +4 -4

cvs commit: cocoon-2.1/src/test/org/apache/cocoon/util/test NetUtilsTestCase.java

2004-04-29 Thread ugo
ugo 2004/04/29 13:10:04 Modified:src/java/org/apache/cocoon/util NetUtils.java src/test/org/apache/cocoon/util/test NetUtilsTestCase.java Log: New version of NetUtils.normalize that relies only on JDK core classes. Revision ChangesPath 1.14 +30

cvs commit: cocoon-2.1/src/test/org/apache/cocoon/util/test NetUtilsTestCase.java

2004-04-29 Thread joerg
joerg 2004/04/29 15:49:59 Modified:src/test/org/apache/cocoon/util/test NetUtilsTestCase.java Log: normalize() testcases to make it working the same way as java.net.URI().normalize() in JDK 1.4 Revision ChangesPath 1.9 +11 -7