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
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
89dc07df9e
fix some comments
11 years ago
Stefan Bodewig
744c8f04ff
adaot to default -source values in Java8/Java9
11 years ago
Stefan Bodewig
db2254973c
update some comments
11 years ago
Stefan Bodewig
e09e4bbac6
whitespace
11 years ago
Stefan Bodewig
207ce00bb8
make assumeJava19 actually look for 1.9 instead of 1.8
11 years ago
Stefan Bodewig
1388e372a9
make LocalPropertyStack thread-safe
https://issues.apache.org/bugzilla/show_bug.cgi?id=55074
11 years ago
Stefan Bodewig
dc37a17ff8
NullPointerException in ResourceUtils.copyUsingFileChannels
Bugzilla Report 57533
11 years ago
Stefan Bodewig
66b5f3f06b
Arrays.copyOf is Java 1.6 only
11 years ago
Stefan Bodewig
2c04d7e833
port Kristian Rosenvold's write performance improvements from Commons Compress
11 years ago
Stefan Bodewig
4cbbf3629a
Don't whine about unclosed archives if the file isn't even there.
Port of https://issues.apache.org/jira/browse/COMPRESS-297
11 years ago
Stefan Bodewig
3cdcaf96fe
better use getter than raw attribute access
11 years ago
Stefan Bodewig
fa15b7c210
ZipEntry's copy constructor was incomplete
11 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
faedd2bc5b
only enable transparent gzip encoding when explicitly specified
fixes bugzilla issue 57048
11 years ago
Stefan Bodewig
090b5587cb
typo
11 years ago
Stefan Bodewig
963d6c9a0a
PR 56830 classloader hint when assigning refs fails
11 years ago
Stefan Bodewig
13b0df1f06
PR 56849 - don't even try to create a classpath without a project component
11 years ago
Stefan Bodewig
6d98fbb958
port fix for COMPRESS-289 from Commons Compress
11 years ago
Stefan Bodewig
c89d650a9c
PR 56973 getLastModified in URLResource throws NPE for FTP URLs
11 years ago
Stefan Bodewig
ad72b9a920
revert e8b160a which didn't fix anything but rather broke stuff
11 years ago
Stefan Bodewig
e8b160a938
PR 56873 make sure connection is established when reading last modified
11 years ago
Jan Matèrne
d92b5275c6
Bug-56850: null safe property access
11 years ago
Ville Skyttä
8a597546b8
PR 56749 Javadoc 1.8 fixes, submitted by Ville Skyttä
11 years ago
Ville Skyttä
43844a7e6b
PR 56748 Spelling fixes, submitted by Ville Skyttä
11 years ago
Ville Skyttä
47a3b5144e
PR 56747 Document which options exit in help output, submitted by Ville Skyttä
11 years ago
Stefan Bodewig
66c2551a59
fix bogus imports
11 years ago
Stefan Bodewig
df33426bf2
whitespace
11 years ago
Stefan Bodewig
ba170891db
PR 56678 allow tsa proxy host to be used without tsaurl in signjar
11 years ago
Stefan Bodewig
a2cf616336
fix up-to-date check for filesets in tar
- tar-test.xml testSingleFile was failing
11 years ago
Stefan Bodewig
97030dbec8
whitespace
11 years ago
Stefan Bodewig
f98f495510
PR 56678 only set proxy configuration for TSA if url is set
11 years ago
Stefan Bodewig
7f51882300
PR 56678 - add proxy support to signjar when using the TSA. Submitted by Robbie Gibson.
11 years ago
Jan Matèrne
789422e131
oops - make it compile under Java5 again
11 years ago
Jan Matèrne
13f6d98c9d
make it compile under Java5 (1.5.0_22-b03)
11 years ago
Jan Matèrne
1b76f1b6da
checkstyle
11 years ago
Jan Matèrne
bf6026a147
organize imports
11 years ago
Jan Matèrne
71ae871274
checkstyle
11 years ago
Jan Matèrne
f13816683d
checkstyle, some Java5
11 years ago
Jan Matrne
aa21694b84
checkstyle
11 years ago
Stefan Bodewig
6e88f92ead
PR 56584 allow ReplaceTokens filter to use multi-character token separators. Submitted by Ralf Hergert.
11 years ago
Stefan Bodewig
a6b49f948d
PR 56593 XMLJUnitResultFormatter may throw NPE when Java cannot
determine hostname. Submitted by Joel Tucci.
11 years ago
Stefan Bodewig
8819ee167b
Deal with InputStreams that don't return the full PAX header in one
read()
This used to be https://issues.apache.org/jira/browse/COMPRESS-270
11 years ago