Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add compression support to <scp>bug_47552_scp_compression | Stefan Bodewig | 2016-05-22 | 4 | -13/+148 |
| | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=47552 Patch-by: Matthew Yanos | ||||
* | must not set file and dir in <fileset> | Stefan Bodewig | 2016-05-22 | 3 | -1/+30 |
| | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59402 | ||||
* | <zip> up-to-date check doesn't work properly on NTFS | Stefan Bodewig | 2016-05-19 | 3 | -2/+34 |
| | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59562 Patch by Gilles QUERRET | ||||
* | fix possible race-condition | Stefan Bodewig | 2016-05-13 | 1 | -1/+1 |
| | | | | | | similar to https://bz.apache.org/bugzilla/show_bug.cgi?id=55290 Reported by Yoshiki Higo, Shinpei Hayashi, Hideaki Hata and Mei Nagappan | ||||
* | <get>'s quiet attribute is broken | Stefan Bodewig | 2016-05-01 | 1 | -1/+1 |
| | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59379 | ||||
* | whitespace | Stefan Bodewig | 2016-05-01 | 1 | -14/+14 |
| | |||||
* | lower-case macro attribute names set via API | Stefan Bodewig | 2016-04-17 | 1 | -1/+1 |
| | | | | | | | For normal build files IntrospectionHelper has already handled the lower-casing. Bugzilla Report 59339 | ||||
* | Merge tag 'ANT_197_RC1' into 1.9.x | Stefan Bodewig | 2016-04-12 | 24 | -72/+72 |
|\ | | | | | | | Tagging RC1 for version 1.9.7 of Ant | ||||
| * | prepare first RC of 1.9.7rel/1.9.7ANT_197_RC1 | Stefan Bodewig | 2016-04-09 | 23 | -66/+66 |
|/ | |||||
* | cosmetics | Stefan Bodewig | 2016-03-29 | 1 | -5/+9 |
| | |||||
* | serverAliveInterval and serverAliveCountMax in <sshexec> and <scp> | Stefan Bodewig | 2016-03-29 | 1 | -0/+44 |
| | | | | | | Patch by Issa Gorissen https://bz.apache.org/bugzilla/show_bug.cgi?id=59162 | ||||
* | AntClassLoader5 has become obsolete long ago | Stefan Bodewig | 2016-03-29 | 4 | -114/+56 |
| | |||||
* | whitespace | Stefan Bodewig | 2016-03-29 | 1 | -2/+2 |
| | |||||
* | remove re-implementations of FileUtils.close() | Stefan Bodewig | 2016-03-28 | 20 | -145/+36 |
| | |||||
* | make ZipFile implement Closeable | Stefan Bodewig | 2016-03-28 | 1 | -1/+2 |
| | |||||
* | Java5 | Stefan Bodewig | 2016-03-25 | 1 | -3/+0 |
| | |||||
* | Preserve exit status on error in <ant>/<antcall> | Anthony Wat | 2016-03-25 | 1 | -0/+7 |
| | |||||
* | Java6ism | Stefan Bodewig | 2016-03-21 | 1 | -1/+0 |
| | |||||
* | some cosmetic changes | Stefan Bodewig | 2016-03-21 | 1 | -36/+44 |
| | |||||
* | Added unit test for excludes in multi module compilation. | Tomas Zezula | 2016-03-21 | 1 | -0/+50 |
| | |||||
* | Removed misleading comment. The sourcepath and modulesourcepath cannot be ↵ | Tomas Zezula | 2016-03-21 | 1 | -3/+1 |
| | | | | combined. | ||||
* | Added modulepath, modulesourcepath and upgrademodulepath into Javac task. | Tomas Zezula | 2016-03-21 | 4 | -17/+727 |
| | |||||
* | Merge branch 'jigsaw/java' | Stefan Bodewig | 2016-03-12 | 1 | -0/+10 |
|\ | | | | | | | | | | | Conflicts: src/main/org/apache/tools/ant/taskdefs/Java.java src/main/org/apache/tools/ant/types/CommandlineJava.java | ||||
| * | Added modulepathref attribute to Java. | Tomas Zezula | 2016-03-08 | 1 | -0/+10 |
| | | |||||
| * | Updated Java task manual. | Tomas Zezula | 2016-03-08 | 2 | -16/+16 |
| | | | | | | | | Added since tags. | ||||
| * | Added module, modulepath attributes and modulepath, moduleupgradepath ↵ | Tomas Zezula | 2016-03-03 | 4 | -15/+381 |
| | | | | | | | | elements into Java task. | ||||
* | | commit a test illustrated by the bug report 59114, that is that the "**" ↵ | Antoine Levy-Lambert | 2016-03-06 | 1 | -0/+13 |
| | | | | | | | | pattern matches the empty path, but the "*" pattern does not. | ||||
* | | avoid slash translations for module names | Stefan Bodewig | 2016-03-06 | 2 | -7/+23 |
| | | | | | | | | should fix Windows test errors introduced with #15 | ||||
* | | assume change will go into Ant 1.9.7 | Stefan Bodewig | 2016-03-06 | 2 | -16/+16 |
| | | |||||
* | | whitespace | Stefan Bodewig | 2016-03-06 | 1 | -1/+1 |
| | | |||||
* | | Added module, modulepath attributes and modulepath, moduleupgradepath ↵ | Tomas Zezula | 2016-03-06 | 4 | -15/+381 |
| | | | | | | | | elements into Java task. | ||||
* | | fix for bad URL parsing code by Uwe Schindler | Stefan Bodewig | 2016-03-06 | 1 | -1/+1 |
|/ | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59130 | ||||
* | rename yearcheck.sh to copyrightcheck.sh and change the implementation to ↵ | Antoine Levy-Lambert | 2016-02-24 | 2 | -101/+63 |
| | | | | use git. | ||||
* | @Override annotation is not supported at build time by Java 1.5 for ↵ | Antoine Levy-Lambert | 2016-02-24 | 1 | -1/+1 |
| | | | | | | interface methods. Updating the STATUS file too. | ||||
* | Merge branch 'master' of https://github.com/jwadamson/ant-1 | Antoine Levy-Lambert | 2016-02-21 | 1 | -3/+5 |
|\ | |||||
| * | Bug 58898: Ant fails to run when arguments contain double-quote character | Jeffrey Adamson | 2016-01-20 | 1 | -2/+4 |
| | | | | | | | | | | Test with lots of args that break existing script ./ant --execdebug -Df='"' -Dx="'" "-Dx='" -Dz=\'\""'" | ||||
| * | Bug 58874: Ant fails to run if ANT_HOME contains a double-quote character. | Jeffrey Adamson | 2016-01-15 | 1 | -1/+1 |
| | | |||||
* | | Really fix Bugzilla Issue 58997 | Stefan Bodewig | 2016-02-20 | 2 | -4/+82 |
| | | |||||
* | | Test for Bugzilla Issue 58997 | Stefan Bodewig | 2016-02-20 | 1 | -0/+93 |
| | | |||||
* | | ensure defined order of filters in <replace> | Stefan Bodewig | 2016-02-14 | 1 | -1/+22 |
| | | | | | | | | fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58997 | ||||
* | | take name into account when comparing FileResources | Stefan Bodewig | 2016-02-07 | 2 | -2/+19 |
| | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=57965 | ||||
* | | self-check in equals | Stefan Bodewig | 2016-02-07 | 1 | -0/+3 |
| | | |||||
* | | optionally don't follow redirects in <http> | Stefan Bodewig | 2016-02-07 | 1 | -1/+11 |
| | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=58840 | ||||
* | | Ant is able to detect more java versions by now | Stefan Bodewig | 2016-02-07 | 1 | -1/+1 |
| | | |||||
* | | make ant.project.invoked-targets available for top-level tasks | Stefan Bodewig | 2016-02-07 | 2 | -1/+14 |
| | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=58908 | ||||
* | | port tar fix from commons compress | Stefan Bodewig | 2016-02-07 | 1 | -1/+11 |
| | | |||||
* | | normalize file names when importing files with absolute paths | Stefan Bodewig | 2016-01-24 | 1 | -1/+1 |
|/ | | | | this is the root cause of Bugzilla Issue 58886 | ||||
* | wrong package | Stefan Bodewig | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | preserveLastModified for scp uploads | Stefan Bodewig | 2015-12-14 | 2 | -12/+69 |
| | | | | Contributed by J. Hoffmann | ||||
* | Prevent string concatenations as argument to "StringBuffer.append()" | Vladislav Bauer | 2015-12-02 | 3 | -3/+3 |
| |