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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
Steve Loughran
de36760880
typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272414 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
7114de8f2b
typo.
PR: 8019
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272413 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
Steve Loughran
cc842d12de
using concat everywhere
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272390 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
Stefan Bodewig
c17d143ac3
swallow characters that are illegal in XML documents.
PR: 6351
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272312 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
e2aa7c41ea
Add -source switch to <javadoc>
PR: 5645
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272299 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
9212083abf
Doc fixes (PR 7453).
Also, add column headings to tables.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272295 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
3bad2ab3a0
Describe change to ejbjar dependency behaviour
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272293 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
2c3767a537
Add capability to classfileset to specify the root classes
using a fileset
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272292 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
f5b6799863
Add documentation for <java>'s new timeout attribute.
PR: 5299
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272291 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
0614659ed5
2002
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272290 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
20b0507cd3
adding inheritRefs to <antcall>, for better consistency with ant. The default is of course false.
No need to update whatsnew, as that already implies that antcall does this.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272284 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
5b95034bfc
Add changelog.xsl to distribution and also make sure it is documented.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272249 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
db9b493a16
Nits.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272244 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
eebfd94f70
<chmod> doesn't support in/excludesfile attribute.
PR: 6016
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272242 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
Stefan Bodewig
e3a3fe68b0
wrong year
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272215 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago
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
23 years ago