summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* line-endsStefan Bodewig2016-09-041-211/+211
|
* <get>'s retries attribute has a misleading nameStefan Bodewig2016-08-071-2/+11
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59930
* formattingStefan Bodewig2016-07-311-129/+129
|
* line-endsStefan Bodewig2016-07-311-229/+229
|
* fix the patterns used by touch and date selectorsStefan Bodewig2016-07-315-32/+48
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59909
* add support for javac -hStefan Bodewig2016-07-313-15/+75
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59905
* implement a forking implementation for javahStefan Bodewig2016-07-304-1/+101
|
* additional tests for javahStefan Bodewig2016-07-301-0/+48
| | | | this is really only a port of the junit test to antunit
* rmic doesn't allow -Xnew on JDK9Stefan Bodewig2016-07-302-4/+35
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59906
* non-GNU sed needs an extra newline characterStefan Bodewig2016-07-251-1/+1
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59898
* default to forking rmic on JDK 9+Stefan Bodewig2016-07-254-19/+41
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59860
* we can always assume java5Stefan Bodewig2016-07-251-12/+6
|
* old JAVA_1_9 still works as expectedStefan Bodewig2016-07-251-0/+8
|
* line-endsStefan Bodewig2016-07-251-141/+141
|
* nobody is going to call Java 9 1.9 anymoreStefan Bodewig2016-07-256-53/+116
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59863
* detect Java 9 via jigsawStefan Bodewig2016-07-253-15/+13
|
* I don't think it's encoding this time, but let's tryStefan Bodewig2016-07-241-2/+2
|
* add a filter for native2asciiStefan Bodewig2016-07-243-0/+102
|
* builtin implementation of ascii2nativeStefan Bodewig2016-07-244-17/+108
|
* try to make tests pass with default encoding != UTF-8Stefan Bodewig2016-07-241-1/+1
|
* built-in implementation of native2asciiStefan Bodewig2016-07-245-7/+208
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59855
* try to get better error reporting from JenkinsStefan Bodewig2016-07-241-24/+37
|
* add a real test for native2asciiStefan Bodewig2016-07-241-0/+46
|
* fix Bug 59556 - support "jdk" package for Java 7+Vincent Privat2016-06-231-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 clausesStefan Bodewig2016-05-276-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.xStefan Bodewig2016-05-234-13/+148
|\
| * 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
* | Preserve cause of AssertionErrorDana Dahlstrom2016-05-222-1/+30
| | | | | | | | … when converting to AssertionFailedError in JUnitTestRunner.
* | linefeedsStefan Bodewig2016-05-221-217/+217
|/
* 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
|