Steven M. Cohen
|
12bf95a397
|
update to reflect the latest release of commons-net which fixed some
bugs that interfered with the Ant interface.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276653 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
cc141e87cd
|
try to support Tomcat 5.x
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276647 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
0d0965a75d
|
fix link
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276642 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
d891e90f61
|
Make <junitreport> work with JDK 1.5.
PR: 27541
Most of the work has been done by Stephane, I just provided the
finishing touches.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276641 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
cde70b0faf
|
Document SubBuildListener
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276640 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
ad05cd8c7a
|
Okay, maybe I was a little ambitious.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276631 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
c672e8778e
|
Added multiple targets to <ant> and <antcall> using nested <target> elements.
PR: 5270, 8148, 17071, 6368, 29623
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276629 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
5e2008922a
|
Merged ignoremissing.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276628 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
09e8fc7085
|
typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276605 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Peter Reilly
|
9f8254794f
|
delete.html: add example of deleting a directory
Obtained from: Ivan Ivanov
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276597 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
2c46f2cd58
|
Added Since to the description for the "negate" attribute.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276591 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
00b218efe5
|
Add status attribute to <fail>. Idea/design by Aurele Venet.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276588 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
5f9698fab4
|
Add ignoremissing attribute to <apply>.
PR: 29585
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276587 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
268a5447dc
|
Add tofile attributes to scp.
PR: 26758
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276580 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
8573d3f652
|
2004
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276577 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Peter Reilly
|
e5eca124f4
|
Allow nested elements of namespaced types to below to the ant
default namespace as well as the type's namespace.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276573 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Peter Reilly
|
16197b95ed
|
Fix example of usage of macrodef in an antlib
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276571 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Antoine Levy-Lambert
|
713effc0b1
|
Try to explain why one needs to set the namespaces feature to true
when validating documents
PR: 29187
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276569 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Antoine Levy-Lambert
|
5b5e9a7c3d
|
Add the feature <attribute name="http://xml.org/sax/features/namespaces" value="true"/>
to the examples
PR: 29187
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276563 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Peter Reilly
|
9aa711ca63
|
Add deleteonexit attribute to <delete>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276546 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Magesh Umasankar
|
9f1eefd3a2
|
Tasks extending from abstract DispatchTask may have multiple action methods that will get invoked depending upon the action attribute of the task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276533 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
2c4b09e15f
|
Changed default tempdir to java.io.tmpdir instead of user.dir.
PR: 29391, 4590
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276532 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Antoine Levy-Lambert
|
7028cb1015
|
Doc fix concerning the library requirements of the ftp task
PR: 29334
Submitted by: Steve Cohen (scohen at apache dot org)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276510 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
957f9e5125
|
Document the <junitreport>/JDK 1.5 problem, PR: 27541
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276504 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Peter Reilly
|
9ce9807430
|
Add a binary flag to the concat task
PR: 26312
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276496 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Peter Reilly
|
278074659b
|
add implicit element to macrodef
PR: 25633
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276490 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Peter Reilly
|
97263e1fed
|
macrodef manual page: the text element was described twice
also the element name description was a little confusing
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276487 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
cd12d21761
|
Push fix for PR#22150 to 1.6.2
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276484 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
1efa389be2
|
Push fix for PR#17934 to 1.6.2
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276482 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Peter Reilly
|
dcf43033b8
|
Remove redundant <hr> from javah.htm
PR: 11559
Obtained from: Jesse Glick
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276456 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
f10dfc61e6
|
Add docs for <indexjars>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276451 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
bc7255a554
|
2004
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276445 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
a2c25511f2
|
Assertions require fork
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276443 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
f4d97c3b55
|
Fix echotest example.
Submitted by: Yuji Yamano
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276437 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Jan Materne
|
fd7bc94892
|
Link Check
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276433 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
7665bc264e
|
Restore Task inheritance to Exit/<fail>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276428 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Peter Reilly
|
1f6f45aebb
|
Describe relative file behaviour in <import> task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276426 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
64556cb111
|
<fail> accepts nested conditions.
PR: 19220
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276425 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
fc014731eb
|
@since
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276414 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
dc6ab2dfed
|
forkstyle -> forkmode
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276413 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Jan Materne
|
dde5818806
|
Missing '<' in @text-example.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276411 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
9f7f747fa4
|
Full HEAD/1.6 sync
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276409 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
0b7caf230a
|
Don't tell people what you're not giving them;
it only makes them feel cheated.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276395 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
7fb49c37c2
|
Make attribute und element names in <scriptdef> lowercase (like <macrodef> does) to avoid problems with name="Foo" -> the task X doesn\'t support the attribute foo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276392 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
819d9a02f1
|
The small things you find when reviewing code
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276387 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
2ead66e52c
|
Make ContainerMapper abstract; move chained/composite behaviors to
subclasses ChainedMapper and CompositeMapper, respectively.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276384 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Jan Materne
|
a3697532bd
|
Fix syntax errors in examples.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276378 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
b6298168c9
|
Add resource support to <loadproperties>.
PR: 28340
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276365 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
4985cd8913
|
Removed v1.14 conflict indicator.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276362 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
4f4e3cc30d
|
Add nested text support commentary to HEAD.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276360 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |