summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* add compression support to <scp>bug_47552_scp_compressionStefan Bodewig2016-05-224-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 Bodewig2016-05-223-1/+30
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59402
* <zip> up-to-date check doesn't work properly on NTFSStefan Bodewig2016-05-193-2/+34
| | | | | | 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-011-1/+1
| | | | 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-171-1/+1
| | | | | | | For normal build files IntrospectionHelper has already handled the lower-casing. Bugzilla Report 59339
* Merge tag 'ANT_197_RC1' into 1.9.xStefan Bodewig2016-04-1224-72/+72
|\ | | | | | | Tagging RC1 for version 1.9.7 of Ant
| * prepare first RC of 1.9.7rel/1.9.7ANT_197_RC1Stefan Bodewig2016-04-0923-66/+66
|/
* cosmeticsStefan Bodewig2016-03-291-5/+9
|
* serverAliveInterval and serverAliveCountMax in <sshexec> and <scp>Stefan Bodewig2016-03-291-0/+44
| | | | | | 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
|
* Preserve exit status on error in <ant>/<antcall>Anthony Wat2016-03-251-0/+7
|
* Java6ismStefan Bodewig2016-03-211-1/+0
|
* 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-214-17/+727
|
* Merge branch 'jigsaw/java'Stefan Bodewig2016-03-121-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 Zezula2016-03-081-0/+10
| |
| * Updated Java task manual.Tomas Zezula2016-03-082-16/+16
| | | | | | | | 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
* | 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-061-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-Lambert2016-02-242-101/+63
| | | | use git.
* @Override annotation is not supported at build time by Java 1.5 for ↵Antoine Levy-Lambert2016-02-241-1/+1
| | | | | | interface methods. Updating the STATUS file too.
* 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
| |
* | Test for Bugzilla Issue 58997Stefan Bodewig2016-02-201-0/+93
| |
* | ensure defined order of filters in <replace>Stefan Bodewig2016-02-141-1/+22
| | | | | | | | fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58997
* | take name into account when comparing FileResourcesStefan Bodewig2016-02-072-2/+19
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=57965
* | self-check in equalsStefan Bodewig2016-02-071-0/+3
| |
* | optionally don't follow redirects in <http>Stefan Bodewig2016-02-071-1/+11
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=58840
* | Ant is able to detect more java versions by nowStefan Bodewig2016-02-071-1/+1
| |
* | make ant.project.invoked-targets available for top-level tasksStefan Bodewig2016-02-072-1/+14
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=58908
* | port tar fix from commons compressStefan Bodewig2016-02-071-1/+11
| |
* | normalize file names when importing files with absolute pathsStefan Bodewig2016-01-241-1/+1
|/ | | | this is the root cause of Bugzilla Issue 58886
* wrong packageStefan Bodewig2015-12-141-1/+1
|
* preserveLastModified for scp uploadsStefan Bodewig2015-12-142-12/+69
| | | | Contributed by J. Hoffmann
* Prevent string concatenations as argument to "StringBuffer.append()"Vladislav Bauer2015-12-023-3/+3
|