summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* all permissions to be set when uploading files/dirsStefan Bodewig2015-05-173-2/+76
| | | | | | | | | 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
* make tar package deal with bigger gid/uidsStefan Bodewig2015-05-093-12/+66
| | | | | Port of fixes for https://issues.apache.org/jira/browse/COMPRESS-314 and https://issues.apache.org/jira/browse/COMPRESS-315
* create test jar outside of ${output}Stefan Bodewig2015-04-281-1/+1
| | | | | since we read resources from it, the JVM won't close it and subsequent tests can not remove ${output} - making them fail on Windows.
* Merge branch 'pr'Stefan Bodewig2015-04-251-1/+1
|\
| * Merge commit 'refs/pull/9/head' of https://github.com/apache/ant into prStefan Bodewig2015-04-251-1/+1
| |\
| | * increase buffer size to improve transfer speedpkures2015-04-221-1/+1
| | | | | | | | | 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
* | | Merge commit 'refs/pull/8/head' of https://github.com/apache/antStefan Bodewig2015-04-251-1/+1
|\ \ \ | |/ /
| * | increase buffer size to improve transfer speedpkures2015-04-221-1/+1
| |/ | | | | 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
* | use git attributes to control line-endsStefan Bodewig2015-04-2512-424/+428
|/
* Add encoding attributes to <tar>, <untar> and <tarfileset>Stefan Bodewig2015-04-2110-56/+100
| | | | | This is a workaround for Bugzilla Issue 57822 https://bz.apache.org/bugzilla/show_bug.cgi?id=57822
* Add ability to send carbon copies to MailLogger.Stefan Bodewig2015-04-181-2/+30
| | | | | Submitted by Roman Savko PR: 57789
* fix some lineendsYOUR NAME2015-04-18158-21995/+21995
|
* COMPRESS-312 normalize filename in TarEntry's (File, String) constructorStefan Bodewig2015-03-281-6/+7
|
* Java requires Java 1.5 since Ant 1.9.0 (07 March 2013)Jan Matèrne2015-02-231-2/+2
|
* styleJan Matèrne2015-02-231-0/+1
|
* performance improvement for <intersect>Stefan Bodewig2015-02-201-7/+7
| | | | Bugzilla Issue 57588
* test needs Java5Stefan Bodewig2015-02-141-1/+1
|
* even more places where -source needed a newer version on 1.9Stefan Bodewig2015-02-142-2/+13
|
* there is no .jar with AWT in 1.9 anymoreStefan Bodewig2015-02-131-6/+2
|
* javac defaults to -source 1.9 with 1.9.0-ea-b49Stefan Bodewig2015-02-131-12/+8
|
* javac *is* inside the JRE dir from Java9 onwardsStefan Bodewig2015-02-131-1/+2
| | | | or so they say
* fix some commentsStefan Bodewig2015-02-131-4/+4
|
* Java9's javac doesn't support -source 1.4 anymoreStefan Bodewig2015-02-131-1/+6
|
* no need to check for Java5 anymoreStefan Bodewig2015-02-132-3/+3
|
* adaot to default -source values in Java8/Java9Stefan Bodewig2015-02-131-1/+3
|
* Java9's javac doesn't support -source 1.5 anymoreStefan Bodewig2015-02-132-16/+24
|
* whitespaceStefan Bodewig2015-02-131-7/+7
|
* update some commentsStefan Bodewig2015-02-122-3/+5
|
* whitespaceStefan Bodewig2015-02-121-3/+3
|
* make assumeJava19 actually look for 1.9 instead of 1.8Stefan Bodewig2015-02-121-1/+4
|
* make LocalPropertyStack thread-safeStefan Bodewig2015-02-111-16/+29
| | | | https://issues.apache.org/bugzilla/show_bug.cgi?id=55074
* make complete-ant.pl provide all targets as completionsStefan Bodewig2015-02-071-4/+7
| | | | | | Patch by Christian Schmidt Fixes bugzilla issues 57542 and 51931
* NullPointerException in ResourceUtils.copyUsingFileChannelsStefan Bodewig2015-02-041-7/+16
| | | | Bugzilla Report 57533
* Arrays.copyOf is Java 1.6 onlyStefan Bodewig2015-01-201-4/+10
|
* port Kristian Rosenvold's write performance improvements from Commons CompressStefan Bodewig2015-01-206-222/+424
|
* Don't whine about unclosed archives if the file isn't even there.Stefan Bodewig2015-01-201-2/+2
| | | | Port of https://issues.apache.org/jira/browse/COMPRESS-297
* better use getter than raw attribute accessStefan Bodewig2015-01-021-3/+4
|
* ZipEntry's copy constructor was incompleteStefan Bodewig2015-01-023-1/+24
|
* Try to reduce the risk of StackOverflow/OOM in junitereportStefan Bodewig2014-12-262-2/+36
| | | | | Submitted by: Ryan Bennitt Bugzilla: https://issues.apache.org/bugzilla/show_bug.cgi?id=57341
* enhance complete-ant-cmd.pl to know about -file and $ANT_ARGSStefan Bodewig2014-12-241-4/+4
| | | | | Bugzilla Report 57371 Submitted by Christian Schmidt
* Test with @-sign like discussed on the user list.Jan Matèrne2014-12-051-0/+18
|
* fix version numberStefan Bodewig2014-11-261-3/+3
|
* make sure AggregateTransformer knows its task when running the testStefan Bodewig2014-11-261-5/+5
|
* junitreport: Expose classpath and factory of internal XSLTProcess task.Martin von Gagern2014-11-261-17/+27
| | | | | | | | | | | | | | | | | | | | | | | 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.
* patch by Vitold S: make runant.py deal with spaces in java's path.Vitold S2014-11-181-2/+8
| | | | fixes #1
* after all these years we still have some author tags leftStefan Bodewig2014-11-1710-25/+3
|
* we shouldn't try to follow the different directions apache.org is takingStefan Bodewig2014-11-161-56/+6
|
* only enable transparent gzip encoding when explicitly specifiedStefan Bodewig2014-11-161-2/+19
| | | | fixes bugzilla issue 57048
* typoStefan Bodewig2014-11-161-1/+1
|
* PR 56830 classloader hint when assigning refs failsStefan Bodewig2014-09-211-2/+8
|