Diane Holt
4706d9616b
Fix increment/decrement bug.
PR: 4549
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269849 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
cc03579eba
Add runtime classes in the Kaffe case as well (it has been there for
rmic but not for javac).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269848 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
d17f3c4f2a
Use locale independent methods to identify OS or match attributes and
elements in build files.
PR: 4100
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269847 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
0b1e459d5c
Add OS/2 as Os family
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269846 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
a7870b167d
factor out runtime library detection.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269845 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
e09047d73c
We seem to agree - at least on small things 8-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269844 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
cb732cb7b2
Kept Apache Ant in the title, but moved it down a row
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269843 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
97ed3550cf
Crimson doesn't bundle the TraX classes any longer.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269842 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
e37a83a4b0
upgrade to Apache Crimson 1.1.3
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269841 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
3a2956ada2
only treat tasks as tasks if they are children of TaskContainers.
PR: 3693
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269840 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
93ee07ad35
Show that Ant is an Apache project.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269839 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
32da696de4
Add testcases for the inheritall/dir attribute combinations and their
results on the new project's basedir - clarify documentation.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269838 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
36fa373b09
initialize the new project first so that loggers have been configured
before we fiddle with its properties.
Don't carry over user properties for basedir and ant.file from the
second to the third call in a chain of <ant> invokes <ant> ...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269837 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
cb2e8a1e24
skipemptyfilesat and parallel didn't play nicely together.
PR: 4347
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269836 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
bdeeb01ee7
Fixed imports accidentely removed during cleanup
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269835 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
c6d10f6ffc
formatters assumed that only one test could be running at the same
time, this is not true.
PR: 2442
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269834 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
76f5174e7c
Fixed imports accidentely removed during cleanup
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269833 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
65c82879ee
Make <style> support Exolab's new Adaptx processor.
Submitted by: Arnaud Blandin <blandin@intalio.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269832 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
986b213cec
typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269831 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
7c2ec95158
clarify documentation for <ant> task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269830 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
3afcc269d7
Add pointer to JDEE
Submitted by: Guillaume Berche <guillaume.berche@eloquant.com>
With velocity-1.3-dev from jakarta-site2, we don't seem to need the
reverseloader attribute any longer.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269829 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
0c020a7472
Fixed typo reported by Bill Fellows <bfellows@genesis10.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269828 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
d12e6411cc
Code clean up:
- removed useless/duplicate imports
- added explicit imports rather than *
- changed specifiers order to be conform to JLS.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269827 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
b02276bef6
Added a blurb about Emacs JDE and IDEA integration.
Submitted by: "Guillaume Berche" <guillaume.berche@eloquant.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269826 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
6b22a6c913
Fixed documentation to point to new location of manual.
PR: 4410
Submitted by: Tim Vernum <tpv@spamcop.net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269825 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
e02b6c98aa
Remove misleading javadoc comment so that we start getting less questions about it ;)
PR: 4398
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269824 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
24f9888af6
Allow ant script to gracefully handle spaces in $HOME variable
PR: 4395
Submitted by: rick_price@email.com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269823 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
be53ecfdc2
Add testcases for the substitution methods (and make them work 8-)
Add testcase for <replaceregexp>, this task now works with ORO,
Jakarta Regexp and JDK 1.4 if you use \1 to refer to parens in the
regular expression.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269822 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
dfc1957328
testcases for case insensitive matches as well as multiline versus
singleline mode.
Note 1: doStartTest1 fails with ORO 2.0 but works with 2.0.4, better
use the latest release 8-)
Note 2: doEndTest2 fails with Jakarta Regexp 1.2, I've disabled it for
the time being, but may look into it later (file a bug report,
and so on).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269821 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
ffea0a9f74
Rewritten part of the regexp stuff, adding substitution and options.
New optional replaceregexp tasks that takes advantage of it.
Submitted by: Matthew Inger <matti@sedonacorp.com>
This doesn't really work (but doesn't break anything either), but I
wanted to get the stuff committed now, I will put work into it
tomorrow. See mail to the list for details.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269820 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
fcd6548344
"Finally I managed to finish a new version of the VAJ tasks. The most
important new feature is the ability to execute VAJ tasks from the
command line by exploiting the Remote Tool Access feature of VAJ."
Submitted by: wolf.siberski@tui.de
Some patches look a lot larger as I had to remove stray CRs, I also
killed TABs wherever I stumbled over them.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269819 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
6cf09d26ff
A fix to make the cleanUp method do full cleanup.
PR: 4366
Submitted by: acl1@notes.ntrs.com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269818 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
9ec1930ae7
add some extra savety measures.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269817 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
8c8d8c5f27
Only override subbuild's basedir if inheritall has been set to false.
Submitted by: Craeg K. Strong <cstrong@arielpartners.com>
Get rid of annoying warning that <property> has been redefined in
<ant> and <antcall>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269816 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
8d66f263f5
make sure <propertyfile> closes the file it's been reading from.
Submitted by: Magesh Umasankar <umagesh@rediffmail.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269815 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
321c9dc68e
assert -> assertTrue in all testcases.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269814 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
07e96569da
Account for a change in JUnit - TestCase.name() has been removed.
Now use reflection to invoke either getName or name, whichever is
available, so that the formatters will still support JUnit prior to
version 3.7 - once we decide to drop this support, this workaround
will be backed out.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269813 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Sam Ruby
9c1d332ce5
Bootstraps are not cleaning up after themselves.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269812 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
7f1c7f2156
add section on dependency checking
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269811 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
cbcfff6e27
add documentation for <cvs>'s failonerror attribute.
PR: 4205
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269810 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
5306e0b587
improve "could not create task" error message.
PR: 3919
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269809 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
451b31643e
At least print a warning if users try to redefine tasks or datatypes.
PR: 3205
This doesn't really solve the original problem, which cannot be solved
in Ant 1.x IMHO, that's why I didn't close the bug.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269808 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
3ff51a6adc
state that properties are case sensitive.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269807 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
2f1d7a8811
bug #4111 : ftp task does not work with a Windows 2000 ftp server with "MSDOS" directory listing. This is now documented.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269806 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
2ddeb409bb
documented uriroot and uribase options; cleaned up some other bits based on more experience with the task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269805 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
1fabe3a610
added uriroot and uribase options
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269804 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
1f2d7b9b3b
a full second of leeway on the clock during sleep tests to address scheduling/timing issues across different platforms.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269803 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
09a7def3cd
Make <propertyfile>'s default attribute work as expected.
PR: 3955
Submitted by: Erik Hatcher <jakarta-ant@ehatchersolutions.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269802 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
59fcd9ab82
Add initial testcase for the optional propertyfile task.
Submitted by: Levi Cook <lcook@gr.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269801 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
490a7cd059
remove redundant code from FileUtils, handle Netware case in
IntrospectionHelper's testcase.
Submitted by: Jeff Tulley <JTULLEY@novell.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269800 13f79535-47bb-0310-9956-ffa450edef68
24 years ago