Stefan Bodewig
eb906395ff
typos
9 years ago
Stefan Bodewig
98e87c528d
document changed javah default
9 years ago
Stefan Bodewig
378fb22e2a
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
7ebbdc995c
implement a forking implementation for javah
9 years ago
Stefan Bodewig
b746f1e7d0
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
e74054fbbd
rmic doesn't allow -Xnew on JDK9
https://bz.apache.org/bugzilla/show_bug.cgi?id=59906
9 years ago
Stefan Bodewig
32f7fdb9be
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
fdfebe8013
default to forking rmic on JDK 9+
https://bz.apache.org/bugzilla/show_bug.cgi?id=59860
9 years ago
Stefan Bodewig
a6d07c6247
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
625d3d371f
nobody is going to call Java 9 1.9 anymore
https://bz.apache.org/bugzilla/show_bug.cgi?id=59863
9 years ago
Stefan Bodewig
fd61c0af5e
make builtin native2ascii implementation the default
9 years ago
Stefan Bodewig
26fd1bfee7
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
4ef2554a53
builtin implementation of ascii2native
9 years ago
Stefan Bodewig
0319f81345
built-in implementation of native2ascii
https://bz.apache.org/bugzilla/show_bug.cgi?id=59855
9 years ago
Stefan Bodewig
e25e82c8a1
fix version number
9 years ago
Stefan Bodewig
5c85c44601
JDK9 modules support for JUnit by Tomáš Zezula
this is the combined patch or #18 which couldn't be applied via `git am`
9 years ago
Stefan Bodewig
5c13bb8417
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
3fe363e212
add compression support to <scp>
https://bz.apache.org/bugzilla/show_bug.cgi?id=47552
Patch-by: Matthew Yanos
9 years ago
Stefan Bodewig
04b9e2bd17
implement DOS-friendly fallback in setpermissions
9 years ago
Stefan Bodewig
cee2935c79
setpermissions task using NIO rather than platform tools
9 years ago
Stefan Bodewig
afdf355c65
remove apt task, there is no apt tool in java8
9 years ago
Stefan Bodewig
356972ab3a
document serverAliveInterval and serverAliveCountMax
9 years ago
Tomas Zezula
83eaf48045
Added modulepath, modulesourcepath and upgrademodulepath into Javac task.
9 years ago
Tomas Zezula
aef407be4d
Updated Java task manual.
Added since tags.
9 years ago
Stefan Bodewig
c78ecf75bb
optionally don't follow redirects in <http>
https://bz.apache.org/bugzilla/show_bug.cgi?id=58840
9 years ago
Stefan Bodewig
e7d5d49dbb
extension is ignored when both in and out are given
http://stackoverflow.com/questions/34588194/attribute-extension-in-xslt-task-doesnt-work
10 years ago
Stefan Bodewig
9b210733dc
don't use deprecated attribute in examples
10 years ago
Reinhard Pointner
440b601487
scp task: update docs and add new ResourceCollection usage
10 years ago
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