166 Commits

Author SHA1 Message Date
Stefan Bodewig
329021e4de update documentation for <fixcrlf>
PR: 1053
Submitted by:	Peter B. West <pbwest@powerup.com.au>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269468 13f79535-47bb-0310-9956-ffa450edef68
2001-08-06 09:15:14 +00:00
Stefan Bodewig
00e45341a1 Add support for Symantec's javac.
Submitted by:	Don Ferguson <don@bea.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269467 13f79535-47bb-0310-9956-ffa450edef68
2001-08-06 09:04:26 +00:00
Stefan Bodewig
b162d6d5c4 Add fork attribute to <javac>.
PR: 383
Submitted by:	Brian Deitte <bdeitte@macromedia.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269453 13f79535-47bb-0310-9956-ffa450edef68
2001-08-03 14:36:48 +00:00
Stephane Bailliez
1228b336de doc update to reflect the addition of the -jar option
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269447 13f79535-47bb-0310-9956-ffa450edef68
2001-08-02 22:07:47 +00:00
Stefan Bodewig
f9a500cd6b Support for kopi and gcc implementations of <javac>.
PR: 2476
Submitted by:	Takashi Okamoto <tora@debian.org>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269434 13f79535-47bb-0310-9956-ffa450edef68
2001-08-01 15:54:24 +00:00
Conor MacNeill
e2ae69c528 Documentation for new Locale option in <tstamp>
Submitted by:	Michal Pise <michal.pise@st.ms.mff.cuni.cz>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269429 13f79535-47bb-0310-9956-ffa450edef68
2001-08-01 11:22:18 +00:00
Conor MacNeill
6ed54839c9 Produce a summary, on request, of the actions taken by the replace
task

PR:	956


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269409 13f79535-47bb-0310-9956-ffa450edef68
2001-07-30 13:35:23 +00:00
Stefan Bodewig
fabddf48aa update documentation for <apply> to add outputproperty attribute here
as well.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269401 13f79535-47bb-0310-9956-ffa450edef68
2001-07-27 09:57:35 +00:00
Stefan Bodewig
f3b55df1fa Add outputproperty attribute to <exec> to capture the output of the
external command in a property.

Submitted by:	Peter  Vogel <pvogel@arsin.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269400 13f79535-47bb-0310-9956-ffa450edef68
2001-07-27 09:55:46 +00:00
Stefan Bodewig
b263b1e282 Add failonerror attribute to <delete>.
Submitted by:	Steve Loughran <steve_l@iseran.com>

I've modified Steve's original submission to ensure quiet and
failonerror don't get set to true at the same time - also fixed the
logging a little as messages about failures to delete a file would go
to verbose logging or swallowed inconsistently in quiet mode.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269397 13f79535-47bb-0310-9956-ffa450edef68
2001-07-27 08:24:59 +00:00
Stefan Bodewig
9e9d8fecc5 Add overwrite attribute to unjar/war/zip and untar - if set to false,
files newer than the entries in the archive will not be replaced.

Default is true for backwards compatibility.

PR: 1667


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269394 13f79535-47bb-0310-9956-ffa450edef68
2001-07-27 06:52:51 +00:00
Stefan Bodewig
08535a06a2 document handling of inner classes in <rmic>.
PR: 2436


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269378 13f79535-47bb-0310-9956-ffa450edef68
2001-07-24 08:18:52 +00:00
Stefan Bodewig
d471a816cb Make inheritall attribute available to <antcall> as well.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269367 13f79535-47bb-0310-9956-ffa450edef68
2001-07-20 10:07:35 +00:00
Conor MacNeill
47f06debb3 Add example of environment variables being read in as properties.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269359 13f79535-47bb-0310-9956-ffa450edef68
2001-07-18 13:05:19 +00:00
Stefan Bodewig
2ecc6fa52a Add ability to define several tasks/types at once, reading definitions
from a property file.

Submitted by:	<cmanolache@yahoo.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269355 13f79535-47bb-0310-9956-ffa450edef68
2001-07-18 08:06:35 +00:00
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
2001-07-12 12:06:45 +00:00
Stefan Bodewig
e5fcb12320 New filesonly attribute for <zip> and friends - suppresses directories.
PR: 2053
Submitted by:	Peter Janes <peterj@liberate.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269324 13f79535-47bb-0310-9956-ffa450edef68
2001-07-12 07:36:50 +00:00
Conor MacNeill
70d8b69e67 Describe timestamp's ability to offset dates
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269320 13f79535-47bb-0310-9956-ffa450edef68
2001-07-11 15:36:49 +00:00
Conor MacNeill
2fa84738b4 InheritAll documentation update
Submitted by:	Craeg K Strong <cstrong@arielpartners.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269306 13f79535-47bb-0310-9956-ffa450edef68
2001-07-10 13:23:29 +00:00
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
2001-07-08 20:30:59 +00:00
Conor MacNeill
c513333775 Made the meaning of the dest directory explicit.
PR: 1744


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269289 13f79535-47bb-0310-9956-ffa450edef68
2001-07-07 14:57:44 +00:00
Conor MacNeill
54550bf317 Update documentation stating where os attribute values come from.
PR:	1656


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269276 13f79535-47bb-0310-9956-ffa450edef68
2001-07-06 15:11:29 +00:00
Conor MacNeill
9301e386b3 Documentation update for vmlauncher attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269274 13f79535-47bb-0310-9956-ffa450edef68
2001-07-06 11:23:18 +00:00
Stefan Bodewig
fc7cfffc89 Add encoding attribute to the zip tasks and the ZipOutputStream to
make the classes flexible enough to deal with non US-ASCII filenames
either consistent with the command line ZIP tools (it has been since
it uses the org.apache classes instead of java.util.zip) or the jar
command (which it has been up to Ant 1.3).


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269272 13f79535-47bb-0310-9956-ffa450edef68
2001-07-05 13:10:26 +00:00
Stefan Bodewig
613142401d documentation for latest <style> changes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269218 13f79535-47bb-0310-9956-ffa450edef68
2001-06-22 07:45:16 +00:00
Stefan Bodewig
a26511e231 new files for new <sleep> task.
Submitted by:	Steve Loughran <steve_l@iseran.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269211 13f79535-47bb-0310-9956-ffa450edef68
2001-06-21 10:19:12 +00:00
Stefan Bodewig
49c24d0553 should have added this file 36 hours ago, sorry.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269174 13f79535-47bb-0310-9956-ffa450edef68
2001-06-15 05:33:14 +00:00
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
2001-06-13 15:29:47 +00:00
Stefan Bodewig
060c8d7530 Fix typo in tar documentation.
PR: 2120
Submitted by:	rxh@gers.com (Rey Hernandez)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269147 13f79535-47bb-0310-9956-ffa450edef68
2001-06-12 09:39:55 +00:00
Stefan Bodewig
68f6b984a9 New task <typedef>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269117 13f79535-47bb-0310-9956-ffa450edef68
2001-06-07 11:42:09 +00:00
Stefan Bodewig
7ded9a569f Added useexternalfile attribute to <javadoc> - this makes javadoc use
a temporary file for source file and package names (via javadoc's
@file parameter) to defeat command line length limitations.

