1070 Commits

Author SHA1 Message Date
Peter Reilly
47fa568d32 fixes for presetdef's handling of attributes
PR: 24411


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275617 13f79535-47bb-0310-9956-ffa450edef68
2003-11-06 09:04:08 +00:00
Peter Reilly
1e7d5dd17b fix timeout attribute of jdepend
add unit tests
add includeruntime to allow unittests to run


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275605 13f79535-47bb-0310-9956-ffa450edef68
2003-11-03 15:34:13 +00:00
Peter Reilly
77be27b180 Remove option to have parallel instead of sequential for macrodef. The
former was never tested.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275593 13f79535-47bb-0310-9956-ffa450edef68
2003-10-31 09:51:24 +00:00
Peter Reilly
b53b599f52 document loading of multiple resources
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275590 13f79535-47bb-0310-9956-ffa450edef68
2003-10-30 16:04:48 +00:00
Antoine Levy-Lambert
fcdafc7dfd fix documentation of move task
PR: 24193
Submitted by: Jesse Glick (jglick at netbeans dot org)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275585 13f79535-47bb-0310-9956-ffa450edef68
2003-10-29 18:22:10 +00:00
Antoine Levy-Lambert
c527bae9a5 Correct documentation of failonerror attribute for scp and ssh.
PR: 24169
Submitted by: Edwin Steele (Edwin_STEELE at rta dot nsw dot gov dot au )


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275574 13f79535-47bb-0310-9956-ffa450edef68
2003-10-28 10:29:53 +00:00
Stefan Bodewig
b25ce96904 Some typo fixes
well formed != valid
better debug support in ApacheCatalogResolver

