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
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
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
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
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
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
Conor MacNeill
a41ecd0f20
Handle unexpanded properties in Windows CLASSPATHS
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275998 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
29cd9759d3
forgot to setTaskType when cloning UnknownElement
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275990 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
6c29f89924
Fail with a useful error message when the user asks us to fork a
process in a directory that doesn't exist.
PR: 25455
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275988 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
ded399dd7b
The gcj compiler adapter failed if the destdir didn't exist.
PR: 25856
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275986 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
ba56fe06af
fix wrong javadoc comment.
PR: 25939
Submitted by: Jesse Glick <jglick at netbeans dot org>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275984 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
46a9d8a1c5
<java> ignored the append attribute.
PR: 26137
Submitted by: Emmanuel Rayzal <emmanuel at ukibi dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275982 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
fd6969e083
added @since tags
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275970 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
5ec7e1db1b
Add a new cvsversion task
Modify CvsChangeLog to accept a branch as the tag attribute
ChangeLogTask.java now inherits from AbstractCvsTask
PR: 13510
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275969 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
bf736586fa
Change textname attribute in macrodef to a text element
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275962 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
3386b229bc
2004
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275959 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Steve Loughran
6ed7b543c6
followed up peter reilly's suggestion; full testing for unimplemented as well as undefined
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275958 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
74ba756bad
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275957 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
6356d19ab4
better reporting of linkage error in checkTaskClass
PR: 26332
Obtained from: Jesse Glick
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275955 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Steve Loughran
a20d0ddab1
new condition: typefound
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275950 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
7b5e67f539
add textname attribute to macrodef
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275948 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
5f41947fea
- Added an extra option to 'failonerr' to each ClearCase task/command.
- Extended the functionality of cccheckout. It can check (notco) to see if
the desired element is already checked out to the current view. Thus it
won't attempt to check it out again.
- Added three new ClearCase commands: ccmkattr, ccmkdir, ccmkelem
- Checkstyle
PR: 26253
Submitted by: Sean Egan (sean at cm-logic dot com)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275943 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
00727cc999
use a static map of jarfile->manifest classpath entry
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275932 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
eb5088c226
Fix date
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275930 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
af0809b04d
macrodef element names are case insensentive due to use of DynamicConfigurator
PR: 26225
Reported by: John Sichi
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275929 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
4db617fc7d
Add two new attributes in p4submit :
needsresolveproperty and changeproperty
PR: 25711
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275924 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
4f26039254
2004
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275916 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
615d2fd6b9
add " to " to jsp output
PR: 26082
Obtained from: Robert Flaherty
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275908 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
4a56f455f2
Allow presetdef'ed types to be used with the ant-type attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275903 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
c9ee19786b
Fix for ant -keep-going a b
where target a fails
PR: ?
Obtained from: Darin Swanson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275902 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
dfb102a12e
Class.getClassLoader may return null for the system classloader
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275899 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
73d92708f6
A leading slash in a resource name is only required for
Class.getResource*, not the corresponding ClassLoader methods. Adding
the slash makes the task completely useless.
Reported by: <koji underscore sekiguchi at excite dot co dot jp>,
Jack J. Woehr <jax at purematrix dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275895 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
07e9f9859f
Failing unit tests for whichresource
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275894 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
08d430255d
2004
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275892 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
616ae7c4cb
opps
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275889 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
f5921264e5
fix for CRLF adds extraneous character at the end of File
if a file does not end in an eol, fixcrlf will add an eol
this patch adds an attribute to fixcrlf to stop this behaviour
PR: 23262
Obtained from: gudnabrsam at yahoo dot com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275886 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
049e8cfaa9
Add description attributes for elements and attributes of macrodef
PR: 24711
Obtained from: gudnabrsam at yahoo dot com and Yuji Yamano
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275884 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
afa4931ee0
date
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275877 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
1b60864bf1
Fix npe if <include> does not have a "name" attribute
PR: 25982
Obtained from: Dawid Weiss
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275875 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
4f1313504a
2004
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275874 13f79535-47bb-0310-9956-ffa450edef68
22 years ago