Inspired by:	Frederic Lavigne <fred@castify.net>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269045 13f79535-47bb-0310-9956-ffa450edef68
2001-05-23 16:44:11 +00:00
Stefan Bodewig
7a2927dc6f Clarify documentation of destdir attribute.
PR: 173


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269040 13f79535-47bb-0310-9956-ffa450edef68
2001-05-22 10:03:24 +00:00
Stefan Bodewig
5366bd5449 skipemptyfilesets attributes of apply and execon - part 2.
forgot to save some files, sorry.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269039 13f79535-47bb-0310-9956-ffa450edef68
2001-05-22 09:58:34 +00:00
Stefan Bodewig
f0572cb75e Add skipemptyfilesets attributes to <execon> and <apply>.
PR: 1277


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269038 13f79535-47bb-0310-9956-ffa450edef68
2001-05-22 09:56:10 +00:00
Diane Holt
9d1c6ad018 Add link to Javadoc for date format + general clean-up.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269036 13f79535-47bb-0310-9956-ffa450edef68
2001-05-22 01:25:23 +00:00
Conor MacNeill
0b37668397 Update to SQL task documentation. General cleanup and documentation of
new delimiter option

Submitted by:	Mike Williams <mikew@cortexebusiness.com.au>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269028 13f79535-47bb-0310-9956-ffa450edef68
2001-05-17 10:41:08 +00:00
Stefan Bodewig
b5b31688e6 Add some nested elements to javadoc where it seemed to be useful.
Submitted by:	Jesse Glick <Jesse.Glick@netbeans.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269020 13f79535-47bb-0310-9956-ffa450edef68
2001-05-10 12:14:36 +00:00
Diane Holt
b482bf23bd Backed out previous change that added a "dir" attribute, as this caused
backwards-compatibility issues. Added a "type" attribute instead, which
works with the "file" attribute to specify either a file or a directory.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268997 13f79535-47bb-0310-9956-ffa450edef68
2001-05-03 07:41:11 +00:00
Diane Holt
d6a12245ee Make "file" attribute only check for a file; add "dir" attribute for checking
for a directory; update doc.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268987 13f79535-47bb-0310-9956-ffa450edef68
2001-04-30 23:25:36 +00:00
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
2001-04-27 11:52:55 +00:00
Nico Seessle
d09b8e3f4d Added a note about how Ant (the javac task) finds the files that need
a rebuild.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268975 13f79535-47bb-0310-9956-ffa450edef68
2001-04-26 23:31:43 +00:00
Nico Seessle
2130e96108 Bug# 1530
Missing default-value for failOnError-attribute


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268974 13f79535-47bb-0310-9956-ffa450edef68
2001-04-26 23:22:36 +00:00
Stefan Bodewig
a9a32155c5 brush up documentation for <javadoc> (adding documentation for the
excludepackagenames attribute in the first place), minor cleanups in
the implementation of this task.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268951 13f79535-47bb-0310-9956-ffa450edef68
2001-04-18 14:49:52 +00:00
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
2001-04-12 06:03:39 +00:00
Stefan Bodewig
c22df87cd8 Add a <metainf> element to <jar>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268915 13f79535-47bb-0310-9956-ffa450edef68
2001-04-04 13:35:05 +00:00
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
2001-04-04 12:03:46 +00:00
Stefan Bodewig
01793f8b47 document newenvironment attribute of apply.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268913 13f79535-47bb-0310-9956-ffa450edef68
2001-04-04 11:44:48 +00:00
Peter Donald
950bfd5cf0 Added Ear task
Submitted By: Les Hughes [mailto:leslie.hughes@rubus.com]


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268908 13f79535-47bb-0310-9956-ffa450edef68
2001-04-03 12:49:54 +00:00
Stefan Bodewig
b8de4702c9 Add "REM" to the comment identifiers fro <sql> - even if it's non-standard
Submitted by:	Michael McCallum <michael@spinsoftware.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268906 13f79535-47bb-0310-9956-ffa450edef68
2001-04-03 11:32:31 +00:00
Stefan Bodewig
7c3493aaa3 Make <fail> support nested text.
Submitted by:	Tim Dawson <tdawson@wamnet.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268900 13f79535-47bb-0310-9956-ffa450edef68
2001-03-29 10:21:12 +00:00