Stefan Bodewig
0ca8c46cc3
never ignore an explicit dir attribute in <exec>
BZ 58555: https://bz.apache.org/bugzilla/show_bug.cgi?id=58555
10 years ago
Stefan Bodewig
a94a07d717
typo in signjar's manual
https://bz.apache.org/bugzilla/show_bug.cgi?id=58054
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
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
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
Jan Matrne
931c004a55
Example derived from the example in the java source.
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
Stefan Bodewig
7f51882300
PR 56678 - add proxy support to signjar when using the TSA. Submitted by Robbie Gibson.
11 years ago
Stefan Bodewig
3691c213c5
svn => git
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
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
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
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
Antoine Levy-Lambert
5f266021fa
adapt documentation. PR 55922
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1553062 13f79535-47bb-0310-9956-ffa450edef68
12 years ago
Jan Materne
3c1b53b3fc
Bug-55895: typo in the manual
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1551525 13f79535-47bb-0310-9956-ffa450edef68
12 years ago
Stefan Bodewig
f0565366fe
Allow params of XSLT to be optionally typed. PR 21525. Submitted by František Kučera
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1548237 13f79535-47bb-0310-9956-ffa450edef68
12 years ago
Stefan Bodewig
70e913ffe7
PR 55751 description of filesmatch's textfile attribute is wrong
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1539547 13f79535-47bb-0310-9956-ffa450edef68
12 years ago
mclarke
14c701bcf9
Allow JUnit task to skip non tests rather than report errors
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1523198 13f79535-47bb-0310-9956-ffa450edef68
12 years ago
Stefan Bodewig
f5fb02e493
modernize a whole lot of links and example outputs - BZ 55551 - submitted by Erik Costlow
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1522924 13f79535-47bb-0310-9956-ffa450edef68
12 years ago
Stefan Bodewig
5d4b03bbeb
hint at Permissions manifest attribute and signing requirements for applets in upcoming 7u51 - PR 55542 - Submitted by Erik Costlow
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1521727 13f79535-47bb-0310-9956-ffa450edef68
12 years ago
Stefan Bodewig
26e6bc1162
wrong attribute name in zip documentation. Found by Jeffrey Adamson. closes #2
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1517110 13f79535-47bb-0310-9956-ffa450edef68
12 years ago
Stefan Bodewig
7bc745a289
post-process generated javadocs as workaround for CVE-2013-1571 - based on Maven patch by Uwe Schindler - PR 55132
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1496083 13f79535-47bb-0310-9956-ffa450edef68
12 years ago
Jan Materne
12e9d5f0d3
Bug-53490: unrequired stuff breaks code formatting
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1478661 13f79535-47bb-0310-9956-ffa450edef68
12 years ago
Antoine Levy-Lambert
4b516a485f
adding strict attribute to signjar task, PR 54889
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1476700 13f79535-47bb-0310-9956-ffa450edef68
12 years ago
Matthew Jason Benson
98fde16182
PR 54879: echoxml documentation for namespacePolicy is unclear
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1471592 13f79535-47bb-0310-9956-ffa450edef68
12 years ago
Stefan Bodewig
5588e0e665
Add documentation for zip64mode attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1462931 13f79535-47bb-0310-9956-ffa450edef68
12 years ago
Stefan Bodewig
e985027143
typo reported by Charles Antony
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1461421 13f79535-47bb-0310-9956-ffa450edef68
12 years ago
Stefan Bodewig
3e12dead7d
UK is not a valid country code. PR 54590. Submitted by Patrick Altaie
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1452023 13f79535-47bb-0310-9956-ffa450edef68
12 years ago
Antoine Levy-Lambert
c4cc9c42b1
add suppresssystemout attribute to optionally make sshexec silent PR 52070
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1447370 13f79535-47bb-0310-9956-ffa450edef68
12 years ago
Antoine Levy-Lambert
8344e79c7d
removing Perforce Ant tasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1442023 13f79535-47bb-0310-9956-ffa450edef68
12 years ago
Antoine Levy-Lambert
b103f7e356
PR 54090 Depend task does not handle invokeDynamic constant pool entries - java.lang.ClassFormatError: Invalid Constant Pool entry Type 18
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1436748 13f79535-47bb-0310-9956-ffa450edef68
13 years ago
Stefan Bodewig
ca10b52e34
Add a longfile='posix' option to tar task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1350904 13f79535-47bb-0310-9956-ffa450edef68
13 years ago
Jacobus Martinus Kruithof
3d3f26df41
Bug 53036 - FixCRLF does not respect the eol="asis" setting
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1342959 13f79535-47bb-0310-9956-ffa450edef68
13 years ago
Jacobus Martinus Kruithof
2596f62857
Bug 53202 - Typo in JUnit task documentation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1342899 13f79535-47bb-0310-9956-ffa450edef68
13 years ago