Stefan Bodewig
33bc8da118
Change the methods that try to locate JDK tools to work on AIX with
IBM's JDK 1.2 as well.
@todo refactor into a single method somewhere
PR: 5541
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270667 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
01acc18c4e
Search user specified classpath for Weblogic's rmic implementation.
PR: 5763
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270666 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
0067aa3103
my key has been signed by Conor
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270665 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
cbb78d76a0
Add my GnuPG key as well.
I seem to have moved over to GnuPG more or less completely now as more
and more people use keys that my PGP 2 cannot grok.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270664 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
2d39ca6d60
All that work and what did I learn? .... Oh my.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270663 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
3b41e256ee
<fixcrlf> failed on Mac files.
Reported by: Matt McHenry <mmchenry@carnegielearning.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270662 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
e456ce937c
We don't like our old execution framework any longer.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270661 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
e6ac327bfc
untabify
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270660 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
f51abba170
Add some more copyright notices.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270659 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
f3577cdb5c
License police on task definitions:
(1) Make sure there is a Copyright notice on all files.
(2) Make sure all years in which a file has been modified are
listed.
(3) Make sure the format is consistent, i.e. separate consecutive
years with a dash, not a comma.
(4) Change some references from Tomcat to Ant.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270658 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
3fddc0bcfd
License police on documentation files:
(1) Make sure all years in which a file has been modified are
listed.
(2) Make sure the format is consistent, i.e. separate consecutive
years with a dash, not a comma.
Also: the initial checkin into this CVS module was in 2000, not 1999.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270657 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
2839e2ca84
License police on utility packages:
Make sure all years in which a file has been modified are listed.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270656 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
2fdf6b699f
missed two subdirectories
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270655 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
d0fd746309
License police on testcases and stylesheets:
Make sure all years in which the file has been modified are listed.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270654 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
bfb71291dd
regenerate site. I have changed external.xml this year and all pages
have the same years for the copyright notice as it is part of the
template.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270653 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
b6a3e9df36
License police on documentation files:
(1) Make sure there is a Copyright notice on all visible files.
(2) Make sure all years in which the file has been modified are
listed.
(3) Make sure the format is consistent, i.e. separate consecutive
years with a dash, not a comma.
When Stephane changed starteam.html it has been 2001 in France but
2002 in Australia - does that mean we add 2002 to the Copyright line
or not? ;-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270652 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
950556fcd5
- Use non-deprecated method of Java task to set arguments
- Minor code layout
PR: 5723
Reported by: gert.driesen@ardatis.com (Gert Driesen)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270651 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
efa9cca0e4
- Incorrectly overload long skip(long) with void skip(int)
- Code layout
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270650 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
86b5885efa
Use getProject() rather than project.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270649 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
05b398c9b6
- Incorrectly overloads the setCommand method instead of overriding it.
- Minor code layout
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270648 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
160baad484
made filtertrace overridable
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270647 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
7622aae8b5
clean out reference to ManifestFile
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270646 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
7cbd5df017
Remove code that has never been used in any released version of Ant.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270645 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
244252d7c9
Code layout only.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270644 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
8ad08b2392
remove this double naming guidelines...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270643 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
437a1cfc7a
Remove double check for same condition.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270642 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
ca1005cfdc
Code layout only.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270641 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
624fb42975
Code layout only.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270640 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
a4d8a1d817
Code layout
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270639 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
3fa5d5e35c
Layout code
Enforce naming guidelines
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270638 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
e3b6d1fe76
Fix bad coding style.
then/else parts of if statement and loop body must always been enclosed
in a block statement.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270637 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
32b8cce516
Fix bad coding style.
then/else parts of if statement and loop body must always been enclosed
in a block statement.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270636 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
69f90db91b
Fix weird insertion.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270635 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
f7940f8b48
Fallback to 1.2. Come back later for this one.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270634 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
dd4f44627a
Fallback. Come back later for this one.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270633 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
6e55790037
Fix bug...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270632 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
130315b576
Fix bad coding style.
then/else parts of if statement and loop body must always been enclosed
in a block statement.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270631 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
7a4e9ca227
Fix bad coding style.
then/else parts of if statement and loop body must always been enclosed
in a block statement.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270630 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
9f2aca50e3
Fix bad coding style.
then/else parts of if statement and loop body must always been enclosed
in a block statement.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270629 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
2ddcd97730
Fallback to protected attributes to prevent breakage.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270628 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
68aafc9b3d
Throw some base build to use as testcases.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270627 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
efca9b32d8
Add a dist target to build up a jar file.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270626 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
c17b03af1d
Add some comments to base task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270625 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
4bcc447285
Help people who's mail server doesn't speak SMTP correctly.
PR: 5273
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270624 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
1e01d1142c
Move responsibility for cleanup to the test themselves.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270623 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
41bb266266
Add Primary Key capability to iPlanet deployment tool
Submitted by: Paul Spillman <Paul.Spillman@Sun.COM>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270622 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
aa27429577
Improve the <equals> condition by adding trim and casesensitive attributes.
Inspired by: Frank Bechmann <frank.bechmann@dcw-software.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270621 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
433f71348f
- Apply coding guidelines. No protected attribute anymore.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270620 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
89fcb9780a
- AntRunner has changed.
- IDEA is now v2.5
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270619 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
e6d08dfeb2
Skip SQLExecTest if the testcase and the <sql> implementation would be
loaded by different classloaders.
package private access is only allowed if the classes belong to the
same "runtime package", which is the fully qualified package name plus
the defining classloader. Enough reading of JLS and VMSPEC for me for
today 8-)
We probably could code around the problem by placing a subclass of
SQLExec into the same classloader as SQLExecTest and invoke methods on
this subclass.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270618 13f79535-47bb-0310-9956-ffa450edef68
24 years ago