summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add compression support to <scp>bug_47552_scp_compressionStefan Bodewig2016-05-228-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 Bodewig2016-05-225-2/+36
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59402
* <zip> up-to-date check doesn't work properly on NTFSStefan Bodewig2016-05-196-2/+43
| | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59562 Patch by Gilles QUERRET
* fix possible race-conditionStefan Bodewig2016-05-131-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 brokenStefan Bodewig2016-05-012-1/+4
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59379
* whitespaceStefan Bodewig2016-05-011-14/+14
|
* lower-case macro attribute names set via APIStefan Bodewig2016-04-172-1/+6
| | | | | | | For normal build files IntrospectionHelper has already handled the lower-casing. Bugzilla Report 59339
* add cleanup notesStefan Bodewig2016-04-161-4/+2
|
* almost complete release instructionsStefan Bodewig2016-04-121-20/+9
|
* Merge tag 'ANT_197_RC1' into 1.9.xStefan Bodewig2016-04-1230-116/+157
|\ | | | | | | Tagging RC1 for version 1.9.7 of Ant
| * prepare first RC of 1.9.7rel/1.9.7ANT_197_RC1Stefan Bodewig2016-04-0924-68/+68
| |
* | typo and whitespaceStefan Bodewig2016-04-091-2/+2
| |
* | document next stepStefan Bodewig2016-04-091-7/+6
| |
* | updating Release Instructions - WIPStefan Bodewig2016-04-091-45/+107
|/
* nobody needs httpclient, remove the checkStefan Bodewig2016-04-091-10/+0
|
* document serverAliveInterval and serverAliveCountMaxStefan Bodewig2016-03-292-0/+34
|
* cosmeticsStefan Bodewig2016-03-291-5/+9
|
* serverAliveInterval and serverAliveCountMax in <sshexec> and <scp>Stefan Bodewig2016-03-294-0/+54
| | | | | | Patch by Issa Gorissen https://bz.apache.org/bugzilla/show_bug.cgi?id=59162
* AntClassLoader5 has become obsolete long agoStefan Bodewig2016-03-294-114/+56
|
* whitespaceStefan Bodewig2016-03-291-2/+2
|
* remove re-implementations of FileUtils.close()Stefan Bodewig2016-03-2820-145/+36
|
* make ZipFile implement CloseableStefan Bodewig2016-03-281-1/+2
|
* Java5Stefan Bodewig2016-03-251-3/+0
|
* record Anthony Wat's patch, closes #17Stefan Bodewig2016-03-251-0/+4
|
* Preserve exit status on error in <ant>/<antcall>Anthony Wat2016-03-251-0/+7
|
* Java6ismStefan Bodewig2016-03-211-1/+0
|
* record module support for javacStefan Bodewig2016-03-211-0/+3
| | | | closes #16
* some cosmetic changesStefan Bodewig2016-03-211-36/+44
|
* Added unit test for excludes in multi module compilation.Tomas Zezula2016-03-211-0/+50
|
* Removed misleading comment. The sourcepath and modulesourcepath cannot be ↵Tomas Zezula2016-03-211-3/+1
| | | | combined.
* Added modulepath, modulesourcepath and upgrademodulepath into Javac task.Tomas Zezula2016-03-215-23/+809
|
* Merge branch 'jigsaw/java'Stefan Bodewig2016-03-122-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 Zezula2016-03-081-0/+10
| |
| * Updated Java task manual.Tomas Zezula2016-03-083-19/+75
| | | | | | | | Added since tags.
| * Added module, modulepath attributes and modulepath, moduleupgradepath ↵Tomas Zezula2016-03-034-15/+381
| | | | | | | | elements into Java task.
* | commit a test illustrated by the bug report 59114, that is that the "**" ↵Antoine Levy-Lambert2016-03-061-0/+13
| | | | | | | | pattern matches the empty path, but the "*" pattern does not.
* | avoid slash translations for module namesStefan Bodewig2016-03-062-7/+23
| | | | | | | | should fix Windows test errors introduced with #15
* | close #15Stefan Bodewig2016-03-060-0/+0
| |
* | record change for <java> module supportStefan Bodewig2016-03-063-0/+8
| |
* | assume change will go into Ant 1.9.7Stefan Bodewig2016-03-062-16/+16
| |
* | whitespaceStefan Bodewig2016-03-061-1/+1
| |
* | Added module, modulepath attributes and modulepath, moduleupgradepath ↵Tomas Zezula2016-03-064-15/+381
| | | | | | | | elements into Java task.
* | fix for bad URL parsing code by Uwe SchindlerStefan Bodewig2016-03-062-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-Lambert2016-02-242-101/+63
| | | | use git.
* @Override annotation is not supported at build time by Java 1.5 for ↵Antoine Levy-Lambert2016-02-242-4/+4
| | | | | | interface methods. Updating the STATUS file too.
* closes #14Antoine Levy-Lambert2016-02-213-0/+11
|
* Merge branch 'master' of https://github.com/jwadamson/ant-1Antoine Levy-Lambert2016-02-211-3/+5
|\
| * Bug 58898: Ant fails to run when arguments contain double-quote characterJeffrey Adamson2016-01-201-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 Adamson2016-01-151-1/+1
| |
* | Really fix Bugzilla Issue 58997Stefan Bodewig2016-02-202-4/+82
| |