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
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
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
e65e22fe10
Allow Java 1.5 to be used to build with Maven.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137991 13f79535-47bb-0310-9956-ffa450edef68
2004-10-21 00:36:37 +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
17c6ebcfa1
Minor format tweak, add some leading spaces to two lines. (One more time, without tabs in the two spots).
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137953 13f79535-47bb-0310-9956-ffa450edef68
2004-10-01 22:45:51 +00:00
Gary D. Gregory
dd2f1a2f03
Minor format tweak, add some leading spaces to two lines.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137952 13f79535-47bb-0310-9956-ffa450edef68
2004-10-01 22:32:53 +00:00
Gary D. Gregory
f1106ca1c1
Run mutable tests.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137951 13f79535-47bb-0310-9956-ffa450edef68
2004-10-01 21:53:50 +00:00
Gary D. Gregory
53d9d01b61
The Sun Javadoc for versions prior to 1.3 are off-line:
...
<property name="jdk.javadoc" value="http://java.sun.com/j2se/1.3/docs/api/ "/>
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137946 13f79535-47bb-0310-9956-ffa450edef68
2004-09-30 16:51:14 +00:00
Stephen Colebourne
fc6b3de4e1
Add notice to builds
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137808 13f79535-47bb-0310-9956-ffa450edef68
2004-02-19 21:29:35 +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
Stephen Colebourne
08c8089c0c
Enable change of javadoc location by property
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137692 13f79535-47bb-0310-9956-ffa450edef68
2003-10-23 21:07:44 +00:00
Stephen Colebourne
e459236715
Remove reflect code from [lang] to separate project [reflect]
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137669 13f79535-47bb-0310-9956-ffa450edef68
2003-09-20 10:18:56 +00:00
Henri Yandell
25fdafc320
dist-build now forces a clean
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137657 13f79535-47bb-0310-9956-ffa450edef68
2003-08-23 05:27:30 +00:00
Henri Yandell
30c4f3890d
Fixed the crlf fixing for txt files in the binary build.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137646 13f79535-47bb-0310-9956-ffa450edef68
2003-08-22 01:33:12 +00:00
Henri Yandell
e772c80ab2
Removed test.util from the tests run in a build.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137637 13f79535-47bb-0310-9956-ffa450edef68
2003-08-21 02:48:03 +00:00
Henri Yandell
3ed03687f9
dist-build goal added to build tar.gz's and .zips. Additionally it handles
...
moving the txt files in the .zip to a Window's format.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137614 13f79535-47bb-0310-9956-ffa450edef68
2003-08-17 19:32:55 +00:00
Henri Yandell
3afcf2d381
Commiting build with the test for reflection removed.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137603 13f79535-47bb-0310-9956-ffa450edef68
2003-08-16 02:43:29 +00:00
Henri Yandell
87f80c4dca
Changed so it stops putting .html files into the jar file.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137525 13f79535-47bb-0310-9956-ffa450edef68
2003-07-30 01:32:09 +00:00
Stephen Colebourne
6a5bdacba3
Change ant script to improve readability
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137484 13f79535-47bb-0310-9956-ffa450edef68
2003-07-21 22:54:37 +00:00
Gary D. Gregory
2445ba85ff
Javadocs now links to the JRE 1.2 Sun Javadoc (1.2 is the [lang] base requirement).
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137481 13f79535-47bb-0310-9956-ffa450edef68
2003-07-21 19:30:46 +00:00
Henri Yandell
20147cce8e
Javadoc no longer shows private attributes/methods.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137411 13f79535-47bb-0310-9956-ffa450edef68
2003-07-12 03:58:02 +00:00
Henri Yandell
81bd0596f2
Switched from using top-level Commons LICENSE to specific Commons Lang LICENSE.txt. The main driving reason for this is so that distributed sources may properly build.
...
Submitted by: Arnaud Vandyck
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137392 13f79535-47bb-0310-9956-ffa450edef68
2003-07-04 15:26:38 +00:00
Gary D. Gregory
e7d0572cf8
Include a Javadoc overview.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137351 13f79535-47bb-0310-9956-ffa450edef68
2003-05-31 18:44:36 +00:00
Gary D. Gregory
47a26bad34
Change copyright in Javadoc output from 2002 to 2003.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137332 13f79535-47bb-0310-9956-ffa450edef68
2003-05-23 03:52:09 +00:00
Stephen Colebourne
713af7b691
Remove functor subpackage
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137321 13f79535-47bb-0310-9956-ffa450edef68
2003-05-16 22:17:35 +00:00
Henri Yandell
6325219185
Moved the enum package to the end so that the others can be tested.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137222 13f79535-47bb-0310-9956-ffa450edef68
2003-01-07 19:56:40 +00:00
Stephen Colebourne
01eafff113
Update for math package
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137210 13f79535-47bb-0310-9956-ffa450edef68
2002-12-23 00:33:50 +00:00
Stephen Colebourne
9c4166dbb2
Create time subpackage
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137194 13f79535-47bb-0310-9956-ffa450edef68
2002-12-18 23:30:20 +00:00
Robert Burrell Donkin
7b38db1c30
Added unit tests for MethodUtils copied from the beanutils component.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137125 13f79535-47bb-0310-9956-ffa450edef68
2002-11-14 18:53:36 +00:00
Henri Yandell
8ebe30ba30
Integrated the new functor package
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137112 13f79535-47bb-0310-9956-ffa450edef68
2002-11-05 16:45:45 +00:00
Stephen Colebourne
370914eb5a
Update testing for ant
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137014 13f79535-47bb-0310-9956-ffa450edef68
2002-09-12 21:58:15 +00:00
Daniel Rall
aef2306967
Compile the test cases without deprecation warnings, since we are
...
testing deprecated methods in the exception sub-package.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@136960 13f79535-47bb-0310-9956-ffa450edef68
2002-08-13 17:56:45 +00:00
Stephen Colebourne
6f17f419e0
Add new Enum class tests to build xml
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@136959 13f79535-47bb-0310-9956-ffa450edef68
2002-08-11 23:20:09 +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