1189 Commits

Author SHA1 Message Date
Conor MacNeill
5ec38ccd3f Toplink element is no longer required. The standard weblogic element
can handle toplink based beans and has done so for a while


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272241 13f79535-47bb-0310-9956-ffa450edef68
2002-04-05 14:37:45 +00:00
Stefan Bodewig
6258074cd0 Add append attributes to <exec>, <java> and <sql>
PR: 3234, part of 5299


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272234 13f79535-47bb-0310-9956-ffa450edef68
2002-04-05 09:28:54 +00:00
Conor MacNeill
8bd72d6533 Add taglets support to javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272232 13f79535-47bb-0310-9956-ffa450edef68
2002-04-05 05:42:26 +00:00
Stefan Bodewig
e3a3fe68b0 wrong year
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272215 13f79535-47bb-0310-9956-ffa450edef68
2002-04-04 13:32:02 +00:00
Conor MacNeill
e7f19f65db Document the <classfileset> optional data type
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272213 13f79535-47bb-0310-9956-ffa450edef68
2002-04-04 12:58:23 +00:00
Stefan Bodewig
f9d745ee48 Documentation for <cvs> changes
PR: 7433
Submitted by:	stephan beal <stephan@wanderinghorse.net>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272202 13f79535-47bb-0310-9956-ffa450edef68
2002-04-04 10:34:22 +00:00
Stefan Bodewig
7d0968a529 fix infinite loop bug in netrexxc, add a bunch of new attributes and
allow all attributes to be set to default values by properties.

PR: 7732
Submitted by:	Patric Bechtel <bechtel@ipcon.de>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272194 13f79535-47bb-0310-9956-ffa450edef68
2002-04-04 08:17:34 +00:00
Stefan Bodewig
62a2e7a759 If package attribute has been set, <cvs> would place it in front of
the command - which is wrong.

Reported by:	Ovidiu Predescu <ovidiu@apache.org>

