summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* use reflection rather than getResource to locate javax.scriptStefan Bodewig2015-11-071-3/+9
| | | | | | | Using getResource won't load .class files on Jigsaw-modified versions of Java9. Bugzilla 58271: https://bz.apache.org/bugzilla/show_bug.cgi?id=58271
* never ignore an explicit dir attribute in <exec>Stefan Bodewig2015-11-071-3/+1
| | | | BZ 58555: https://bz.apache.org/bugzilla/show_bug.cgi?id=58555
* merge test case by @rednoahStefan Bodewig2015-11-071-0/+33
| | | | closes #10
* whitespaceStefan Bodewig2015-11-071-206/+206
|
* Bug 50769 - SCP needs to align with the COPY task and support nested ↵Reinhard Pointner2015-11-071-16/+82
| | | | resource collections
* COMPRESS-324 be mor lenient when detecting GNU long name entriesStefan Bodewig2015-10-111-4/+2
|
* <jar> ignores zip64Mode for manifest-only jarsStefan Bodewig2015-09-191-0/+1
| | | | Bugzilla Report 58428
* Make <bunzip2> really work with non-filesystem resourcesStefan Bodewig2015-09-122-4/+26
|
* Make <gunzip> really work with non-filesystem resourcesStefan Bodewig2015-09-123-5/+15
|
* tests that show gunzip for non-file resources is brokenStefan Bodewig2015-09-121-0/+62
| | | | http://stackoverflow.com/questions/32500937/nullpointerexception-using-on-the-fly-version-of-gunzip-ant-task
* yet another potential AIOBException in zip packageStefan Bodewig2015-07-211-1/+1
| | | | Bug found and fix provided by Earl Hood
* bump versionsStefan Bodewig2015-07-0224-72/+72
|
* little refactoringJan Matèrne2015-06-111-6/+4
|
* Bug 44241: 'activate' Steves <javaconstant> resourceJan Matèrne2015-06-103-0/+61
|
* COMPRESS-317 ArrayIndexOutOfBoundsException in ZipArchiveEntry#getMergedFieldsStefan Bodewig2015-06-091-1/+1
| | | | Too bad this hasn't been found two weeks before.
* bump versionsStefan Bodewig2015-05-3124-108/+108
|
* fix javadocJan Matèrne2015-05-2814-21/+24
|
* fix javadocJan Matèrne2015-05-281-1/+1
|
* document <allbutfirst> and <allbutlast>Stefan Bodewig2015-05-171-1/+1
|
* allbutlast resource collectionStefan Bodewig2015-05-173-6/+116
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=57834
* new resource collection "allbutfirst"Stefan Bodewig2015-05-173-1/+129
| | | | | first part of https://bz.apache.org/bugzilla/show_bug.cgi?id=57834 - allbutlast to follow
* expected test output lost its carriage-returnsStefan Bodewig2015-05-172-9/+10
|