Stefan Bodewig
647bdfb2d7
<get>'s quiet attribute is broken
https://bz.apache.org/bugzilla/show_bug.cgi?id=59379
9 years ago
Stefan Bodewig
cee2935c79
setpermissions task using NIO rather than platform tools
9 years ago
Stefan Bodewig
f6e6c20a89
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
03481a6b0c
lower-case macro attribute names set via API
For normal build files IntrospectionHelper has already handled the
lower-casing.
Bugzilla Report 59339
9 years ago
Stefan Bodewig
8e8f4de8ff
Tagging RC1 for version 1.9.7 of Ant
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlcIo6wACgkQohFa4V9ri3IRRwCfcxfYLPYUc3QagPByDInVc8eZ
GlkAnRfdSsB3qDFvhZYJXwZzgh1b6qMU
=GdAj
-----END PGP SIGNATURE-----
Merge tag 'ANT_197_RC1' into 1.9.x
Tagging RC1 for version 1.9.7 of Ant
9 years ago
Stefan Bodewig
32bf39369d
ownedBy selector
9 years ago
Stefan Bodewig
c5e90beadb
symlink and executable file selectors
9 years ago
Stefan Bodewig
afdf355c65
remove apt task, there is no apt tool in java8
9 years ago
Stefan Bodewig
5024dcf97b
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
851aa5fb56
serverAliveInterval and serverAliveCountMax in <sshexec> and <scp>
Patch by Issa Gorissen
https://bz.apache.org/bugzilla/show_bug.cgi?id=59162
9 years ago
Stefan Bodewig
057c3f8aba
master -> 1.10.x, requires java8
closes #13
9 years ago
Stefan Bodewig
f8a27a13f9
record Anthony Wat's patch, closes #17
9 years ago
Stefan Bodewig
edca1db3d0
record module support for javac
closes #16
9 years ago
Stefan Bodewig
0ff7cc8511
record change for <java> module support
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
327a811c0b
closes #14
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
c78ecf75bb
optionally don't follow redirects in <http>
https://bz.apache.org/bugzilla/show_bug.cgi?id=58840
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
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
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
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
Jan Matrne
9953e3cbc0
Bug 44241: 'activate' Steves <javaconstant> resource
10 years ago
Stefan Bodewig
6e34f177ee
COMPRESS-317 ArrayIndexOutOfBoundsException in ZipArchiveEntry#getMergedFields
Too bad this hasn't been found two weeks before.
10 years ago
Stefan Bodewig
b2a33d1149
bump versions
10 years ago
Stefan Bodewig
d769172a13
some text fixes
10 years ago
Stefan Bodewig
36ec8947fa
document <allbutfirst> and <allbutlast>
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
Stefan Bodewig
ef6cad6a16
make tar package deal with bigger gid/uids
Port of fixes for https://issues.apache.org/jira/browse/COMPRESS-314 and
https://issues.apache.org/jira/browse/COMPRESS-315
10 years ago
Stefan Bodewig
1ee66cbe7f
increase buffer size for <scp>
Submitted by Petr Kureš @pkures
closes #8 and closes #9
10 years ago
YOUR NAME
039a348aa3
wrong version number detected by @PascalSchumacher
10 years ago
YOUR NAME
f22352a184
wrong class name
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
28cfaa46cd
fix classname
10 years ago
Stefan Bodewig
71715055cd
COMPRESS-312 normalize filename in TarEntry's (File, String) constructor
10 years ago
Stefan Bodewig
da83de9208
performance improvement for <intersect>
Bugzilla Issue 57588
10 years ago
Stefan Bodewig
fe046d1866
record changes
10 years ago
Stefan Bodewig
1388e372a9
make LocalPropertyStack thread-safe
https://issues.apache.org/bugzilla/show_bug.cgi?id=55074
10 years ago
Stefan Bodewig
33d20f4365
make complete-ant.pl provide all targets as completions
Patch by Christian Schmidt
Fixes bugzilla issues 57542 and 51931
10 years ago
Stefan Bodewig
dc37a17ff8
NullPointerException in ResourceUtils.copyUsingFileChannels
Bugzilla Report 57533
10 years ago
Stefan Bodewig
6f3185926c
typo
10 years ago