600 Commits

Author SHA1 Message Date
Stephane Bailliez
270394a09f Extend the range of options ANTLR task is able to deal with
Submitted by:
Stephen Chin, aphid@versionablestore.com


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272941 13f79535-47bb-0310-9956-ffa450edef68
2002-06-20 15:03:46 +00:00
Stefan Bodewig
2aad5f9f54 recursively expand filter tokens.
PR: 9378


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272867 13f79535-47bb-0310-9956-ffa450edef68
2002-06-12 14:54:41 +00:00
Steve Loughran
5b320cdc20 Keith Wannamaker's classpath patches to jspc.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272843 13f79535-47bb-0310-9956-ffa450edef68
2002-06-05 21:02:11 +00:00
Magesh Umasankar
ca91f8cb7e Merge changes made to 1.5 Beta1.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272826 13f79535-47bb-0310-9956-ffa450edef68
2002-06-01 12:26:43 +00:00
Diane Holt
a87016010e Bye-bye <do>...
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272628 13f79535-47bb-0310-9956-ffa450edef68
2002-04-30 17:31:06 +00:00
Conor MacNeill
0da1740420 Weblogic 7 updates
Document ejbcclass attribute

PR:	7871


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272623 13f79535-47bb-0310-9956-ffa450edef68
2002-04-30 14:40:04 +00:00
Diane Holt
04f4f5364c Even though the enthusiasm (even to just vote) was a bit, ahem,
underwhelming, at least there weren't any overwhelming objections,
so...

Add the <do> task.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272595 13f79535-47bb-0310-9956-ffa450edef68
2002-04-29 22:50:16 +00:00
Stefan Bodewig
9fe0f5be4e Directory based <javadoc>.
Two new nested elements, <packageset> and <fileset>.  <packageset> is
a DirSet that points to directories which get translated into packages
if they contain .java sources, <fileset> points to sourcefiles.

<packageset> based on a patch by Daniel Ritchey <ritchey_49@hotmail.com>.

<fileset> allows you to select files in the default package as well.

PR: 6433


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272583 13f79535-47bb-0310-9956-ffa450edef68
2002-04-26 16:06:52 +00:00
Stefan Bodewig
c1c1f4fcff New dir attribute for <patch>
Submitted by:	Thanou Thirakul <thanou@intelliware.ca>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272581 13f79535-47bb-0310-9956-ffa450edef68
2002-04-26 11:39:34 +00:00
Stefan Bodewig
84d34080aa pedantic mode again.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272570 13f79535-47bb-0310-9956-ffa450edef68
2002-04-25 06:14:59 +00:00
Diane Holt
fb11c8e5fe properties -> system properties (as suggested by Knut Wannheden).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272569 13f79535-47bb-0310-9956-ffa450edef68
2002-04-25 00:38:12 +00:00
Magesh Umasankar
ccef0f8982 Implement and document a compression attribute for the tar and untar tasks.
Submitted by: Curt Arnold <carnold@houston.rr.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272562 13f79535-47bb-0310-9956-ffa450edef68
2002-04-24 03:09:06 +00:00
Diane Holt
e3b7ccdf35 Add Deployment Tasks/<serverdeploy>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272558 13f79535-47bb-0310-9956-ffa450edef68
2002-04-23 14:58:47 +00:00
Diane Holt
5c4b1bdcc3 Oops.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272557 13f79535-47bb-0310-9956-ffa450edef68
2002-04-23 13:49:47 +00:00
Stefan Bodewig
150545be2f Add documentation for new input stuff.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272545 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 13:22:57 +00:00
Stefan Bodewig
6de0aa0431 Make <xmlvalidate> use JAXP when the user didn't provide a classname.
This should make the tests work no matter which XML parser you used
(failed for me now as I still have Crimson on my CLASSPATH).


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272540 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 08:56:13 +00:00
Erik Hatcher
422f63ab87 patches provided by Nicola Ken Barrozi. documentation added. the "[]" and indexed properties were removed as they did not work properly and were not desired.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272539 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 00:05:09 +00:00
Peter Donald
2b22efccb0 If default target is not specified then default to using "main"
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272529 13f79535-47bb-0310-9956-ffa450edef68
2002-04-20 06:21:17 +00:00
Stefan Bodewig
0c54584d3d Update documentation of <concat> to reflect the tofile -> destfile
change made during development.

