Stefan Bodewig
a94a07d717
typo in signjar's manual
https://bz.apache.org/bugzilla/show_bug.cgi?id=58054
10 years ago
Jan Matrne
3a3575562d
Bug 53017: fix 1st sentence of antlib manual
10 years ago
Jan Matrne
9953e3cbc0
Bug 44241: 'activate' Steves <javaconstant> resource
10 years ago
Jan Matrne
5d3888d2a1
Bug 53808: fix links in the manual
10 years ago
Jan Matrne
e9d4c9ae82
Bug 50785: example of inserting a line break
10 years ago
Jan Matrne
016fa99430
Bug 47955: little hint on capitalization
10 years ago
Stefan Bodewig
b2a33d1149
bump versions
10 years ago
Jan Matrne
237c7fc4c3
Manual:develop: there is no Jakarta any more
10 years ago
Jan Matrne
b033075833
Manual <mail>: small fix layout
10 years ago
Jan Matrne
8f2df5d330
Manual <javadoc>:
- clarify what "availibility" means
- fix </td> on @postProcessGeneratedJavadocs
10 years ago
Stefan Bodewig
54eeab675a
copy-past error
10 years ago
Stefan Bodewig
36ec8947fa
document <allbutfirst> and <allbutlast>
10 years ago
Stefan Bodewig
7e3e1fcabf
wrong default dir mode in scp manual page
10 years ago
Stefan Bodewig
2f0edba2ac
all permissions to be set when uploading files/dirs
https://bz.apache.org/bugzilla/show_bug.cgi?id=43271
Apparently the remote umask still comes into play and the result won't
be exactly what we intended it to be.
Based on patch by Holly Cummins
10 years ago
YOUR NAME
039a348aa3
wrong version number detected by @PascalSchumacher
10 years ago
Stefan Bodewig
1a584200e2
Add encoding attributes to <tar>, <untar> and <tarfileset>
This is a workaround for Bugzilla Issue 57822
https://bz.apache.org/bugzilla/show_bug.cgi?id=57822
10 years ago
Stefan Bodewig
7bc9759319
Add ability to send carbon copies to MailLogger.
Submitted by Roman Savko
PR: 57789
10 years ago
Stefan Bodewig
06bdb4521d
clearly document the effect of empty includesfile attribute
Bugzilla Issue 26814
10 years ago
Razzi Abuissa
3072293399
Fix an extra space in the <pre>
10 years ago
Razzi Abuissa
66adc2e346
Clean up whitespace in build.xml example
10 years ago
Jan Matèrne
d11cb1454c
Clarify when ${ant.project.invoked-targets} is set.
10 years ago
Jan Matrne
32062cc59c
Precise the manual: <restrict> uses AND for combining nested resource selectors
10 years ago
Jan Matrne
931c004a55
Example derived from the example in the java source.
10 years ago
Jan Matrne
c848f9a576
typo
10 years ago
Stefan Bodewig
f06f366200
javac1.9 is now a supported "compiler"
10 years ago
Stefan Bodewig
cc2ca5375f
fix version number
11 years ago
Martin von Gagern
95ea95ce56
junitreport: Expose classpath and factory of internal XSLTProcess task.
This patch creates the nested XSLTProcess at creation of the
AggregateTransformer, not upon execution of the transformation. This way it
is much easier to simply wrap parts of the interface I'd like to expose,
like the new <classpath> and <factory> nested elements, but also the
existing <param> elements.
I haven't called XSLTProcess.init(), as the previous code didn't do that
either. I don't fully understand the difference between init() and a
constructor, but it might be a good thing to init the task somewhere.
The approach I chose is something like a whitelist delegation: the
XSLTProcess is a private member, and only selected methods of its interface
are wrapped and thus exposed to be configured. As an alternative, one could
do something like a blacklist delegation by deriving a class from
XSLTProcess and forbidding access to certain settings by ovverriding the
corresponding methods and throwing exceptions therein. In that case, one
might even turn the class derived from XSLTProcess into a nested <xslt>
element, which would be probably much clearer, as it would be configured in
the same way that a top-level <xslt> task is. I didn't choose this approach
in my patch for now.
11 years ago
Stefan Bodewig
14b24bcc98
after all these years we still have some author tags left
11 years ago
Stefan Bodewig
faedd2bc5b
only enable transparent gzip encoding when explicitly specified
fixes bugzilla issue 57048
11 years ago
Ville Skyttä
43844a7e6b
PR 56748 Spelling fixes, submitted by Ville Skyttä
11 years ago
Ville Skyttä
47a3b5144e
PR 56747 Document which options exit in help output, submitted by Ville Skyttä
11 years ago
Stefan Bodewig
7f51882300
PR 56678 - add proxy support to signjar when using the TSA. Submitted by Robbie Gibson.
11 years ago
Stefan Bodewig
6e88f92ead
PR 56584 allow ReplaceTokens filter to use multi-character token separators. Submitted by Ralf Hergert.
11 years ago
Stefan Bodewig
3691c213c5
svn => git
11 years ago
Antoine Levy-Lambert
6cc06e519a
preparation for Ant 1.9.5
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1591186 13f79535-47bb-0310-9956-ffa450edef68
11 years ago
Antoine Levy-Lambert
cef41d260a
rolling back to ant 1.9.4 as the pom.xml of ant-testutil was referencing incorrectly junit 3.8.2 instead of junit 4.11
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1591178 13f79535-47bb-0310-9956-ffa450edef68
11 years ago
Antoine Levy-Lambert
3460aa3bb2
preparation for ant 1.9.5 release
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1591176 13f79535-47bb-0310-9956-ffa450edef68
11 years ago
mclarke
b61c80746d
Test improvements: convert to JUnit4, improved error testing and remove sleeps
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1588563 13f79535-47bb-0310-9956-ffa450edef68
11 years ago
Antoine Levy-Lambert
9d3c394c5d
junit task should support parallel/threads option
PR 55925
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1580520 13f79535-47bb-0310-9956-ffa450edef68
11 years ago
Stefan Bodewig
444a953257
add a new quiet attribute to <get>, GitHub PR by hydra1983, closes #1
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1580482 13f79535-47bb-0310-9956-ffa450edef68
11 years ago
Stefan Bodewig
42beec8e1d
A new resource collection multirootfileset, PR 48621
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1578003 13f79535-47bb-0310-9956-ffa450edef68
11 years ago
Stefan Bodewig
6e5a68837b
add inputencoding to mail's message when read from a file. PR 56258
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1577617 13f79535-47bb-0310-9956-ffa450edef68
11 years ago
Stefan Bodewig
3c1f0ee7fa
add a 'binaryOutput' attribute to redirector to prevent Ant from corrupting, well, binary output. PRs 56156 and 55667
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1573617 13f79535-47bb-0310-9956-ffa450edef68
11 years ago
Stefan Bodewig
5fc48a4bf9
assorted spelling fixes by Lajos Veres - closes #4
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1572981 13f79535-47bb-0310-9956-ffa450edef68
11 years ago
Stefan Bodewig
7dbdd60818
outputencoding for sql, patch by Miroslav Zaťko. PR 39541
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1555947 13f79535-47bb-0310-9956-ffa450edef68
12 years ago
Stefan Bodewig
8128522925
failOnWarning attribute for javadoc. Patch by Tim Boemker. PR 55015
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1555938 13f79535-47bb-0310-9956-ffa450edef68
12 years ago
Stefan Bodewig
93eb236577
various new attributes around System.err handling in sshexec. Submitted by Gilbert Rebhan. PR 48478
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1555866 13f79535-47bb-0310-9956-ffa450edef68
12 years ago
Stefan Bodewig
6307fed882
allow System.in to be passed to sshexec'ed process. Patch by rosvit. PR 55393
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1555860 13f79535-47bb-0310-9956-ffa450edef68
12 years ago
Stefan Bodewig
bfa0ded769
Don't use leading slashes for patterns in zipfileset. PR 53949
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554808 13f79535-47bb-0310-9956-ffa450edef68
12 years ago
Stefan Bodewig
c35ce9c039
document userAgent attribute. PR 55489
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554406 13f79535-47bb-0310-9956-ffa450edef68
12 years ago