Magesh Umasankar
f9c551b16e
Promote Filter Reader proposal to main trunk.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271759 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
77f3cb57b8
Make things a bit easier for people to find -- hopefully, anyway :)
(And the usual sorts of while-I'm-here-type clean-up).
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271437 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
b810d36e3b
moved up the condition list to the top index, to make it more obvious what we can test for ... added a couple of nbsp; chars to make the page subsidiary to the <condition> test
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270749 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
a225264f50
new loadfile task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270374 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
ceb720e799
Make Manifest.java a full flegded task that allows you to write a
manifest file.
PR: 5190
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270131 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
f6db0835f7
New task <input>
Submitted by: Ulrich Schmidt <ulrich.schmidt@gmx.net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270051 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
5021163e5c
New task <waitfor> that waits until a given condition gets true or a
timeout occurs.
Submitted by: Denis Hennessy <denis@network365.com>
As a side effect, <condition> gains two new conditions. This also
means we now have a way to check whether we are on a networked system
and run/omit testcases that require network to be established based on
such a condition.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270050 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
80d371a3b4
1. Refactored Untar to extend from Expand, as untar is very similar to unjar, unwar and unzip.
2. Added 2 new attributes to these tasks - outfile and verbose
3. Nested Patternsets can be used to specify what files are to be extracted from within the archive.
4. Nested Filesets can be specified to select previously archived files for unarchival (PR: 3074)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269973 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
9ded403f70
checksum task and condition.
I promise to add testcases later 8-)
Submitted by: Magesh Umasankar <umagesh@rediffmail.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269929 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
c657b5ef73
Here are two new ant tasks - BZip2 and BUnzip2. �These
24 years ago
Steve Loughran
24d47a5c0f
backing out of antjar/antlib
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269901 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
1e469669cf
Jose Alberto Fernandez's ant descriptor loader
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269898 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
Nico Seessle
c6124454ff
- Applied manual patches supplied by Daniel Martin <dtmartin24@home.com>
- Fixed some other places too.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269675 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
a8d4391240
Merge from 1.4 changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269662 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
b8d229b18c
Description of sequential task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269530 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
12fb88e093
Description of parallel task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269529 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
2fb9b9ca21
Documentation for <condition>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269528 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
bdf4456a77
New task dependset
Submitted by: Craeg K. Strong <cstrong@arielpartners.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269479 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
eefa2aba55
Make <apply> work really parallel and not parallel on a per fileset basis.
PR: 1763
Merge <apply> and <execon> into a single task (and keep Transform as
an empty class for backwards compatibility at the source level).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269330 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
glennm
6ffa10f973
Overview of core tasks with a short description
of what each task does.
PR: 2328
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269303 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
dc2e0846ac
Link up new task to main index
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269216 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
8a23eb5f56
new task <sleep>
Submitted by: Steve Loughran <steve_l@iseran.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269210 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
a891255928
Various typos and documentation fixes.
PR: 1464, 1483, 1523, 1873, 1621, 1839, 1840, 2011
Submitted by: Daniel.Barclay@digitalfocus.com
colin@bspark.com (Colin Sampaleanu)
daveg@permabit.com
arosen@silverstream.com (Alex Rosen)
rxh@gers.com (Rey Hernandez)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269169 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
68f6b984a9
New task <typedef>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269117 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
f7fdd6f367
Make port and password file configurable in <cvs>.
Add new task to insert a password into the CVS password file (only
recommended for anonymous access to repositories).
Submitted by: Jeff Martin <jeff@custommonkey.org>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268979 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
fdde39136d
Rename <recorder> ro <record>.
Waiting too long with a step like this would force us to deprecate it
first, I hope only a few people have been using <recorder> yet.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268941 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
87def42d88
New task <recorder>
Submitted by: Jay Glanville <dickon@nortelnetworks.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268914 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
glennm
3afa4e107a
Add deprecation indicators for Deltree and Javadoc2
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268871 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Sam Ruby
119e49b11a
Delinquent change to the documentation to document build.sysclasspath.
THis is only the first installment. Next I'm going to go into each task
affected and document the default and provide a link to this text.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268752 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
78a650c542
Italicised the deprecated tasks
Submitted by: mpoeschl@marmot.at
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268739 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
5337488612
Merge of 1.3 branch changes into the main branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268652 13f79535-47bb-0310-9956-ffa450edef68
25 years ago