Commit Graph

32 Commits

Author SHA1 Message Date
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 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
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
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
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 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
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 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 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 f77345faae updated version to 2.1-RC
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@161956 13f79535-47bb-0310-9956-ffa450edef68
2005-04-19 19:57:33 +00:00
Gary D. Gregory 5e18fd65ff Updated copyright statements for 2005.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@161244 13f79535-47bb-0310-9956-ffa450edef68
2005-04-14 06:16:36 +00:00
Gary D. Gregory e0af00ee72 Fix Javadoc copyright year.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@161241 13f79535-47bb-0310-9956-ffa450edef68
2005-04-14 02:00:48 +00:00
Dirk Verbeeck cd34d6423d svn:keywords correction
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@155423 13f79535-47bb-0310-9956-ffa450edef68
2005-02-26 13:08:30 +00:00
Gary D. Gregory d5095df781 Two items:
(1) Allow the Java 1.5 to be used to build by adding:

# Specifies the source version for the Java compiler.
# Corresponds to the source attribute for the ant javac task.
# Valid values are 1.3, 1.4, 1.5.
compile.source = 1.3

(2) Refactor the multiple use of the javac/target="1.1" into a build property:

# Generate class files for specific VM version (e.g., 1.1 or 1.2).
# Note that the default value depends on the JVM that is running Ant.
# In particular, if you use JDK 1.4+ the generated classes will not be usable
# for a 1.1 Java VM unless you explicitly set this attribute to the value 1.1
# (which is the default value for JDK 1.1 to 1.3).
compile.target = 1.1


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137990 13f79535-47bb-0310-9956-ffa450edef68
2004-10-21 00:21:39 +00:00
Gary D. Gregory f58370a13f Apply Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137801 13f79535-47bb-0310-9956-ffa450edef68
2004-02-18 23:13:37 +00:00
Henri Yandell 2608220ef7 Versioned with 2.0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137638 13f79535-47bb-0310-9956-ffa450edef68
2003-08-21 02:48:44 +00:00
Henri Yandell b05d73a0ed Preparing for rc3.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137616 13f79535-47bb-0310-9956-ffa450edef68
2003-08-17 19:41:53 +00:00
Henri Yandell 0c1c4431d2 Updated version so that new builds will be rc2.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137523 13f79535-47bb-0310-9956-ffa450edef68
2003-07-30 00:06:44 +00:00
Henri Yandell a86696a2b0 Setting version to 2.0-rc1
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137429 13f79535-47bb-0310-9956-ffa450edef68
2003-07-14 23:50:12 +00:00
Henri Yandell f251b7e907 Updated version to 2.0, pre-build.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137426 13f79535-47bb-0310-9956-ffa450edef68
2003-07-14 23:25:47 +00:00
Henri Yandell 6954fa7b30 What? Everyone doesn't have a /usr/local/javalib/ directory?
My cockup.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137244 13f79535-47bb-0310-9956-ffa450edef68
2003-02-02 16:52:40 +00:00
Henri Yandell 3c27be2435 Updated to reflect next version's dev.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137241 13f79535-47bb-0310-9956-ffa450edef68
2003-02-02 09:11:55 +00:00
Stephen Colebourne 7e42641cce Remove Hen's personal settings (!)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137171 13f79535-47bb-0310-9956-ffa450edef68
2002-12-08 16:06:30 +00:00
Henri Yandell f9e7f0e58f Updated version from 1.0 to 1.1-dev.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137170 13f79535-47bb-0310-9956-ffa450edef68
2002-12-07 21:52:19 +00:00
Henri Yandell c31ee55a2a 1.0'd.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137086 13f79535-47bb-0310-9956-ffa450edef68
2002-10-04 03:23:18 +00:00
Henri Yandell cba6c55b52 Moved to RC2
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137083 13f79535-47bb-0310-9956-ffa450edef68
2002-10-01 23:01:55 +00:00
Daniel Rall f2970e827e Reverting last commit back to CVS rev 1.3. I would prefer to see the "dist" build target create bundled archives.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137064 13f79535-47bb-0310-9956-ffa450edef68
2002-09-25 06:00:30 +00:00
Daniel Rall 357b510dcd All build-generated content should reside under a single directory for easy cleaning.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137063 13f79535-47bb-0310-9956-ffa450edef68
2002-09-25 05:57:36 +00:00
Daniel Rall 0dca928520 Updated the component.version property for [lang] version 1.0-rc1.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137061 13f79535-47bb-0310-9956-ffa450edef68
2002-09-25 05:54:54 +00:00
Henri Yandell f01f3e8d3f removed my junit location :)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@136933 13f79535-47bb-0310-9956-ffa450edef68
2002-07-19 03:39:48 +00:00
Henri Yandell 6627f7ad8f Initial copy from jakarta-commons-sandbox
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@136932 13f79535-47bb-0310-9956-ffa450edef68
2002-07-19 03:35:56 +00:00