Stefan Bodewig
|
0ff7cc8511
|
record change for <java> module support
|
9 years ago |
Stefan Bodewig
|
90c1cc0857
|
assume change will go into Ant 1.9.7
|
9 years ago |
Stefan Bodewig
|
c6e225580e
|
whitespace
|
9 years ago |
Tomas Zezula
|
23b0cf06c2
|
Added module, modulepath attributes and modulepath, moduleupgradepath elements into Java task.
|
9 years ago |
Stefan Bodewig
|
aeed1d84d3
|
fix for bad URL parsing code by Uwe Schindler
https://bz.apache.org/bugzilla/show_bug.cgi?id=59130
|
9 years ago |
Antoine Levy-Lambert
|
49f24c8711
|
rename yearcheck.sh to copyrightcheck.sh and change the implementation to use git.
|
9 years ago |
Antoine Levy-Lambert
|
32634d817a
|
@Override annotation is not supported at build time by Java 1.5 for interface methods.
Updating the STATUS file too.
|
9 years ago |
Antoine Levy-Lambert
|
327a811c0b
|
closes #14
|
9 years ago |
Antoine Levy-Lambert
|
31e3c02f2e
|
Merge branch 'master' of https://github.com/jwadamson/ant-1
|
9 years ago |
Stefan Bodewig
|
5a6fda5890
|
Really fix Bugzilla Issue 58997
|
9 years ago |
Stefan Bodewig
|
26dc323427
|
Test for Bugzilla Issue 58997
|
9 years ago |
Stefan Bodewig
|
4d0bbb4404
|
ensure defined order of filters in <replace>
fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58997
|
9 years ago |
Stefan Bodewig
|
b25b8c4faf
|
mention bugfix for 57965
|
9 years ago |
Stefan Bodewig
|
592aa74973
|
take name into account when comparing FileResources
https://bz.apache.org/bugzilla/show_bug.cgi?id=57965
|
9 years ago |
Stefan Bodewig
|
be00fccc2d
|
self-check in equals
|
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
|
d713b1785f
|
Ant is able to detect more java versions by now
|
9 years ago |
Stefan Bodewig
|
494e865553
|
make ant.project.invoked-targets available for top-level tasks
https://bz.apache.org/bugzilla/show_bug.cgi?id=58908
|
9 years ago |
Stefan Bodewig
|
faa26a012e
|
port tar fix from commons compress
|
9 years ago |
Stefan Bodewig
|
7046631e9a
|
normalize file names when importing files with absolute paths
this is the root cause of Bugzilla Issue 58886
|
9 years ago |
Jeffrey Adamson
|
568c3eeb96
|
Bug 58898: Ant fails to run when arguments contain double-quote character
Test with lots of args that break existing script
./ant --execdebug -Df='"' -Dx="'" "-Dx='" -Dz=\'\""'"
|
9 years ago |
Jeffrey Adamson
|
14e71c1a93
|
Bug 58874: Ant fails to run if ANT_HOME contains a double-quote character.
|
9 years ago |
Stefan Bodewig
|
790987e702
|
bump copyright year after changing the manual
|
10 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
|
7051493ef7
|
wrong package
|
10 years ago |
Stefan Bodewig
|
881a0ff79e
|
preserveLastModified for scp uploads
Contributed by J. Hoffmann
|
10 years ago |
Stefan Bodewig
|
9de4ec709c
|
closes #12
|
10 years ago |
Vladislav Bauer
|
f15c3de41b
|
Prevent string concatenations as argument to "StringBuffer.append()"
|
10 years ago |
Stefan Bodewig
|
9b210733dc
|
don't use deprecated attribute in examples
|
10 years ago |
Jan Matrne
|
8c23f03fcf
|
ReleaseInstructions: merge the two reporter steps
|
10 years ago |
Jan Matrne
|
fdc05e6950
|
New ReleaseStep: add new release to Apache Reporter System
|
10 years ago |
Stefan Bodewig
|
8538791086
|
closes #11
|
10 years ago |
Reinhard Pointner
|
440b601487
|
scp task: update docs and add new ResourceCollection usage
|
10 years ago |
Stefan Bodewig
|
97e463ea95
|
Reinhard Pointner contributed the patch for #10
|
10 years ago |
Stefan Bodewig
|
4ccca1fc14
|
use reflection rather than getResource to locate javax.script
Using getResource won't load .class files on Jigsaw-modified versions of
Java9.
Bugzilla 58271: https://bz.apache.org/bugzilla/show_bug.cgi?id=58271
|
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
|
f065a22674
|
record for for BZ 50769
|
10 years ago |
Stefan Bodewig
|
84e5abf857
|
merge test case by @rednoah
closes #10
|
10 years ago |
Stefan Bodewig
|
bfefc400ca
|
whitespace
|
10 years ago |
Reinhard Pointner
|
43e11902e9
|
Bug 50769 - SCP needs to align with the COPY task and support nested resource collections
|
10 years ago |
Stefan Bodewig
|
661f8becc4
|
COMPRESS-324 be mor lenient when detecting GNU long name entries
|
10 years ago |
Stefan Bodewig
|
76455a35cb
|
<jar> ignores zip64Mode for manifest-only jars
Bugzilla Report 58428
|
10 years ago |
Stefan Bodewig
|
a76cf99ddd
|
record bugfixes to <gunzip> <bunzip2>
|
10 years ago |
Stefan Bodewig
|
3c2ed1374f
|
Make <bunzip2> really work with non-filesystem resources
|
10 years ago |
Stefan Bodewig
|
7f0eeea180
|
Make <gunzip> really work with non-filesystem resources
|
10 years ago |
Stefan Bodewig
|
7451a066cb
|
tests that show gunzip for non-file resources is broken
http://stackoverflow.com/questions/32500937/nullpointerexception-using-on-the-fly-version-of-gunzip-ant-task
|
10 years ago |
Stefan Bodewig
|
99684cfd77
|
yet another potential AIOBException in zip package
Bug found and fix provided by Earl Hood
|
10 years ago |
Stefan Bodewig
|
a218020f1b
|
bump versions
|
10 years ago |
Stefan Bodewig
|
cb5bba1444
|
indentation
|
10 years ago |
Stefan Bodewig
|
62647cba67
|
spelling
|
10 years ago |