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
Jacobus Martinus Kruithof
a0a88c7787
Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentation
-- excluding api --
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1342889 13f79535-47bb-0310-9956-ffa450edef68
13 years ago
Jacobus Martinus Kruithof
bc6a6269ec
Documentation update: Bug 53215 - Broken link to oracle doc in Manifest task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1342883 13f79535-47bb-0310-9956-ffa450edef68
13 years ago
Stefan Bodewig
8d4736cfcb
<properties> started to support loading XML files with 1.8.0 not 1.7.1. PR 53141
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1330090 13f79535-47bb-0310-9956-ffa450edef68
13 years ago
Jesse N. Glick
84abb27b2f
#52621 : restore default behavior from #42046 for compatibility, but make it configurable.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1292985 13f79535-47bb-0310-9956-ffa450edef68
13 years ago
Jesse N. Glick
d884406a09
Refer to faq.html on the web site, not using a relative path.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1292976 13f79535-47bb-0310-9956-ffa450edef68
13 years ago
Stefan Bodewig
e743ff572d
Remove reference to WebLogic and Starteam tasks that have been removed more than four years ago
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1240680 13f79535-47bb-0310-9956-ffa450edef68
13 years ago
Stefan Bodewig
cd98668053
support for pseudo-terminals in sshexec. PR 52554
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1239121 13f79535-47bb-0310-9956-ffa450edef68
13 years ago
Stefan Bodewig
0e71da85e6
documentation for retryDelay attribute of retry task. PR 52076
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1239108 13f79535-47bb-0310-9956-ffa450edef68
13 years ago
Stefan Bodewig
132fb32522
OpenJDK8 snaphot works, I have found a new class in java.lang.reflect and OpenJDK's javac defaults to -source 8. No, I don't like the code in DefaultCompilerAdapter either.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1236803 13f79535-47bb-0310-9956-ffa450edef68
14 years ago
Stefan Bodewig
02d9f46c29
hint at namespace declaration rules. PR 52309
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1225133 13f79535-47bb-0310-9956-ffa450edef68
14 years ago
Stefan Bodewig
5b256dff1e
provide control over signature and digest algorithms in <signjar>. Submitted by Wang Weijun. PR 52344
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1221901 13f79535-47bb-0310-9956-ffa450edef68
14 years ago
Stefan Bodewig
390433f7bf
clarify requirements for manifestclasspath task to address questions like PR 52227
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1210062 13f79535-47bb-0310-9956-ffa450edef68
14 years ago
Stefan Bodewig
5ecf92bf58
add an option to suppress the artifical package-info.class files created by <javac>. PR 52096
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1190243 13f79535-47bb-0310-9956-ffa450edef68
14 years ago