Commit Graph

1529 Commits

Author SHA1 Message Date
Stephen Colebourne 9d25ee76f8 Tidy javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@209531 13f79535-47bb-0310-9956-ffa450edef68
2005-07-06 22:35:51 +00:00
Gary D. Gregory f994c98c39 Renamed VariableFormat to VariableFormatter since it is not a subclass of java.text.Format.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@209509 13f79535-47bb-0310-9956-ffa450edef68
2005-07-06 20:33:21 +00:00
Steven Caswell 1aae68267d Towards version 2.2: - Set the component version to 2.2-dev, removed text package exclusions
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@209378 13f79535-47bb-0310-9956-ffa450edef68
2005-07-06 01:30:28 +00:00
Steven Caswell 6b869ef899 added comment to denote empty catch block
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@209375 13f79535-47bb-0310-9956-ffa450edef68
2005-07-06 01:18:57 +00:00
Steven Caswell fc794c60ef changed constructor empty statement to super
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@209374 13f79535-47bb-0310-9956-ffa450edef68
2005-07-06 01:17:48 +00:00
Steven Caswell 0732223726 removed empty statement from catch block that takes no action, using comment only to denote no action;
added super to empty constructors

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@209373 13f79535-47bb-0310-9956-ffa450edef68
2005-07-06 01:15:52 +00:00
Steven Caswell 8abba8d533 added super to empty constructors
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@209372 13f79535-47bb-0310-9956-ffa450edef68
2005-07-06 01:12:46 +00:00
Steven Caswell 554a0a8c45 removed empty statement from catch block that takes no action, using comment only to denote no action
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@209371 13f79535-47bb-0310-9956-ffa450edef68
2005-07-06 01:10:57 +00:00
Gary D. Gregory 5ec8a51d09 Towards version 2.2:
- Set the component version to 2.2-dev.
 - Add .text classes VariableFormat and VariableFormatTest.
 - Enable build of .text package.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@209296 13f79535-47bb-0310-9956-ffa450edef68
2005-07-05 16:27:10 +00:00
Gary D. Gregory 6d861c9098 Towards version 2.2:
- Set the component version to 2.2-dev.
 - Add .text classes VariableFormat and VariableFormatTest.
 - Enable build of .text package.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@209004 13f79535-47bb-0310-9956-ffa450edef68
2005-07-04 01:25:30 +00:00
Steven Caswell 53416f1e4f added javadocs to inner class constructors
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@202055 13f79535-47bb-0310-9956-ffa450edef68
2005-06-27 20:41:03 +00:00
Steven Caswell 3eea891169 added missing javadoc tags
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@202052 13f79535-47bb-0310-9956-ffa450edef68
2005-06-27 20:34:13 +00:00
Steven Caswell 80dd30415e added invocation of super() to constructor
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@202044 13f79535-47bb-0310-9956-ffa450edef68
2005-06-27 20:25:23 +00:00
Steven Caswell 12431fdb8f added empty statement to empty catch blocks
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@202043 13f79535-47bb-0310-9956-ffa450edef68
2005-06-27 20:24:10 +00:00
Steven Caswell ebff428ba5 chanegd empty statement in constructor to invocation of super()
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@201930 13f79535-47bb-0310-9956-ffa450edef68
2005-06-27 00:54:42 +00:00
Steven Caswell 6c691d01bd corrected style issues (mostly empty blocks and missing javadocs)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@201883 13f79535-47bb-0310-9956-ffa450edef68
2005-06-26 17:48:18 +00:00
Steven Caswell b73111983b corrected style issues (mostly empty blocks and missing javadocs)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@201882 13f79535-47bb-0310-9956-ffa450edef68
2005-06-26 17:45:54 +00:00
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