Fix typo.

Submitted by:	Derek Slager <derek@activate.net>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272522 13f79535-47bb-0310-9956-ffa450edef68
2002-04-19 07:16:18 +00:00
Steve Loughran
96ee13b7c9 new istrue/isfalse conditions
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272521 13f79535-47bb-0310-9956-ffa450edef68
2002-04-19 07:15:44 +00:00
Steve Loughran
ad5f98d708 doc addition; fix defect # 8181 . I note this is not stephane's current email addr at the top
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272519 13f79535-47bb-0310-9956-ffa450edef68
2002-04-19 05:11:52 +00:00
Stefan Bodewig
dd7c7098d8 <mapper> and srcfile can live together.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272514 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 15:49:19 +00:00
Stefan Bodewig
8fc7469be6 typo's in apply's docs.
PR: 8094
Submitted by:	Jesse Glick <jesse.glick@netbeans.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272512 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 14:59:19 +00:00
Stefan Bodewig
bc8388ee6e A couple of typos in cvs's documentation.
PR: 8243
Submitted by:	Ville Skytt� <ville.skytta@iki.fi>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272511 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 14:56:37 +00:00
Stefan Bodewig
8eade094d7 Make FAQ from PR 6606.
PR: 6606


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272510 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 14:48:13 +00:00
Stefan Bodewig
55811ba73b Decide whether javac will be invoked with -depend od -Xdepend on the
compiler attribute rather than the current JDK (falling back to
assuming the current JDK if compiler has not been specified).


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272509 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 14:19:00 +00:00
Stefan Bodewig
e7de779f7c Add new showoutput attribute to <junit>.
There is no automatic testcase for this, but if your run

ant -f src/etc/testcases/taskdefs/optional/junit.xml -Dshowoutput=off
ant -f src/etc/testcases/taskdefs/optional/junit.xml -Dshowoutput=on

you'll see it in action.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272496 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 09:49:55 +00:00
Magesh Umasankar
09900dd0b5 Remove hardcoded reference to latest build.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272492 13f79535-47bb-0310-9956-ffa450edef68
2002-04-17 15:29:21 +00:00
Magesh Umasankar
f2d612279c Only significant change is:
- src="file://D:\javaext\jakarta-ant-1.4alpha\docs\manual\Integration\anttool1.gif"
+ src="anttool1.gif"


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272489 13f79535-47bb-0310-9956-ffa450edef68
2002-04-17 14:59:12 +00:00
Erik Hatcher
cee952f367 document changes to XmlLogger
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272479 13f79535-47bb-0310-9956-ffa450edef68
2002-04-17 01:36:50 +00:00
Stephane Bailliez
9184622a74 Fix missing end tag.
Submitted by: jesse@cryptocard.com (Jesse)
PR: 8137


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272463 13f79535-47bb-0310-9956-ffa450edef68
2002-04-16 11:13:02 +00:00
Stefan Bodewig
e79b77b82b Add compiler attribute and nested <compilerarg> element to <rmic>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272440 13f79535-47bb-0310-9956-ffa450edef68
2002-04-15 13:20:26 +00:00
Peter Donald
784f04c929 org.apache.tools.ant.taskdefs.cvslib.CvsTagDiff
The goal of this task is to give a list of differences between two tags or
dates. It produces an xml report like the changelog report of the CvsChangeLog
task. The output gives the list of modified files, removed files and new files.

The proposed task name is cvstagdiff.

