Matthew Jason Benson
1b98ed72cd
correct typo and translate a German article to the English equivalent. ;)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@432588 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
973f53b4aa
Add a note to the _svn-Hack of Subversion 1.3.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@432534 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jesse N. Glick
8e437c7397
Noting that apt is unnecessary in JDK 6.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@431467 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
7b2bcde38e
How could I forget this? Document the <diagnostics> task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@428733 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
e8e709ce77
Update the note about Winzip and WEB-INF directory.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@426479 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
4dea93eada
capitalize "Ant".
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@425108 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
a1608d62d4
Bug 21042 "Setting XSL parameter to input filename when processed whole directory."
* changed from File.getParent() to String.substring() to avoid changing between / and \
* "dir" defaults to '.' instead of empty string, so dir+'/'+name would not result in an absolute path
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@423009 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
303b70f86b
Bug 21042 "Setting XSL parameter to input filename when processed whole directory."
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@422692 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
370ae530e4
Bug 35850
<subant> now supports nested <target> elements as <ant> does.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@420569 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
31a7e6611a
delete spurious letter F; update copyright
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419978 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
69679b4828
Bug: 39153
Add notes (log+manual) that <java> does not handle jar+classpath together (more exactly Java itself does not).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419898 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
d839298320
some private emails about manifest correctness lead to more details on what to do if you disagree with the task's logic.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419490 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
923355ba63
Examples for specifying a JDK in <java> and <javac>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419463 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
36682adc29
Add example using the default excludes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419449 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
8793957204
given the task is out, the docs should be purged too.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@418789 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
8d20a46835
<fixcrlf> now supports an outputencoding attribute. Bugzilla report 39697.
Submitted by Stephen Goetze
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@417584 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jacobus Martinus Kruithof
18784a313b
Removed support for Xalan1.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@417020 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
ddcddd098e
add since doc for subant
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@416042 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
ac92e4e6bd
add tempfile deleteOnExit. PR# 39842. Submitted by Patrick Martin (then slightly modified).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415695 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
87b9690a66
WiX task is no longer untested
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@413804 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
22aa7a786b
document description attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@413692 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
82f9f6a177
Example how to load an Antlib from inside a buildfile.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@410598 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
19cdd51b13
getting the brackets right, fixing a link
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@409770 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
88f1be2d04
Add support to define the stylesheet as a resource in <xslt>
Bugzilla Report 39407
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@409378 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
d094a81d71
More warnings about filtering binary files. Bugzilla #39445 .
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@397909 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
29c03e3b20
2006
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@397383 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Kevin Jackson
0c0987da86
pluralise variable
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@397089 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
a9772ceefc
2006 and try to adapt indentation to level of nesting of the elements described
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@395742 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
df3fb58d79
Remove xslp usage from ant.
Bugzilla 23455.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@395723 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
613f5a2be0
Note <files> is a file-only resource collection.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@394115 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
eeda02e875
provide magic properties to control javac
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@393282 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
49727a3da8
allow ressource collections for source files in <javadoc>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@392027 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
b1c63b2dee
preliminary Mustang support
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@382927 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jan Materne
616fc9850d
<tarfileset> extends <fileset> not <tarfileset> itself.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@381709 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jan Materne
59309ba224
Fix the example regarding dir-attribute and add an additional example for that.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@377744 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Kevin Jackson
af4cbcd8ba
- addresses bug/request #27446
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@375180 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
065d685c52
fix eol-style
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@370056 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
3d1f8edd51
2006
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@368599 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
cba4e0b119
what I assume was meant
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@368475 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
b13256ba3a
bug #38245 ; sql broken on Ant1.7; added expandProperties attribute to expand properties in SQL statements.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@368466 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
2ddb16472e
added the inline handler element to the input task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@359317 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jesse N. Glick
2c038ed85f
Mentioning workaround from #38040 re. eagerly evaluated properties.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@359077 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
381464153c
Document since Ant 1.7 for textfile attribute.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@358864 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
2c04265ceb
add the resourcesmatch condition.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@358863 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
bc6cf071ab
add textfile attribute to filesmatch condition.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@358828 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
3bca66babd
ws
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@358812 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Antoine Levy-Lambert
b96c217e11
international tests for ManifestClassPath
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@357651 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
4e7f82aede
<echo> gets encoding support. I cannot believe we never noticed this was missing. Wherever I have been echoing out XML, I have been creating encoding bugs waiting to surface.
Also, echoxml closes its file handles.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@356356 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
444d7cdf83
update docs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@349645 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
ef830de68e
Add support for arbitrary resource collections to <zip> and friends, preserve permissions read via a <tarfileset>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@349643 13f79535-47bb-0310-9956-ffa450edef68
20 years ago