Commit Graph

1412 Commits

Author SHA1 Message Date
Steven Caswell 4f7de5d638 corrected style issues (mostly empty blocks and missing javadocs)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@201881 13f79535-47bb-0310-9956-ffa450edef68
2005-06-26 17:42:09 +00:00
Steven Caswell 687bb75889 (35366) Implementation of escape/unescapeHtml methods with Writer (http://issues.apache.org/bugzilla/show_bug.cgi?id=35366)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@201875 13f79535-47bb-0310-9956-ffa450edef68
2005-06-26 16:56:36 +00:00
Gary D. Gregory 7a16f45c54 Changed @since 2.1 to @since 2.2 since these files did not make it into 2.1.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@201661 13f79535-47bb-0310-9956-ffa450edef68
2005-06-24 18:35:08 +00:00
Steven Caswell 8f5b2b7854 updated version to 2.1 for the release
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@190269 13f79535-47bb-0310-9956-ffa450edef68
2005-06-12 13:10:40 +00:00
Stephen Colebourne 1e1da2d2c7 Javadoc fix intended for 2.1 release
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@189443 13f79535-47bb-0310-9956-ffa450edef68
2005-06-07 21:28:07 +00:00
Steven Caswell 4656c1478d added copying checkstyle.xml to source distribution
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@179453 13f79535-47bb-0310-9956-ffa450edef68
2005-06-01 23:09:04 +00:00
Steven Caswell f4050f6921 added post-2.1 release todo tasks
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@179446 13f79535-47bb-0310-9956-ffa450edef68
2005-06-01 22:40:48 +00:00
Steven Caswell f058170565 added information about building with Ant 1.6
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@179445 13f79535-47bb-0310-9956-ffa450edef68
2005-06-01 22:40:14 +00:00
Steven Caswell 1a31352333 added reference to developer's guide for more info on why Ant 1.6 is required for building
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@179435 13f79535-47bb-0310-9956-ffa450edef68
2005-06-01 22:19:20 +00:00
Gary D. Gregory 269d283d1d - Starting with version 2.1, Ant version 1.6.x is required to build. Copy
junit.jar to ANT_HOME/lib. You can get JUnit from http://www.junit.org.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@179416 13f79535-47bb-0310-9956-ffa450edef68
2005-06-01 20:36:59 +00:00
Steven Caswell 821678276c added documentation of dependency on ant 1.6 for build.xml;
changed documentation of dependency on junit 3.8.1 (from 3.7)

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@179333 13f79535-47bb-0310-9956-ffa450edef68
2005-06-01 02:11:18 +00:00
Steven Caswell a2888232f8 updated version to 2.1-RC8
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@179329 13f79535-47bb-0310-9956-ffa450edef68
2005-06-01 01:42:07 +00:00
Steven Caswell 3b96f38fc6 updated version to 2.1-RC8
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@179328 13f79535-47bb-0310-9956-ffa450edef68
2005-06-01 01:41:17 +00:00
Gary D. Gregory 43f7a149e0 I've finally worked out the oddball build and class loading issue that only seems to happen on Windows XP (SP2) since Simon reports that the ant build works fine for him on Linux.
I can report success with "ant clean dist-build-2.1 test" on Sun Java versions:

1.5.0_03
1.5.0_02
1.4.2_08
1.3.1_14

In order achieve this; the new build.xml depends on Ant 1.6.

Version 1.2.2_017 hangs miserably for me though, as it did before.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@179242 13f79535-47bb-0310-9956-ffa450edef68
2005-05-31 17:48:08 +00:00
Gary D. Gregory 46fe76f81a Javadoc method ClassUtilsTest#newSystemClassLoader() while looking for Sun Java 1.3.1 build issues on Windows XP. See http://marc.theaimsgroup.com/?l=jakarta-commons-dev&m=111738085310708&w=2
modified   ClassUtilsTest.java


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@179179 13f79535-47bb-0310-9956-ffa450edef68
2005-05-31 02:18:27 +00:00
Steven Caswell 630e5aec86 added guard around some rounding tests that do not work in JDK versions prior to 1.4
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@178911 13f79535-47bb-0310-9956-ffa450edef68
2005-05-29 01:10:24 +00:00
Steven Caswell ee3e9dcaee updated version to 2.1-RC7;
updated to require junit 3.8.1

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@178910 13f79535-47bb-0310-9956-ffa450edef68
2005-05-29 01:08:24 +00:00
Steven Caswell 8c16db232b updated version to 2.1-RC7
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@178909 13f79535-47bb-0310-9956-ffa450edef68
2005-05-29 01:07:22 +00:00
Gary D. Gregory a1d8a35b24 The build.xml invoked the deprecated .enum. test suite but not the new .enums. test suite. Added .enums. invocation on top of .enum.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@178764 13f79535-47bb-0310-9956-ffa450edef68
2005-05-27 07:26:14 +00:00
Gary D. Gregory 015b77e3ea Refactor unit test fork attribute in a default.properties property named "test.fork", default is true, as in the build.xml file.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@178721 13f79535-47bb-0310-9956-ffa450edef68
2005-05-27 00:42:00 +00:00
Steven Caswell e5bf3ab9b6 added deleting the text package from the test tree in the 2.1 distribution build;
removed running the text test suite from the test target for the 2.1 distribution

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@178321 13f79535-47bb-0310-9956-ffa450edef68
2005-05-24 23:32:11 +00:00
Steven Caswell ab2b0545ae changed preparing source distribution to copy RELEASE-NOTES.txt instead of RELEASE-NOTES.html
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@178055 13f79535-47bb-0310-9956-ffa450edef68
2005-05-23 23:24:13 +00:00
Steven Caswell 4adf9462c4 added maven.javadoc.overview to point the maven javadoc plugin to the overview.html - for some reason it wasn't being picked up without the property setting
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@171273 13f79535-47bb-0310-9956-ffa450edef68
2005-05-22 02:55:34 +00:00
Steven Caswell 83152c4227 updated version to 2.1-RC6
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@171272 13f79535-47bb-0310-9956-ffa450edef68
2005-05-22 02:53:49 +00:00
Gary D. Gregory 57423f259f Specification-Version: 2.1
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@170672 13f79535-47bb-0310-9956-ffa450edef68
2005-05-17 21:41:48 +00:00
Steven Caswell 03fa12f5b2 added deleting the text package from source (java and test) when preparing the source filesystem for building the source distribution, because the text package is excluded from the 2.1 release
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@168236 13f79535-47bb-0310-9956-ffa450edef68
2005-05-05 01:54:13 +00:00
Steven Caswell 3da25240b0 removed link to lang.text section
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@168231 13f79535-47bb-0310-9956-ffa450edef68
2005-05-05 01:32:02 +00:00
Steven Caswell 502c5e2609 removed description of the text package since it is excluded from the 2.1 release;
updated e-mail address

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@168230 13f79535-47bb-0310-9956-ffa450edef68
2005-05-05 01:31:06 +00:00
Steven Caswell ee5ce24168 updated status to 2.1-RC5;
added excluding the text package as a source modification and unit text exclusion

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@168229 13f79535-47bb-0310-9956-ffa450edef68
2005-05-05 01:29:46 +00:00
Steven Caswell fddb1a875d added maven.clover.excludes property to exclude the text package (exluded from 2.1 release)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@168227 13f79535-47bb-0310-9956-ffa450edef68
2005-05-05 01:28:16 +00:00
Steven Caswell 580a7b31d2 update version to 2.1-RC5;
added properties compile.excludes and excludepackagenames to support building a distribution without a package

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@168226 13f79535-47bb-0310-9956-ffa450edef68
2005-05-05 01:26:56 +00:00
Steven Caswell f2d7f4ada6 added compile.excludes attribute to the javac element, with the value set to the compile.excludes property;
added excludepackagenames attribute to the javadoc element, with the value set to the javadoc.excludepackagenames property;
added dist-build-2.1 target to build the 2.1 release without the text package

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@168225 13f79535-47bb-0310-9956-ffa450edef68
2005-05-05 01:26:00 +00:00
Steven Caswell f3851094d7 added svn path to the committers repository in the building/site generation section
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@168200 13f79535-47bb-0310-9956-ffa450edef68
2005-05-04 22:12:30 +00:00
Gary D. Gregory d14f130cc4 Text test suite was not being invoked.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@166153 13f79535-47bb-0310-9956-ffa450edef68
2005-05-02 23:05:47 +00:00
Gary D. Gregory f9e986558f [Bug 34715][lang] unit test for org.apache.commons.lang.text.StrBuilder.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@166042 13f79535-47bb-0310-9956-ffa450edef68
2005-05-02 23:04:47 +00:00
Gary D. Gregory 7771e18974 A good start for: [Bug 34715][lang] unit test for org.apache.commons.lang.text.StrBuilder. From heuermh@acm.org.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@165710 13f79535-47bb-0310-9956-ffa450edef68
2005-05-02 22:55:31 +00:00
Gary D. Gregory a22cada514 Replace the Javadoc pattern "A Matcher which matches the XXX character." with "Matches the XXX character.". (A matcher matches of course ;-) Use the active voice or “third-person verb form”, I only know it is called the “third-person verb form” because I read it in the most excellent tiny little book “The Elements of Java Style”.)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@165694 13f79535-47bb-0310-9956-ffa450edef68
2005-05-02 21:16:58 +00:00
Gary D. Gregory 62746c899f Javadoc nit.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@165687 13f79535-47bb-0310-9956-ffa450edef68
2005-05-02 21:06:38 +00:00
Gary D. Gregory bc218db61c Fix 120-length warnings reported for 2.1-RC4 here: http://people.apache.org/~stevencaswell/commons-lang-2.1/docs/checkstyle-report.html
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@165657 13f79535-47bb-0310-9956-ffa450edef68
2005-05-02 18:31:49 +00:00
Steven Caswell a8a5bea553 added header similar to developer's guide;
added code tags around method call examples

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@165558 13f79535-47bb-0310-9956-ffa450edef68
2005-05-01 22:15:46 +00:00
Steven Caswell de5f4d31bf removed entry for writing users guide
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@165557 13f79535-47bb-0310-9956-ffa450edef68
2005-05-01 22:14:55 +00:00
Steven Caswell 81cfc6af93 spelling correction
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@165556 13f79535-47bb-0310-9956-ffa450edef68
2005-05-01 22:14:24 +00:00
Steven Caswell de086a9972 updated version to 2.1-RC4
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@165555 13f79535-47bb-0310-9956-ffa450edef68
2005-05-01 22:13:34 +00:00
Steven Caswell 3002996c2d updated version to 2.1-RC4
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@165554 13f79535-47bb-0310-9956-ffa450edef68
2005-05-01 22:13:09 +00:00
Steven Caswell a8be2ba8ba updated link to status document;
changed repository link to point to subversion repository

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@164716 13f79535-47bb-0310-9956-ffa450edef68
2005-04-26 02:04:32 +00:00
Steven Caswell f768e6d6b5 added instructions for building a release
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@164715 13f79535-47bb-0310-9956-ffa450edef68
2005-04-26 02:03:10 +00:00
Steven Caswell 123bbb1eb9 updated version to 2.1-RC3
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@164714 13f79535-47bb-0310-9956-ffa450edef68
2005-04-26 02:02:18 +00:00
Steven Caswell e5d6c9246a updated version to 2.1-RC3
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@164713 13f79535-47bb-0310-9956-ffa450edef68
2005-04-26 02:01:19 +00:00
Steven Caswell 0240ee098e updated with 2.1 changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@164711 13f79535-47bb-0310-9956-ffa450edef68
2005-04-26 01:47:17 +00:00
Steven Caswell cd2d9b18c5 changed to reflect version 2.1
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@164648 13f79535-47bb-0310-9956-ffa450edef68
2005-04-25 21:06:15 +00:00