Stefan Bodewig
c78ecf75bb
optionally don't follow redirects in <http>
https://bz.apache.org/bugzilla/show_bug.cgi?id=58840
10 years ago
Stefan Bodewig
d713b1785f
Ant is able to detect more java versions by now
10 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
10 years ago
Stefan Bodewig
faa26a012e
port tar fix from commons compress
10 years ago
Stefan Bodewig
7046631e9a
normalize file names when importing files with absolute paths
this is the root cause of Bugzilla Issue 58886
10 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=\'\""'"
10 years ago
Jeffrey Adamson
14e71c1a93
Bug 58874: Ant fails to run if ANT_HOME contains a double-quote character.
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
Vladislav Bauer
f15c3de41b
Prevent string concatenations as argument to "StringBuffer.append()"
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
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
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
Jan Matrne
fdf5d315e0
little refactoring
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
Jan Matrne
ab834233b2
fix javadoc
10 years ago
Jan Matrne
ac6b5ec250
fix javadoc
10 years ago
Stefan Bodewig
36ec8947fa
document <allbutfirst> and <allbutlast>
10 years ago
Stefan Bodewig
d7125a5242
allbutlast resource collection
https://bz.apache.org/bugzilla/show_bug.cgi?id=57834
10 years ago
Stefan Bodewig
989ca3b787
new resource collection "allbutfirst"
first part of https://bz.apache.org/bugzilla/show_bug.cgi?id=57834 -
allbutlast to follow
10 years ago
Stefan Bodewig
6a7a628358
expected test output lost its carriage-returns
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
8a8ebf595e
create test jar outside of ${output}
since we read resources from it, the JVM won't close it and subsequent tests
can not remove ${output} - making them fail on Windows.
10 years ago
Stefan Bodewig
94f972232e
Merge branch 'pr'
10 years ago
Stefan Bodewig
446f1442c7
Merge commit 'refs/pull/9/head' of https://github.com/apache/ant into pr
10 years ago
Stefan Bodewig
8ce81aa240
Merge commit 'refs/pull/8/head' of https://github.com/apache/ant
10 years ago
Stefan Bodewig
5ebe693305
use git attributes to control line-ends
10 years ago
pkures
815a36f52f
increase buffer size to improve transfer speed
1024 byte buffer size is insufficient for transfering large files over faster (> 100Mbit) networks. We are transfering files tens or hundreds MB in size and transfer speed was 1MB/s. After increasing the buffer size too 100KB we are getting transfer speeds up to 60MB/s. Please consider increasing the BUFFER_SIZE in the next Ant release. Thanks, Peter
10 years ago
pkures
e145abe054
increase buffer size to improve transfer speed
1024 byte buffer size is insufficient for transfering large files over faster (> 100Mbit) networks. We are transfering files tens or hundreds MB in size and transfer speed was 1MB/s. After increasing the buffer size too 100KB we are getting transfer speeds up to 60MB/s. Please consider increasing the BUFFER_SIZE in the next Ant release. Thanks, Peter
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
YOUR NAME
1ae6809789
fix some lineends
10 years ago
Stefan Bodewig
71715055cd
COMPRESS-312 normalize filename in TarEntry's (File, String) constructor
10 years ago
Jan Matrne
833af4b2b6
Java requires Java 1.5 since Ant 1.9.0 (07 March 2013)
10 years ago
Jan Matrne
ceb39e2a0a
style
10 years ago
Stefan Bodewig
da83de9208
performance improvement for <intersect>
Bugzilla Issue 57588
11 years ago
Stefan Bodewig
2e23a881f5
test needs Java5
11 years ago
Stefan Bodewig
e6ab69873a
even more places where -source needed a newer version on 1.9
11 years ago