Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | line-ends | Stefan Bodewig | 2016-09-04 | 1 | -211/+211 | |
| | ||||||
* | <get>'s retries attribute has a misleading name | Stefan Bodewig | 2016-08-07 | 1 | -2/+11 | |
| | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59930 | |||||
* | formatting | Stefan Bodewig | 2016-07-31 | 1 | -129/+129 | |
| | ||||||
* | line-ends | Stefan Bodewig | 2016-07-31 | 1 | -229/+229 | |
| | ||||||
* | fix the patterns used by touch and date selectors | Stefan Bodewig | 2016-07-31 | 5 | -32/+48 | |
| | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59909 | |||||
* | add support for javac -h | Stefan Bodewig | 2016-07-31 | 3 | -15/+75 | |
| | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59905 | |||||
* | implement a forking implementation for javah | Stefan Bodewig | 2016-07-30 | 4 | -1/+101 | |
| | ||||||
* | additional tests for javah | Stefan Bodewig | 2016-07-30 | 1 | -0/+48 | |
| | | | | this is really only a port of the junit test to antunit | |||||
* | rmic doesn't allow -Xnew on JDK9 | Stefan Bodewig | 2016-07-30 | 2 | -4/+35 | |
| | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59906 | |||||
* | non-GNU sed needs an extra newline character | Stefan Bodewig | 2016-07-25 | 1 | -1/+1 | |
| | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59898 | |||||
* | default to forking rmic on JDK 9+ | Stefan Bodewig | 2016-07-25 | 4 | -19/+41 | |
| | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59860 | |||||
* | we can always assume java5 | Stefan Bodewig | 2016-07-25 | 1 | -12/+6 | |
| | ||||||
* | old JAVA_1_9 still works as expected | Stefan Bodewig | 2016-07-25 | 1 | -0/+8 | |
| | ||||||
* | line-ends | Stefan Bodewig | 2016-07-25 | 1 | -141/+141 | |
| | ||||||
* | nobody is going to call Java 9 1.9 anymore | Stefan Bodewig | 2016-07-25 | 6 | -53/+116 | |
| | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59863 | |||||
* | detect Java 9 via jigsaw | Stefan Bodewig | 2016-07-25 | 3 | -15/+13 | |
| | ||||||
* | I don't think it's encoding this time, but let's try | Stefan Bodewig | 2016-07-24 | 1 | -2/+2 | |
| | ||||||
* | add a filter for native2ascii | Stefan Bodewig | 2016-07-24 | 3 | -0/+102 | |
| | ||||||
* | builtin implementation of ascii2native | Stefan Bodewig | 2016-07-24 | 4 | -17/+108 | |
| | ||||||
* | try to make tests pass with default encoding != UTF-8 | Stefan Bodewig | 2016-07-24 | 1 | -1/+1 | |
| | ||||||
* | built-in implementation of native2ascii | Stefan Bodewig | 2016-07-24 | 5 | -7/+208 | |
| | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59855 | |||||
* | try to get better error reporting from Jenkins | Stefan Bodewig | 2016-07-24 | 1 | -24/+37 | |
| | ||||||
* | add a real test for native2ascii | Stefan Bodewig | 2016-07-24 | 1 | -0/+46 | |
| | ||||||
* | fix Bug 59556 - support "jdk" package for Java 7+ | Vincent Privat | 2016-06-23 | 1 | -0/+4 | |
| | | | | | | Patch based on Chris Hegarty (Oracle) work. "jdk" package has been introduced in JDK7 but is not known from Ant. "jdk.net.Sockets" has been chosen as test class because it is available in JDK7, JDK8 and JDK9. | |||||
* | remove unused throws clauses | Stefan Bodewig | 2016-05-27 | 6 | -13/+6 | |
| | | | | | | https://bz.apache.org/bugzilla/attachment.cgi?id=33898 Patch-by: Dave Brosius <dbrosius@apache.org> | |||||
* | Merge branch 'bug_47552_scp_compression' into 1.9.x | Stefan Bodewig | 2016-05-23 | 4 | -13/+148 | |
|\ | ||||||
| * | add compression support to <scp>bug_47552_scp_compression | Stefan Bodewig | 2016-05-22 | 4 | -13/+148 | |
| | | | | | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=47552 Patch-by: Matthew Yanos | |||||
* | | Preserve cause of AssertionError | Dana Dahlstrom | 2016-05-22 | 2 | -1/+30 | |
| | | | | | | | | … when converting to AssertionFailedError in JUnitTestRunner. | |||||
* | | linefeeds | Stefan Bodewig | 2016-05-22 | 1 | -217/+217 | |
|/ | ||||||
* | must not set file and dir in <fileset> | Stefan Bodewig | 2016-05-22 | 3 | -1/+30 | |
| | | | | 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 | 3 | -2/+34 | |
| | | | | | | 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 | 1 | -1/+1 | |
| | | | | 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 | 1 | -1/+1 | |
| | | | | | | | For normal build files IntrospectionHelper has already handled the lower-casing. Bugzilla Report 59339 | |||||
* | Merge tag 'ANT_197_RC1' into 1.9.x | Stefan Bodewig | 2016-04-12 | 24 | -72/+72 | |
|\ | | | | | | | 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 | 23 | -66/+66 | |
|/ | ||||||
* | cosmetics | Stefan Bodewig | 2016-03-29 | 1 | -5/+9 | |
| | ||||||
* | serverAliveInterval and serverAliveCountMax in <sshexec> and <scp> | Stefan Bodewig | 2016-03-29 | 1 | -0/+44 | |
| | | | | | | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | 4 | -17/+727 | |
| |