1763 Commits

Author SHA1 Message Date
Steve Loughran
efa433f65f fix the link
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@484842 13f79535-47bb-0310-9956-ffa450edef68
2006-12-08 23:23:47 +00:00
Peter Reilly
cdc877add2 doc for javax scripting
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@481978 13f79535-47bb-0310-9956-ffa450edef68
2006-12-03 23:02:52 +00:00
Jesse N. Glick
a729691fff Docs improvements.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@481618 13f79535-47bb-0310-9956-ffa450edef68
2006-12-02 20:21:43 +00:00
Jesse N. Glick
fd9e5512f7 Forgot to document #41058!
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@481329 13f79535-47bb-0310-9956-ffa450edef68
2006-12-01 18:10:20 +00:00
Matthew Jason Benson
7d7b84e154 capitalize "Ant".
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@480275 13f79535-47bb-0310-9956-ffa450edef68
2006-11-28 23:21:43 +00:00
Matthew Jason Benson
de968b4891 fix example xml. BZ 40975.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@475291 13f79535-47bb-0310-9956-ffa450edef68
2006-11-15 16:12:22 +00:00
Matthew Jason Benson
91ae12be3f Document fixcrlf as a filterreader in opposite direction. BZ 40976.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@475290 13f79535-47bb-0310-9956-ffa450edef68
2006-11-15 16:09:35 +00:00
Antoine Levy-Lambert
fb8275c081 reference the list archives only online, better to update quickly
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@475212 13f79535-47bb-0310-9956-ffa450edef68
2006-11-15 12:20:45 +00:00
Peter Reilly
b9bf508d0c Bugzilla 38249: add quiet to loadfile
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@474520 13f79535-47bb-0310-9956-ffa450edef68
2006-11-13 21:11:42 +00:00
Peter Reilly
0a53c6b606 add a manual entry for antversion
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@474508 13f79535-47bb-0310-9956-ffa450edef68
2006-11-13 20:48:56 +00:00
Antoine Levy-Lambert
d824eac4d9 Preparation for the build of Ant 1.7.0RC1
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@471526 13f79535-47bb-0310-9956-ffa450edef68
2006-11-05 20:51:17 +00:00
Peter Reilly
992cc22575 update javadoc to desciption quoteing in tag file - bugzilla report 30966
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@470581 13f79535-47bb-0310-9956-ffa450edef68
2006-11-02 22:52:04 +00:00
Peter Reilly
7254e769ce bugzilla report 40852: useextenalfile of javadoc now applies to all command line args
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@470134 13f79535-47bb-0310-9956-ffa450edef68
2006-11-01 23:19:33 +00:00
Steven M. Cohen
f9239036dd remove from documentation (and from comment in source code) the incorrect
statement that a message attribute or character data within the element is
required.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@469751 13f79535-47bb-0310-9956-ffa450edef68
2006-11-01 02:04:27 +00:00
Stefan Bodewig
b6a97b829d AntUnit 1.0 Beta2
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@468962 13f79535-47bb-0310-9956-ffa450edef68
2006-10-29 19:49:44 +00:00
Steve Loughran
14f760492c Made web.xml non optional again, as it was hiding too many bugs (e.g war files for tomcat 5), but added an attribute to make it optional.
More tests, especially for updates. One test is disabled because it fails. The task fails if you are pulling in a web.xml on an existing web.xml file via a fileset if update=false, because the fileset version checking is hiding the inclusion of the web.xml file from the war task -its being dropped before we notice. This is not a BC problem. Maybe I should always make web.xml mandatory to stop this behavior arising.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@468568 13f79535-47bb-0310-9956-ffa450edef68
2006-10-27 22:33:42 +00:00
Steve Loughran
c91cce227b web.xml is now optional in Java EE. I've tweaked <war> to warn but continue if it is omitted, and not to say anything if there is a duplicate reference to the same web.xml, but to complain a lot if there are two conflicting ones (with diagnostics).
We may want to have an attribute to indicate that a web.xml file is needed, or that we dont want to see the warning message. Say nowebxml="fail", "warn" or "skip", with the default being fail for backwards compatibility. Thoughts? Now is the time to add it...

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@468180 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 23:10:10 +00:00
Antoine Levy-Lambert
74f550099b add regex attribute to echoproperties task.
Bugzilla 40019.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@467828 13f79535-47bb-0310-9956-ffa450edef68
2006-10-26 01:39:57 +00:00
Jan Materne
5447ff9d10 Have found a nice example in an archived mail...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@467359 13f79535-47bb-0310-9956-ffa450edef68
2006-10-24 15:38:28 +00:00
Peter Reilly
e808c13ed6 bugzilla: 40803, doc use of cmd.exe /c for bat files better
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@466878 13f79535-47bb-0310-9956-ffa450edef68
2006-10-22 21:31:41 +00:00
Antoine Levy-Lambert
b6b5c230b6 added a blurb about starteam
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@466626 13f79535-47bb-0310-9956-ffa450edef68
2006-10-22 05:28:14 +00:00
Antoine Levy-Lambert
03f2bdc877 update the download location for netrexx
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@466623 13f79535-47bb-0310-9956-ffa450edef68
2006-10-22 04:17:06 +00:00
Antoine Levy-Lambert
c2c64020e3 further change about jakarta-oro
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@466063 13f79535-47bb-0310-9956-ffa450edef68
2006-10-20 11:08:28 +00:00
Antoine Levy-Lambert
0f0cdfde0f decide to recommend jakarta-oro 2.0.8
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@466062 13f79535-47bb-0310-9956-ffa450edef68
2006-10-20 11:07:09 +00:00
Jan Materne
6237ab4567 Add a paragraph about using external task libraries.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@465533 13f79535-47bb-0310-9956-ffa450edef68
2006-10-19 08:53:55 +00:00
Jan Materne
507f139d07 Add a stylesheet for generating a master buildfile (iterating over all targets) from a common buildfile.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@465167 13f79535-47bb-0310-9956-ffa450edef68
2006-10-18 07:31:52 +00:00
Jan Materne
ed379f4e5d We drop Win98 support.
http://marc.theaimsgroup.com/?l=ant-dev&m=115141884812670&w=2

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@464502 13f79535-47bb-0310-9956-ffa450edef68
2006-10-16 14:07:03 +00:00
Jan Materne
ac04e1ad15 Codestyle (indent of bracket) and overwrite the taskname for logging.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@464500 13f79535-47bb-0310-9956-ffa450edef68
2006-10-16 14:05:44 +00:00
Jan Materne
31e8fc7aa7 Document two launch options.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@464498 13f79535-47bb-0310-9956-ffa450edef68
2006-10-16 13:57:50 +00:00
Antoine Levy-Lambert
ab7f4306cb Preparation for Ant 1.7.0Beta3
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@464306 13f79535-47bb-0310-9956-ffa450edef68
2006-10-15 22:21:43 +00:00
Steve Loughran
49f611c10c mention proxy settings here.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463473 13f79535-47bb-0310-9956-ffa450edef68
2006-10-12 22:29:38 +00:00
Peter Reilly
79f24fd579 Added outputtoformatters attribute to <junit> to allow suppression
of noisey tests. Bugzilla report 12817.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463045 13f79535-47bb-0310-9956-ffa450edef68
2006-10-11 23:13:08 +00:00
Jan Materne
0a41a60d0f Document the do-nothing-if-exist behaviour of <mkdir>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@462786 13f79535-47bb-0310-9956-ffa450edef68
2006-10-11 12:27:34 +00:00
Peter Reilly
6e6999de17 1) modify ant script to *NOT* . include /etc/ant.conf
if ANT_HOME variable is set.
2) apply jpackage patch to ant script
3) modify manual to include the change in behaviour to ANT_HOME and jpackage



