Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add compression support to <scp>bug_47552_scp_compression | Stefan Bodewig | 2016-05-22 | 8 | -13/+163 |
| | | | | | | 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 | 5 | -2/+36 |
| | | | | 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 | 6 | -2/+43 |
| | | | | | | 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 | 2 | -1/+4 |
| | | | | 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 | 2 | -1/+6 |
| | | | | | | | For normal build files IntrospectionHelper has already handled the lower-casing. Bugzilla Report 59339 | ||||
* | add cleanup notes | Stefan Bodewig | 2016-04-16 | 1 | -4/+2 |
| | |||||
* | almost complete release instructions | Stefan Bodewig | 2016-04-12 | 1 | -20/+9 |
| | |||||
* | Merge tag 'ANT_197_RC1' into 1.9.x | Stefan Bodewig | 2016-04-12 | 30 | -116/+157 |
|\ | | | | | | | 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 | 24 | -68/+68 |
| | | |||||
* | | typo and whitespace | Stefan Bodewig | 2016-04-09 | 1 | -2/+2 |
| | | |||||
* | | document next step | Stefan Bodewig | 2016-04-09 | 1 | -7/+6 |
| | | |||||
* | | updating Release Instructions - WIP | Stefan Bodewig | 2016-04-09 | 1 | -45/+107 |
|/ | |||||
* | nobody needs httpclient, remove the check | Stefan Bodewig | 2016-04-09 | 1 | -10/+0 |
| | |||||
* | document serverAliveInterval and serverAliveCountMax | Stefan Bodewig | 2016-03-29 | 2 | -0/+34 |
| | |||||
* | cosmetics | Stefan Bodewig | 2016-03-29 | 1 | -5/+9 |
| | |||||
* | serverAliveInterval and serverAliveCountMax in <sshexec> and <scp> | Stefan Bodewig | 2016-03-29 | 4 | -0/+54 |
| | | | | | | 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 |
| | |||||
* | record Anthony Wat's patch, closes #17 | Stefan Bodewig | 2016-03-25 | 1 | -0/+4 |
| | |||||
* | 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 |
| | |||||
* | record module support for javac | Stefan Bodewig | 2016-03-21 | 1 | -0/+3 |
| | | | | closes #16 | ||||
* | 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 | 5 | -23/+809 |
| | |||||
* | Merge branch 'jigsaw/java' | Stefan Bodewig | 2016-03-12 | 2 | -3/+69 |
|\ | | | | | | | | | | | 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 | 3 | -19/+75 |
| | | | | | | | | 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 | ||||
* | | close #15 | Stefan Bodewig | 2016-03-06 | 0 | -0/+0 |
| | | |||||
* | | record change for <java> module support | Stefan Bodewig | 2016-03-06 | 3 | -0/+8 |
| | | |||||
* | | 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 | 2 | -1/+5 |
|/ | | | | 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 | 2 | -4/+4 |
| | | | | | | interface methods. Updating the STATUS file too. | ||||
* | closes #14 | Antoine Levy-Lambert | 2016-02-21 | 3 | -0/+11 |
| | |||||
* | 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 |
| | |