PRs: 24059, 24060, 24069, 24070, 24074
Submitted by:	Jesse Glick <jglick at netbeans dot org>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275565 13f79535-47bb-0310-9956-ffa450edef68
2003-10-24 08:59:58 +00:00
Peter Reilly
a2932b0eda Remove reference to jdk 1.1
PR: 23910
Obtained from: Jose Alberto Fernandez


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275526 13f79535-47bb-0310-9956-ffa450edef68
2003-10-20 10:36:27 +00:00
Antoine Levy-Lambert
de35ac20c8 Adding to HEAD the beta.png and the antmanual.css
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275517 13f79535-47bb-0310-9956-ffa450edef68
2003-10-16 21:33:18 +00:00
Antoine Levy-Lambert
56e95d51f1 Add myself to authors list.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275516 13f79535-47bb-0310-9956-ffa450edef68
2003-10-16 21:26:09 +00:00
Peter Reilly
098290b6de add an optional attribute to import
note this is differnet from a failonerror attribute in
that it only checks for the existance of the
imported file, other errors in the imported
file would cause the build to fail


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275513 13f79535-47bb-0310-9956-ffa450edef68
2003-10-16 17:04:01 +00:00
Stefan Bodewig
8ea9fad227 Make .ssh/known_hosts optional
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275511 13f79535-47bb-0310-9956-ffa450edef68
2003-10-16 11:21:14 +00:00
Peter Reilly
6dc2619ae5 fix usage of mixed case names of add(typedef) introspection.
fix by moving the tolower method from unknownelement to introspectionhelper.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275505 13f79535-47bb-0310-9956-ffa450edef68
2003-10-15 15:35:32 +00:00
Stefan Bodewig
0d2465cdb9 Condition is an interface
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275503 13f79535-47bb-0310-9956-ffa450edef68
2003-10-15 13:20:29 +00:00
Stefan Bodewig
f674c6d694 One more thing that won't change for 1.6
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275498 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 15:30:40 +00:00
Stefan Bodewig
96c353df56 Thanks, Shane! resolver 1.1beta has been released
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275492 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 13:25:49 +00:00
Stefan Bodewig
1b2a0d0f3e Properly document <reference> behavior, PR 22690
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275481 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 12:14:24 +00:00
Stefan Bodewig
64bb412104 Add some of the new tasks to the overview page
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275479 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 10:51:47 +00:00
Stefan Bodewig
93110a0083 Remove EXPERIMENTAL disclaimers, we want people to try the stuff, not scare them away 8-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275477 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 09:59:19 +00:00
Peter Reilly
639c00bb56 add note that only all lowercase typedefed classes work
for custom components with add(type).


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275475 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 09:50:30 +00:00
Stefan Bodewig
98e0edd7aa setXyZ works as good as setXYZ or setXYz or setXyz, PR 23732
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275468 13f79535-47bb-0310-9956-ffa450edef68
2003-10-14 08:29:15 +00:00
Stefan Bodewig
d4759031a1 You can't interact with forked processes - PR 23686
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275448 13f79535-47bb-0310-9956-ffa450edef68
2003-10-13 13:08:52 +00:00
Antoine Levy-Lambert
2ff4d67505 introduce a stylesheet for the antmanual
add an image beta.png (credits Magesh Umasankar)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275433 13f79535-47bb-0310-9956-ffa450edef68
2003-10-09 21:01:14 +00:00
Peter Reilly
a2557005cd attempt to describe the new add introspection rules
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275428 13f79535-47bb-0310-9956-ffa450edef68
2003-10-08 13:29:55 +00:00
Stefan Bodewig
efceaf5c0e Clarify docs, submitted by Steve Cohen, PR 18007
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275417 13f79535-47bb-0310-9956-ffa450edef68
2003-10-06 09:12:32 +00:00
Erik Hatcher
16cc5da1fc #23578 - added doc of file attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275413 13f79535-47bb-0310-9956-ffa450edef68
2003-10-03 04:53:44 +00:00
Steve Loughran
3fd5393e99 This is the first visible divergence ofAnt1.7 from 1.6...ant 1.7 has a -nice option that lets you lessen or increase the priority of the main thread. Useful for background builds, though since it doesnt propagate into forked code, not as useful as it could be.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275412 13f79535-47bb-0310-9956-ffa450edef68
2003-10-03 01:40:48 +00:00
Stefan Bodewig
7c6f6591f6 label description is not (no longer?) optional
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275408 13f79535-47bb-0310-9956-ffa450edef68
2003-10-02 10:14:23 +00:00
Conor MacNeill
3e4dcc0c43 merge
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275404 13f79535-47bb-0310-9956-ffa450edef68
2003-10-02 06:44:27 +00:00
Conor MacNeill
884ef44fd4 merge
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275402 13f79535-47bb-0310-9956-ffa450edef68
2003-10-02 00:38:03 +00:00
Conor MacNeill
5ea62302b7 merge
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275401 13f79535-47bb-0310-9956-ffa450edef68
2003-10-02 00:04:55 +00:00
Antoine Levy-Lambert
cb9b627e7d cvs 1.11.7 has been released (Merge from ANT_16_BRANCH)
Submitted by: Larry Shatzer (larry dot shatzer at spirent dot com)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275398 13f79535-47bb-0310-9956-ffa450edef68
2003-09-30 19:47:26 +00:00
Jan Materne
1108f7f050 Second working draft. Ready for discussion.
ZIP containing sources and buildfiles.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275383 13f79535-47bb-0310-9956-ffa450edef68
2003-09-29 14:32:05 +00:00
Jan Materne
17f511c17e Second working draft. Ready for discussion.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275382 13f79535-47bb-0310-9956-ffa450edef68
2003-09-29 14:30:17 +00:00
Jan Materne
e06410cce4 Add link to whichresource task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275381 13f79535-47bb-0310-9956-ffa450edef68
2003-09-29 14:28:04 +00:00
Stefan Bodewig
9141fd2358 There's another mention of Ant's version in credits.html, submitted by Jens Skripczynski
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275376 13f79535-47bb-0310-9956-ffa450edef68
2003-09-29 08:37:32 +00:00
Stefan Bodewig
136098ee09 JDE is now JDEE, submitted by Jens Skripczynski
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275375 13f79535-47bb-0310-9956-ffa450edef68
2003-09-29 08:36:56 +00:00
Antoine Levy-Lambert
8459a0d221 Removed wrong attribute from the example for p4resolve
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275362 13f79535-47bb-0310-9956-ffa450edef68
2003-09-25 20:36:55 +00:00
Jan Materne
1a2e9a72ce First working draft.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275361 13f79535-47bb-0310-9956-ffa450edef68
2003-09-25 17:39:53 +00:00
Stefan Bodewig
d8344cd343 Note case-sensitivity of mappers, PR 16684
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275354 13f79535-47bb-0310-9956-ffa450edef68
2003-09-25 14:01:41 +00:00
Stefan Bodewig
d7388783c5 subant is becoming legacy
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275353 13f79535-47bb-0310-9956-ffa450edef68
2003-09-25 13:59:01 +00:00
Stefan Bodewig
6bc96adf11 Note case-sensitivity of selectors, PR 16685
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275351 13f79535-47bb-0310-9956-ffa450edef68
2003-09-25 13:54:28 +00:00
Stefan Bodewig
8be42b1f4d You can't override the command-line, PR 16836
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275348 13f79535-47bb-0310-9956-ffa450edef68
2003-09-25 13:48:42 +00:00
Stefan Bodewig
655ad8f525 improved OpenVMS support, submitted by Knut Wannheden <knut dot wannheden at paranor dot ch>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275346 13f79535-47bb-0310-9956-ffa450edef68
2003-09-25 12:36:19 +00:00
Stefan Bodewig
0621db78de Make docs match the code, PR 20576
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275342 13f79535-47bb-0310-9956-ffa450edef68
2003-09-25 09:26:40 +00:00
Steve Loughran
a0567b3d41 fuller docs of the tasks, with examples.
If someone were to fiddle with the xdocs templates, having
<pre> make it through without being coalesced onto a single line would be nice, as all the examples are ruined.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275327 13f79535-47bb-0310-9956-ffa450edef68
2003-09-24 00:56:45 +00:00
Antoine Levy-Lambert
d03b7eb618 xml escapes &quot; replaced by literal quotes
merged back from ANT_16_BRANCH


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275324 13f79535-47bb-0310-9956-ffa450edef68
2003-09-23 22:12:36 +00:00
Jan Materne
ae18914d13 Forgotten dot at the end.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275319 13f79535-47bb-0310-9956-ffa450edef68
2003-09-23 20:56:32 +00:00
Peter Reilly
fa097d22ea remove attributestyle attribute from macrodef
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275308 13f79535-47bb-0310-9956-ffa450edef68
2003-09-23 13:55:52 +00:00
Stefan Bodewig
e05733aa9b Add a granularity attribute to <copy>, <move> and <sync> that works
the same way as the attribute of the <depend> selector.

PR: 22150


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275307 13f79535-47bb-0310-9956-ffa450edef68
2003-09-23 13:16:04 +00:00