git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@462590 13f79535-47bb-0310-9956-ffa450edef68
2006-10-10 21:45:45 +00:00
Matthew Jason Benson
765bd26ad7 reluctantly added example just because I promised.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454846 13f79535-47bb-0310-9956-ffa450edef68
2006-10-10 17:42:25 +00:00
Matthew Jason Benson
66838f3c29 Added <compare> resource selector to select resources based on the
results of their comparison to other resources. Inspired by userlist thread
http://marc.theaimsgroup.com/?t=115998761500004&r=1&w=2 .
Still lacks an example other than testcases. :(


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454842 13f79535-47bb-0310-9956-ffa450edef68
2006-10-10 17:30:33 +00:00
Matthew Jason Benson
a5170305b9 document that <pathconvert> can actually support multiple resource collections now.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454833 13f79535-47bb-0310-9956-ffa450edef68
2006-10-10 17:05:40 +00:00
Peter Reilly
a5360da98a PathConvert on Windows should process forward and back slashes equivalently.
Bugzilla report 32884.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454032 13f79535-47bb-0310-9956-ffa450edef68
2006-10-07 22:04:20 +00:00
Peter Reilly
583cfae0e5 Do not set ant.file.{projectname} when the project name
is not set in the <project> tag. (as discussed)
Bugzilla report: 39920



git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@453401 13f79535-47bb-0310-9956-ffa450edef68
2006-10-05 21:48:49 +00:00
Peter Reilly
e8b3b57f55 describe difference of <dirname> and unix dirname
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@451692 13f79535-47bb-0310-9956-ffa450edef68
2006-09-30 22:52:16 +00:00
Peter Reilly
b2bbaffc4d add a comment about /etc/ant.conf and about quotes and / in ANT_HOME,CLASSPATH and JAVA_HOME
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@451487 13f79535-47bb-0310-9956-ffa450edef68
2006-09-29 22:49:08 +00:00
Matthew Jason Benson
274f5d877f add the <tokens> resource collection; tokenizers graduate to free-standing types
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@450611 13f79535-47bb-0310-9956-ffa450edef68
2006-09-27 22:37:01 +00:00
Matthew Jason Benson
353da86ea4 add since info on encoding attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@450588 13f79535-47bb-0310-9956-ffa450edef68
2006-09-27 21:49:05 +00:00
Jan Materne
7f0ad1d0ec typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@450341 13f79535-47bb-0310-9956-ffa450edef68
2006-09-27 06:21:47 +00:00
Peter Reilly
3f73a85198 Bugzilla 31520
adding SPI to jar-task
This patch from bernd Dutkowski adds
a nested element <service> to the <jar> task
this creates the SPI files - see doc.



git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@450209 13f79535-47bb-0310-9956-ffa450edef68
2006-09-26 21:15:12 +00:00
Peter Reilly
c8b5902d5d remove blockquote from long examples, correct name of attribute in <matches>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@449833 13f79535-47bb-0310-9956-ffa450edef68
2006-09-25 22:06:09 +00:00
Peter Reilly
022d5119e9 add doc for <matches>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@449826 13f79535-47bb-0310-9956-ffa450edef68
2006-09-25 21:39:08 +00:00
Matthew Jason Benson
e2fa3d410f correctly mark property resource type as <propertyresource>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@449705 13f79535-47bb-0310-9956-ffa450edef68
2006-09-25 15:15:27 +00:00
Matthew Jason Benson
7f571720db Fix incorrectly documented default value for size selector's when attribute.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@449111 13f79535-47bb-0310-9956-ffa450edef68
2006-09-22 22:17:41 +00:00
Matthew Jason Benson
6c9e00f717 containsregexp does double-duty as FileSelector + ResourceSelector.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@449108 13f79535-47bb-0310-9956-ffa450edef68
2006-09-22 22:13:40 +00:00