Benedikt Ritter
e42dad3901
Lang requires Java 6, update URL to JavaSE docs
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1557357 13f79535-47bb-0310-9956-ffa450edef68
2014-01-11 11:56:00 +00:00
Benedikt Ritter
0f2e42d6ee
LANG-937: Fix missing Hamcrest dependency in Ant Build
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1554848 13f79535-47bb-0310-9956-ffa450edef68
2014-01-02 17:06:53 +00:00
Sebastian Bazley
f068cb71b5
Tab police
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1390989 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 13:12:09 +00:00
Henri Yandell
27d2edb2bd
Applying Ville Skyttä's patch from LANG-761 to fix the javadoc warnings in the Ant build
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1225113 13f79535-47bb-0310-9956-ffa450edef68
2011-12-28 06:39:30 +00:00
Henri Yandell
16c1e9e423
Applying Ville Skyttä's LANG-717 patch to force the encoding in Ant and Maven builds to ISO-8859-1; stopping reported ugly output if your system is running in UTF-8
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1148152 13f79535-47bb-0310-9956-ffa450edef68
2011-07-19 04:32:56 +00:00
Gary D. Gregory
c04611f260
Test for [LANG-720] StringEscapeUtils.escapeXml(input) outputs wrong results when an input contains characters in Supplementary Planes. [LANG-708] StringEscapeUtils.escapeEcmaScript from lang3 cuts off long unicode string.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147212 13f79535-47bb-0310-9956-ffa450edef68
2011-07-15 16:12:50 +00:00
Gary D. Gregory
d12a0bf808
[LANG-718] build.xml Java 1.5+ updates.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144999 13f79535-47bb-0310-9956-ffa450edef68
2011-07-11 01:02:13 +00:00
Gary D. Gregory
d42188e89b
(LANG-711) [patch] add includeantruntime=false to javac targets to quell warnings in ant 1.8.1 and better (and modest performance gain). Apply patch.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142198 13f79535-47bb-0310-9956-ffa450edef68
2011-07-02 10:57:20 +00:00
Matthew Jason Benson
25d4c7db21
remove obsolete targets, classname references from Ant build
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091102 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 15:37:12 +00:00
Phil Steitz
f070298869
Restored Ant build.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1090934 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 05:00:19 +00:00
Henri Yandell
adfc17682b
Removing Ant build system. Already out of date, and broken with the suites gone
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@787897 13f79535-47bb-0310-9956-ffa450edef68
2009-06-24 04:04:15 +00:00
Henri Yandell
76fdbaf1a4
Removing EnumTests
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@751351 13f79535-47bb-0310-9956-ffa450edef68
2009-03-08 01:57:50 +00:00
Henri Yandell
b23d1430ee
Missed removing a test.enum
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@749347 13f79535-47bb-0310-9956-ffa450edef68
2009-03-02 16:28:52 +00:00
Henri Yandell
1b3c9a30cd
Removing enum.EnumTestSuite
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@749175 13f79535-47bb-0310-9956-ffa450edef68
2009-03-02 03:48:28 +00:00
Henri Yandell
9d8846081a
Adding reflect to the build.xml as per LANG-463
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@701953 13f79535-47bb-0310-9956-ffa450edef68
2008-10-06 06:05:32 +00:00
Gary D. Gregory
77e9314410
Fix Javadoc copyright year once and for all.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@612317 13f79535-47bb-0310-9956-ffa450edef68
2008-01-15 23:56:47 +00:00
Rahul Akolkar
79e7dcefdb
TLP related blanket changes:
...
s:jakarta.apache.org/commons:commons.apache.org:
s/commons-user@jakarta.apache.org/user@commons.apache.org/
s/commons-dev@jakarta.apache.org/dev@commons.apache.org/
s/Jakarta Commons/Apache Commons/
s:svn.apache.org/viewcvs/jakarta/commons:svn.apache.org/viewvc/commons:
s:svn.apache.org/viewcvs.cgi/jakarta/commons:svn.apache.org/viewvc/commons:
s:svn.apache.org/viewvc/jakarta/commons:svn.apache.org/viewvc/commons:
s:svn.apache.org/repos/asf/jakarta/commons:svn.apache.org/repos/asf/commons:
I'd appreciate another pair of eyes on this. There are some categories we probably don't want to change ATM (hopefully, none of these snuck in):
* Historicals (proposals etc.)
* URLs that shouldn't change (DOCTYPE fragments etc.)
* Test cases where namespace URLs matter etc. (I'll track any related nightly failures)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@561230 13f79535-47bb-0310-9956-ffa450edef68
2007-07-31 04:17:09 +00:00
Henri Yandell
724842ee7b
And clean up so they don't end up in other things
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@504732 13f79535-47bb-0310-9956-ffa450edef68
2007-02-07 23:19:35 +00:00
Henri Yandell
333c9ecbcb
Include the license/notice in the source/javadoc jars
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@504729 13f79535-47bb-0310-9956-ffa450edef68
2007-02-07 23:09:31 +00:00
Henri Yandell
5601a2ca73
sources/javadoc jars are included in the binary zip
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@504342 13f79535-47bb-0310-9956-ffa450edef68
2007-02-06 22:39:50 +00:00
Henri Yandell
8898f28898
Don't get the point of 'dist' and 'dist-build' being separate, so merging them
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@491956 13f79535-47bb-0310-9956-ffa450edef68
2007-01-02 22:47:03 +00:00
Henri Yandell
c1fe78ffa1
Applying -r449108:449370 from the LANG_2_2_X branch to the trunk
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@449372 13f79535-47bb-0310-9956-ffa450edef68
2006-09-24 07:01:49 +00:00
Henri Yandell
565888466c
Folding r448470 in from the LANG_2_2_X release branch - builds javadoc/sources jars
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@448471 13f79535-47bb-0310-9956-ffa450edef68
2006-09-21 06:11:38 +00:00
Gary D. Gregory
d829770690
Fix XML comment from a previous commit.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@437756 13f79535-47bb-0310-9956-ffa450edef68
2006-08-28 17:20:17 +00:00
Henri Yandell
e4ff29dc98
Fixing license header
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@437555 13f79535-47bb-0310-9956-ffa450edef68
2006-08-28 06:22:54 +00:00
Henri Yandell
a5a4f9067a
Fixing the ASF copyright and placing it in the NOTICE file
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@437554 13f79535-47bb-0310-9956-ffa450edef68
2006-08-28 06:21:41 +00:00
Gary D. Gregory
513d128773
Change "Copyright ....-2005" to "Copyright ....-2006"
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@437238 13f79535-47bb-0310-9956-ffa450edef68
2006-08-26 21:54:21 +00:00
Niall Pemberton
71910e6e4d
LANG-272 Remove 2.1 build target and exclusion of "text" package from source distro.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@420730 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 05:37:53 +00:00
Henri Yandell
d13e4b12f3
Pretty sure Util tests were gone a long long time ago
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@415315 13f79535-47bb-0310-9956-ffa450edef68
2006-06-19 12:45:54 +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
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
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
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