Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | use reflection rather than getResource to locate javax.script | Stefan Bodewig | 2015-11-07 | 1 | -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 Bodewig | 2015-11-07 | 1 | -3/+1 | |
| | | | | BZ 58555: https://bz.apache.org/bugzilla/show_bug.cgi?id=58555 | |||||
* | merge test case by @rednoah | Stefan Bodewig | 2015-11-07 | 1 | -0/+33 | |
| | | | | closes #10 | |||||
* | whitespace | Stefan Bodewig | 2015-11-07 | 1 | -206/+206 | |
| | ||||||
* | Bug 50769 - SCP needs to align with the COPY task and support nested ↵ | Reinhard Pointner | 2015-11-07 | 1 | -16/+82 | |
| | | | | resource collections | |||||
* | COMPRESS-324 be mor lenient when detecting GNU long name entries | Stefan Bodewig | 2015-10-11 | 1 | -4/+2 | |
| | ||||||
* | <jar> ignores zip64Mode for manifest-only jars | Stefan Bodewig | 2015-09-19 | 1 | -0/+1 | |
| | | | | Bugzilla Report 58428 | |||||
* | Make <bunzip2> really work with non-filesystem resources | Stefan Bodewig | 2015-09-12 | 2 | -4/+26 | |
| | ||||||
* | Make <gunzip> really work with non-filesystem resources | Stefan Bodewig | 2015-09-12 | 3 | -5/+15 | |
| | ||||||
* | tests that show gunzip for non-file resources is broken | Stefan Bodewig | 2015-09-12 | 1 | -0/+62 | |
| | | | | http://stackoverflow.com/questions/32500937/nullpointerexception-using-on-the-fly-version-of-gunzip-ant-task | |||||
* | yet another potential AIOBException in zip package | Stefan Bodewig | 2015-07-21 | 1 | -1/+1 | |
| | | | | Bug found and fix provided by Earl Hood | |||||
* | bump versions | Stefan Bodewig | 2015-07-02 | 24 | -72/+72 | |
| | ||||||
* | little refactoring | Jan Matèrne | 2015-06-11 | 1 | -6/+4 | |
| | ||||||
* | Bug 44241: 'activate' Steves <javaconstant> resource | Jan Matèrne | 2015-06-10 | 3 | -0/+61 | |
| | ||||||
* | COMPRESS-317 ArrayIndexOutOfBoundsException in ZipArchiveEntry#getMergedFields | Stefan Bodewig | 2015-06-09 | 1 | -1/+1 | |
| | | | | Too bad this hasn't been found two weeks before. | |||||
* | bump versions | Stefan Bodewig | 2015-05-31 | 24 | -108/+108 | |
| | ||||||
* | fix javadoc | Jan Matèrne | 2015-05-28 | 14 | -21/+24 | |
| | ||||||
* | fix javadoc | Jan Matèrne | 2015-05-28 | 1 | -1/+1 | |
| | ||||||
* | document <allbutfirst> and <allbutlast> | Stefan Bodewig | 2015-05-17 | 1 | -1/+1 | |
| | ||||||
* | allbutlast resource collection | Stefan Bodewig | 2015-05-17 | 3 | -6/+116 | |
| | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=57834 | |||||
* | new resource collection "allbutfirst" | Stefan Bodewig | 2015-05-17 | 3 | -1/+129 | |
| | | | | | first part of https://bz.apache.org/bugzilla/show_bug.cgi?id=57834 - allbutlast to follow | |||||
* | expected test output lost its carriage-returns | Stefan Bodewig | 2015-05-17 | 2 | -9/+10 | |
| |