Stefan Bodewig
7b27a575aa
Correct copyright statement
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276092 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
a7acaf9e6a
Second batch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276091 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
f298615cfe
Adhering to the last point in < http://www.apache.org/dev/apply-license.html >,
more commits to follow for the subdirectories.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276090 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
122793e23e
Add retroactively fix of bug 26642, possibility of running programs
in directories having non ascii names
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276088 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
87c50a6404
Separate 1.6.0 to 1.6.1 changes from the other changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276087 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Erik Hatcher
ccf15859fa
copy/paste typo correction
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276086 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Erik Hatcher
1abe95bf6f
correting typos
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276085 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
148519167d
Forgot to update these files
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276084 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
78f12b3dfd
Ant 1.6.1 release
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276083 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
0c757a017b
comment on groovy support
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276077 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
d3f02f3fad
support the groovy language for the script and scriptdef tasks
Add groovy to the BSF supported tasks
Change the script names to remove <> to allow current Groovy implementation
to work
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276076 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
cc9f4f71f5
Be a little more defensive in a protected method of a non-final public class, PR 26737
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276074 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
9a63708727
changes following tests under cygwin
adding a second backslash to variables terminated with a backslash to ensure
also prevent problem with evaluation of test expressions where -f is compared to something else
this error message was happening
+ [ -f = --h -o -f = --help ]
[: --h: unknown operand
+ [ -f = -h -o -f = -help ]
[: -h: unknown operand
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276072 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
ff348804c1
Copyright owner The Apache Software Foundation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276069 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
3cb816afad
Copyright owner The Apache Software Foundation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276068 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
3dd67df3bb
restoring files committed by mistake
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276067 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
33c1770074
Copyright owner The Apache Software Foundation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276066 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
278781dcd6
Copyright owner is The Apache Software Foundation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276065 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
5811602974
XmlLogger:
Remove tasks and targets from the hashtables when the task/target finished
event arrives.
PR: 25086 (a patch provided in one of the comments)
Obtained from: Artur Lorincz
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276063 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Jan Materne
69fbedca6d
New Task: snip
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276061 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
487f084e0c
Make touchtest pass on Win2
PR:
Obtained from:
Submitted by:
Reviewed by:
Make touchtest pass on Win2K / FAT
Dates earlier than 1990 seem not to work for me
as last modified dates of files
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276060 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
74124d7525
Shebang line had been lost in the copyright update
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276058 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
29815cef7e
Give 2 seconds to these tests to succeed instead of 1
Avoiding gump failures
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276056 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
0d5edbdfcb
Update information concerning MS FTP server required libraries
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276054 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
7c2107f6df
Copyright year
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276052 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
975abbe8bc
Add something about the support of MS FTP servers,
using the CVS HEAD of commons-net and jakarta-oro
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276051 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
81b7c947ce
Upgrade to License 2.0
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276049 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
f7c404f46e
Upgrade to License 2.0
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276048 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
64af2a0b8e
Upgrade to License 2.0 continues
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276046 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
15cd432b95
Upgrade to License 2.0
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276044 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
c2e7261d51
Make license upgrade more prominent
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276042 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
8afdb58dd6
Allow unit tests to pass for java 1.5
Compiler name for 1.5 is javac1.5
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276040 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
918cac2917
Make failure to display the splash screen non-fatal.
I've tested this with JDK 1.4 and the java.awt.headless system
property set to true as well as a Unix box running without an X
server. While the former throws an Exception in the constructor of
SplashScreen, the later throws an Error in the constructor of
ImageIcon.
PR: 11482
Fix a copyright year mistake introduced in revision 1.9 at the same time.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276038 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
dbc7f86dea
added new license
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276036 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
be8c8a8bde
License version 2.0
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276031 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
abd5a4b0e5
New license
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276030 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
f03ec51836
Apache License 2.0
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276029 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stephane Bailliez
e15f867c9a
PR: 19301
Use xalan extensions to replace strings and avoid a stack overflow when doing deep recursions.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276028 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stephane Bailliez
ab6b17d63f
PR: 19301
Use xalan extensions to replace strings and avoid a stack overflow when doing deep recursions.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276027 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
05a31e3b42
Added the NOTICE to the metainf dir of ant.jar, ant-launcher.jar and ant-nodeps.jar
and also to the distribution files
Updated the copyright notice in bootstrap.sh
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276025 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
7124143078
Added NOTICE file as discussed previously on the development list
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276022 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
1ba91e4855
Changes to make Ant installed in JPackage's RPM environment behave a
little bit more friendly.
* a new system property ant.lib.dir that if set will be used instead
of the location of ant-launcher.jar to slurp in the jars for Ant.
* a --noconfig switch that suppresses sourcing of additional
configuration files.
* various changes to the $rpm_mode specific parts of the file.
Submitted by: Randy Watler <rwatler at finali dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276021 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
037cb17def
bring back original copyright years
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276019 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
66555ca10d
Remove trailing spaces in all java files
in order to make checkstyle happy
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276017 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
c1a80fbda2
add flush are println in DefaultHandlerHandler#handleInput
- some java jvms do not flush the output for System.err.println()
in particular z/OS
PR: 26655
Obtained from: wwalsh at curamsoftware dot com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276015 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
eb25eb17c2
adapt checkstyle configuration to the new license
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276013 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
ca1513552f
Switch to Apache Software License 2.0
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276010 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
32276de419
Check if character is in range for special array
PR: 26642
Obtained from: Jesse Glick
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276008 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
f5d5fede9c
Update manual entry for javac to document when tempdir is used
PR: 26559
Obtained from: Steven Scheffler
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276006 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
8942302ce8
first test to move to the Apache License 2.0
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276005 13f79535-47bb-0310-9956-ffa450edef68
22 years ago