Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | all permissions to be set when uploading files/dirs | Stefan Bodewig | 2015-05-17 | 3 | -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/uids | Stefan Bodewig | 2015-05-09 | 3 | -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 Bodewig | 2015-04-28 | 1 | -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 Bodewig | 2015-04-25 | 1 | -1/+1 | |
|\ | ||||||
| * | Merge commit 'refs/pull/9/head' of https://github.com/apache/ant into pr | Stefan Bodewig | 2015-04-25 | 1 | -1/+1 | |
| |\ | ||||||
| | * | increase buffer size to improve transfer speed | pkures | 2015-04-22 | 1 | -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/ant | Stefan Bodewig | 2015-04-25 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | increase buffer size to improve transfer speed | pkures | 2015-04-22 | 1 | -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-ends | Stefan Bodewig | 2015-04-25 | 12 | -424/+428 | |
|/ | ||||||
* | Add encoding attributes to <tar>, <untar> and <tarfileset> | Stefan Bodewig | 2015-04-21 | 10 | -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 Bodewig | 2015-04-18 | 1 | -2/+30 | |
| | | | | | Submitted by Roman Savko PR: 57789 | |||||
* | fix some lineends | YOUR NAME | 2015-04-18 | 158 | -21995/+21995 | |
| | ||||||
* | COMPRESS-312 normalize filename in TarEntry's (File, String) constructor | Stefan Bodewig | 2015-03-28 | 1 | -6/+7 | |
| | ||||||
* | Java requires Java 1.5 since Ant 1.9.0 (07 March 2013) | Jan Matèrne | 2015-02-23 | 1 | -2/+2 | |
| | ||||||
* | style | Jan Matèrne | 2015-02-23 | 1 | -0/+1 | |
| | ||||||
* | performance improvement for <intersect> | Stefan Bodewig | 2015-02-20 | 1 | -7/+7 | |
| | | | | Bugzilla Issue 57588 | |||||
* | test needs Java5 | Stefan Bodewig | 2015-02-14 | 1 | -1/+1 | |
| | ||||||
* | even more places where -source needed a newer version on 1.9 | Stefan Bodewig | 2015-02-14 | 2 | -2/+13 | |
| | ||||||
* | there is no .jar with AWT in 1.9 anymore | Stefan Bodewig | 2015-02-13 | 1 | -6/+2 | |
| | ||||||
* | javac defaults to -source 1.9 with 1.9.0-ea-b49 | Stefan Bodewig | 2015-02-13 | 1 | -12/+8 | |
| | ||||||
* | javac *is* inside the JRE dir from Java9 onwards | Stefan Bodewig | 2015-02-13 | 1 | -1/+2 | |
| | | | | or so they say | |||||
* | fix some comments | Stefan Bodewig | 2015-02-13 | 1 | -4/+4 | |
| | ||||||
* | Java9's javac doesn't support -source 1.4 anymore | Stefan Bodewig | 2015-02-13 | 1 | -1/+6 | |
| | ||||||
* | no need to check for Java5 anymore | Stefan Bodewig | 2015-02-13 | 2 | -3/+3 | |
| | ||||||
* | adaot to default -source values in Java8/Java9 | Stefan Bodewig | 2015-02-13 | 1 | -1/+3 | |
| | ||||||
* | Java9's javac doesn't support -source 1.5 anymore | Stefan Bodewig | 2015-02-13 | 2 | -16/+24 | |
| | ||||||
* | whitespace | Stefan Bodewig | 2015-02-13 | 1 | -7/+7 | |
| | ||||||
* | update some comments | Stefan Bodewig | 2015-02-12 | 2 | -3/+5 | |
| | ||||||
* | whitespace | Stefan Bodewig | 2015-02-12 | 1 | -3/+3 | |
| | ||||||
* | make assumeJava19 actually look for 1.9 instead of 1.8 | Stefan Bodewig | 2015-02-12 | 1 | -1/+4 | |
| | ||||||
* | make LocalPropertyStack thread-safe | Stefan Bodewig | 2015-02-11 | 1 | -16/+29 | |
| | | | | https://issues.apache.org/bugzilla/show_bug.cgi?id=55074 | |||||
* | make complete-ant.pl provide all targets as completions | Stefan Bodewig | 2015-02-07 | 1 | -4/+7 | |
| | | | | | | Patch by Christian Schmidt Fixes bugzilla issues 57542 and 51931 | |||||
* | NullPointerException in ResourceUtils.copyUsingFileChannels | Stefan Bodewig | 2015-02-04 | 1 | -7/+16 | |
| | | | | Bugzilla Report 57533 | |||||
* | Arrays.copyOf is Java 1.6 only | Stefan Bodewig | 2015-01-20 | 1 | -4/+10 | |
| | ||||||
* | port Kristian Rosenvold's write performance improvements from Commons Compress | Stefan Bodewig | 2015-01-20 | 6 | -222/+424 | |
| | ||||||
* | Don't whine about unclosed archives if the file isn't even there. | Stefan Bodewig | 2015-01-20 | 1 | -2/+2 | |
| | | | | Port of https://issues.apache.org/jira/browse/COMPRESS-297 | |||||
* | better use getter than raw attribute access | Stefan Bodewig | 2015-01-02 | 1 | -3/+4 | |
| | ||||||
* | ZipEntry's copy constructor was incomplete | Stefan Bodewig | 2015-01-02 | 3 | -1/+24 | |
| | ||||||
* | Try to reduce the risk of StackOverflow/OOM in junitereport | Stefan Bodewig | 2014-12-26 | 2 | -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_ARGS | Stefan Bodewig | 2014-12-24 | 1 | -4/+4 | |
| | | | | | Bugzilla Report 57371 Submitted by Christian Schmidt | |||||
* | Test with @-sign like discussed on the user list. | Jan Matèrne | 2014-12-05 | 1 | -0/+18 | |
| | ||||||
* | fix version number | Stefan Bodewig | 2014-11-26 | 1 | -3/+3 | |
| | ||||||
* | make sure AggregateTransformer knows its task when running the test | Stefan Bodewig | 2014-11-26 | 1 | -5/+5 | |
| | ||||||
* | junitreport: Expose classpath and factory of internal XSLTProcess task. | Martin von Gagern | 2014-11-26 | 1 | -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 S | 2014-11-18 | 1 | -2/+8 | |
| | | | | fixes #1 | |||||
* | after all these years we still have some author tags left | Stefan Bodewig | 2014-11-17 | 10 | -25/+3 | |
| | ||||||
* | we shouldn't try to follow the different directions apache.org is taking | Stefan Bodewig | 2014-11-16 | 1 | -56/+6 | |
| | ||||||
* | only enable transparent gzip encoding when explicitly specified | Stefan Bodewig | 2014-11-16 | 1 | -2/+19 | |
| | | | | fixes bugzilla issue 57048 | |||||
* | typo | Stefan Bodewig | 2014-11-16 | 1 | -1/+1 | |
| | ||||||
* | PR 56830 classloader hint when assigning refs fails | Stefan Bodewig | 2014-09-21 | 1 | -2/+8 | |
| |