Updated cvs example to point to something usable.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272193 13f79535-47bb-0310-9956-ffa450edef68
2002-04-04 07:43:36 +00:00
Stefan Bodewig
97bb19005e changelog -> cvschangelog
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272174 13f79535-47bb-0310-9956-ffa450edef68
2002-04-03 09:11:09 +00:00
Stefan Bodewig
5e93b0b89f Simplify pathconvert, support OS/2 as well, fix some indentation.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272168 13f79535-47bb-0310-9956-ffa450edef68
2002-04-02 15:48:53 +00:00
Stefan Bodewig
5594451580 New task <concat>
Submitted by:	Derek Slager <derek@activate.net>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272165 13f79535-47bb-0310-9956-ffa450edef68
2002-04-02 14:03:05 +00:00
Stefan Bodewig
61cbe76230 Documentation for splash task.
Submitted by:	Les Hughes <leslie.hughes@rubus.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272159 13f79535-47bb-0310-9956-ffa450edef68
2002-04-02 11:07:57 +00:00
Stefan Bodewig
1d4c24c80f regenerate HTML version of TODO list
The usual 2002 cleanup


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272156 13f79535-47bb-0310-9956-ffa450edef68
2002-04-02 07:49:08 +00:00
Diane Holt
e2ca50cce1 Allow 'dirsep' and 'pathsep' to contain multi-character values.
(Submitted by M. Kerkhoff, PR 6543)
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272149 13f79535-47bb-0310-9956-ffa450edef68
2002-04-01 08:14:33 +00:00
Diane Holt
cd8ef18058 Flesh out the example to show the prop's use in an "unless". (PR 5775)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272148 13f79535-47bb-0310-9956-ffa450edef68
2002-04-01 07:23:13 +00:00
Diane Holt
35871351d8 Add a 'failonerror' attr. (PR 4273)
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272141 13f79535-47bb-0310-9956-ffa450edef68
2002-04-01 03:49:51 +00:00
Diane Holt
57dba9c36a Added info wrt nested elements (PR 3189).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272128 13f79535-47bb-0310-9956-ffa450edef68
2002-03-31 23:11:56 +00:00
Diane Holt
05a7fe852f Added a 'srcfile' attribute (PR 1681).
(But also found a NPE bug in the mapper stuff :( -- will try
to fix in a separate change.)
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272126 13f79535-47bb-0310-9956-ffa450edef68
2002-03-31 21:21:37 +00:00
Diane Holt
a459897fab Do a bit of clean-up on <buildnumber>/<changelog> docs;
add them to the tasks tables; add <buildnumber> to the
core tasks list.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272119 13f79535-47bb-0310-9956-ffa450edef68
2002-03-31 01:17:57 +00:00
Peter Donald
ded098d539 Rename basedir to dir and make it default to basedir if not specified
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272116 13f79535-47bb-0310-9956-ffa450edef68
2002-03-30 23:51:33 +00:00
Diane Holt
25329a8822 Bad, Copyright, bad <thwackthwack>!
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272114 13f79535-47bb-0310-9956-ffa450edef68
2002-03-30 21:45:11 +00:00
Diane Holt
098f15932f Document <dirset> and new <dirset>/<filelist> support for
<path> and <pathconvert> (and clean that puppy up!).
PathConvert.java is comment changes only, no code.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272113 13f79535-47bb-0310-9956-ffa450edef68
2002-03-30 21:37:41 +00:00
Diane Holt
04b0589bc9 Oops.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272112 13f79535-47bb-0310-9956-ffa450edef68
2002-03-30 18:50:09 +00:00
Erik Hatcher
8abcb93e20 Patch to enable JOnAS for <serverdeploy> (PR 7633). Supplied by Cyrille Morvan.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272108 13f79535-47bb-0310-9956-ffa450edef68
2002-03-30 13:16:01 +00:00
Steve Loughran
3dee9e7266 documenting classpathref
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272089 13f79535-47bb-0310-9956-ffa450edef68
2002-03-29 07:12:34 +00:00
Peter Donald
df1067a7b4 days --> daysinpast in example
added banner for nested elements

Submitted by: Diane Holt


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272087 13f79535-47bb-0310-9956-ffa450edef68
2002-03-29 01:55:59 +00:00
Peter Donald
1f1768b196 Integrate Buildnumber task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272084 13f79535-47bb-0310-9956-ffa450edef68
2002-03-29 01:30:41 +00:00
Peter Donald
524770094f Arrrg the dreaded copyright !
Thanks diane for reminding me ;)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272083 13f79535-47bb-0310-9956-ffa450edef68
2002-03-28 23:59:20 +00:00
Diane Holt
30ed6af0fb Aaaaargh -- forgot the #@%! copyright.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272082 13f79535-47bb-0310-9956-ffa450edef68
2002-03-28 23:49:03 +00:00
Diane Holt
178a39c5d4 Add an initial example of straight <include>/<exclude> so it's
clear how to do it that way, then chain the <patternset> one
off of that. (Suggested by Dominique Devienne.)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272081 13f79535-47bb-0310-9956-ffa450edef68
2002-03-28 23:39:19 +00:00
Peter Donald
7262a21ade Document one omre attribute of changelof.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272080 13f79535-47bb-0310-9956-ffa450edef68
2002-03-28 23:37:19 +00:00
Diane Holt
56573abb5d Rats! -- forgot to doc it. (See: P4Base.java, rev 1.12)
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272078 13f79535-47bb-0310-9956-ffa450edef68
2002-03-28 23:11:08 +00:00
Peter Donald
baba61c5e0 Update the documentation again for daysinpast
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272077 13f79535-47bb-0310-9956-ffa450edef68
2002-03-28 23:11:06 +00:00
Peter Donald
00eaa5164a Add sample of output to task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272076 13f79535-47bb-0310-9956-ffa450edef68
2002-03-28 23:01:06 +00:00
Peter Donald
bd397529d8 Add in ChangeLog documentation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272074 13f79535-47bb-0310-9956-ffa450edef68
2002-03-28 22:57:20 +00:00
Peter Donald
22cb6c5dbe Integrate changelog task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272073 13f79535-47bb-0310-9956-ffa450edef68
2002-03-28 22:56:48 +00:00
Erik Hatcher
28571c488f fixed typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272056 13f79535-47bb-0310-9956-ffa450edef68
2002-03-27 17:50:28 +00:00
Stefan Bodewig
1910108c77 improve (at least I hope so ;-) the "Writing your Own Tasks" section.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272054 13f79535-47bb-0310-9956-ffa450edef68
2002-03-27 16:32:49 +00:00
Erik Hatcher
00988f5180 Refactoring of server deployment task. Renamed from <ejbdeploy> to <serverdeploy>. Moved to new j2ee package so its not EJB-centric. Submitted by Christopher A. Longo - cal@cloud9.net
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272053 13f79535-47bb-0310-9956-ffa450edef68
2002-03-27 14:32:19 +00:00
Erik Hatcher
2d12131d81 documented (not sufficiently, but its at least a start) the new nesting patternset and corrected copyright
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272044 13f79535-47bb-0310-9956-ffa450edef68
2002-03-27 00:38:02 +00:00
Diane Holt
03302b660a Fix examples so they don't get filtered when we gen the
release (PR #7450).  Other minor edits.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272027 13f79535-47bb-0310-9956-ffa450edef68
2002-03-25 20:21:11 +00:00
Diane Holt
039517550f Add a little to the -projecthelp stuff, some more about if/unless,
fix a few typos, etc.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272026 13f79535-47bb-0310-9956-ffa450edef68
2002-03-25 19:39:41 +00:00
Stefan Bodewig
da3f4b2eb5 2002
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272019 13f79535-47bb-0310-9956-ffa450edef68
2002-03-25 10:50:09 +00:00
Peter Donald
c7594db418 Fix example to use valid XML.
Submitted by: pedro_cristian@yahoo.fr


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272018 13f79535-47bb-0310-9956-ffa450edef68
2002-03-25 10:39:56 +00:00
Stefan Bodewig
a94e3de322 Rename the attribute of <javac>'s <compilerarg> from implementation to
compiler.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272017 13f79535-47bb-0310-9956-ffa450edef68
2002-03-25 10:37:03 +00:00
Stefan Bodewig
fc7e3b1fd4 revert <javac>'s fork attribute to a true boolean and add executable
attribute to set the path to the compiler.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272016 13f79535-47bb-0310-9956-ffa450edef68
2002-03-25 10:14:56 +00:00
Erik Hatcher
2cf032e2ec EJB hot deploy tool, contributed by Christopher A. Longo - cal@cloud9.net
(sorry for the multi-step commit - darn lock files!)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272014 13f79535-47bb-0310-9956-ffa450edef68
2002-03-24 14:51:14 +00:00
Steve Loughran
ee1f70b4c9 bit more detail on target names
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271989 13f79535-47bb-0310-9956-ffa450edef68
2002-03-23 19:53:05 +00:00
Steve Loughran
62e7dc5ae2 style sheet control; you can point to anyhting or turn it off completely.
nb, can we make this a logger and not a listener?


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271988 13f79535-47bb-0310-9956-ffa450edef68
2002-03-23 19:52:30 +00:00
Diane Holt
af4d6ce54f Fix a typo (and do a little verbiage clean-up) and
get rid of a pick&put booboo.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271957 13f79535-47bb-0310-9956-ffa450edef68
2002-03-22 18:55:29 +00:00