PR: 8086
Submitted by: fred@castify.net (Frederic Lavigne)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272429 13f79535-47bb-0310-9956-ffa450edef68
2002-04-15 09:53:24 +00:00
Diane Holt
a7255e1083 Add note wrt case issues on Windows. (PR 6694)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272419 13f79535-47bb-0310-9956-ffa450edef68
2002-04-14 16:36:23 +00:00
Erik Hatcher
9115223753 Added <xslt> alias for the Style task to make it easier to find for users
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272416 13f79535-47bb-0310-9956-ffa450edef68
2002-04-13 11:18:28 +00:00
Steve Loughran
de36760880 typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272414 13f79535-47bb-0310-9956-ffa450edef68
2002-04-12 22:07:21 +00:00
Stefan Bodewig
7114de8f2b typo.
PR: 8019


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272413 13f79535-47bb-0310-9956-ffa450edef68
2002-04-12 15:26:22 +00:00
Stefan Bodewig
c52b908bf7 finally, 7552 audit of <junit> - leave information in tests untouched
by cloning the instances.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272412 13f79535-47bb-0310-9956-ffa450edef68
2002-04-12 15:08:17 +00:00
Diane Holt
b3fcc74e6a Truth it up a bit.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272410 13f79535-47bb-0310-9956-ffa450edef68
2002-04-12 14:47:15 +00:00
Stefan Bodewig
12a8163d89 Document new replacefilterfile attribute of <replace>
PR: 7320

Make sure <replace> resets its state.
Cosmetics.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272398 13f79535-47bb-0310-9956-ffa450edef68
2002-04-12 10:17:53 +00:00
Stefan Bodewig
9489d9ffc1 Add emacsmode to <recorder>.
PR: 7432

<recorder> is a difficult beast with regard to bug 7552 as it holds
state in a static Hashtable - at least it won't create multiple
loggers for the same files, so it should be relatively save.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272397 13f79535-47bb-0310-9956-ffa450edef68
2002-04-12 09:35:39 +00:00
Steve Loughran
cc842d12de using concat everywhere
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272390 13f79535-47bb-0310-9956-ffa450edef68
2002-04-12 03:22:28 +00:00
Stefan Bodewig
49ac8075b8 bug 7552 audit of <cvs> - ensure command gets reset.
You cannot have an attribute that accepts a boolean or an integer, at
least not the way it has been done - split into two attributes.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272368 13f79535-47bb-0310-9956-ffa450edef68
2002-04-11 09:52:48 +00:00
Steve Loughran
3c5b1c8a70 documentation of new task + cleanup of the rest
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272361 13f79535-47bb-0310-9956-ffa450edef68
2002-04-11 07:28:12 +00:00
Steve Loughran
b4c9277617 PR5025 ; doc new attr, bit of text on failure altogether
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272355 13f79535-47bb-0310-9956-ffa450edef68
2002-04-11 06:37:59 +00:00
Stefan Bodewig
d53f5e9612 Make concat reset its state (bug 7552 audit), make it use encoding
even when not logging to the console, make it fail-fast if nested text
has been specified together with nested filesets.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272346 13f79535-47bb-0310-9956-ffa450edef68
2002-04-10 15:33:09 +00:00
Stefan Bodewig
7c24f9164c Make sure the dest attribute gets reset at the end of execute in
<bunzip2> and <gunzip> (bug 7552 audit).

Fix documentation for <gzip> and <bzip2> - these tasks perform
dependency checks.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272343 13f79535-47bb-0310-9956-ffa450edef68
2002-04-10 14:13:59 +00:00
Stefan Bodewig
895ef094bb Make sure <basename> and <dirname> don't break property immutability
rules.

Minor corrections to their documentation.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272341 13f79535-47bb-0310-9956-ffa450edef68
2002-04-10 13:47:46 +00:00
Stefan Bodewig
1d7d78ea0d Bug 7552 auditing of <antstructure> - reset cache of visited elements
at the end of execute.

Add typedef to the child elements of project.

Fix some docs.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272334 13f79535-47bb-0310-9956-ffa450edef68
2002-04-10 10:02:54 +00:00
Steve Loughran
0a895bf986 updated to release 1.0 of .NET
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272327 13f79535-47bb-0310-9956-ffa450edef68
2002-04-10 00:38:40 +00:00