summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/taskdefs/rmic
Commit message (Expand)AuthorAgeFilesLines
* Use an empty array in favor of pre-sized array.Arturo Bernal2021-08-311-1/+1
* Merge branch '1.9.x'Stefan Bodewig2020-05-051-0/+5
|\
| * rmic has been removed in Java 15+Stefan Bodewig2020-05-051-0/+5
| * Use foreach loops (cherry-pick 1c80d50)Gintas Grigelionis2018-05-262-17/+15
* | removed http links from java sources to the extent possiblejkf2019-05-251-2/+2
* | updated reference to license from http to https usingjkf2019-05-258-8/+8
* | Revert last 5 commitsGintas Grigelionis2018-11-041-3/+4
* | Checkstyle: dangling operatorsGintas Grigelionis2018-11-041-4/+3
* | Checkstyle/spellingGintas Grigelionis2018-04-202-2/+2
* | Use null-or-empty patternGintas Grigelionis2018-04-061-1/+1
* | Remove extraneous casts and (un)boxing, tersify logicGintas Grigelionis2018-04-011-9/+5
* | Use foreach loopsGintas Grigelionis2018-04-012-9/+8
* | Merge branch '1.9.x'Stefan Bodewig2018-03-054-0/+53
|\ \ | |/
| * Java11 removes support for rmic -idl/-iiopStefan Bodewig2018-03-054-0/+53
| * Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-111-2/+1
* | Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-112-3/+2
* | java 5-8java8Matt Benson2017-04-137-80/+75
|/
* don't want to cause compile-time dependenciesStefan Bodewig2016-12-211-1/+1
* don't hide original exception by throwing a new one from finallyStefan Bodewig2016-12-211-1/+7
* rmic doesn't allow -Xnew on JDK9Stefan Bodewig2016-07-301-0/+14
* default to forking rmic on JDK 9+Stefan Bodewig2016-07-252-3/+16
* PR 56748 Spelling fixes, submitted by Ville SkyttäVille Skyttä2014-07-212-2/+2
* organize importsJan Matèrne2014-07-033-6/+7
* Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentationJacobus Martinus Kruithof2012-05-263-3/+3
* As Jesse points out, equalsIgnoreCase is not locale-sensitiveStefan Bodewig2010-02-181-14/+8
* plug some more classloader leaks and mark those places where a leak remains a...Stefan Bodewig2009-09-041-0/+1
* add a destdir attribute to rmic so generated stubs or whatever can be put int...Stefan Bodewig2009-08-181-1/+1
* Allow users to specify a classpath when using a custom adapter in javac, rmic...Stefan Bodewig2009-07-211-2/+36
* Add an executable attribute to rmic. PR 42132Stefan Bodewig2009-07-131-2/+7
* spMatthew Jason Benson2008-06-261-1/+1
* checkstylePeter Reilly2007-11-022-4/+4
* Bug ID 43780: weblogic RMIC fails on ant1.7.0Steve Loughran2007-11-023-36/+78
* Use StringUtils.removeSuffix()Jan Materne2007-09-241-1/+2
* more magic numbersPeter Reilly2007-09-241-1/+1
* checkstylePeter Reilly2007-08-111-6/+6
* checkstyle: remove trailing wsPeter Reilly2007-08-112-2/+2
* Bug 41349: rmic should strip out -J compiler args when not forkingSteve Loughran2007-01-113-1/+61
* linefeedsStefan Bodewig2006-12-041-52/+52
* checkstylePeter Reilly2006-11-185-8/+29
* checkstylePeter Reilly2006-11-121-1/+0
* checkstylePeter Reilly2006-11-054-6/+6
* fix up some of the javadoc whiningPeter Reilly2006-10-232-3/+4
* copy2license.plStefan Bodewig2006-09-017-35/+42
* bug ID#38732 , rmic task doesn't work with -Xnew and JDK 6.0Steve Loughran2006-08-231-0/+33
* bug ID#38732 , rmic task doesn't work with -Xnew and JDK 6.0Steve Loughran2006-08-232-14/+30
* Fix IDL/IIOP handling of rmic-with-backwards compat; added tests for everythi...Steve Loughran2006-08-221-4/+13
* 2006Stefan Bodewig2006-05-101-1/+1
* Adding a new non-static method, isFailure() to Execute. As well as simplifyin...Steve Loughran2006-05-091-2/+1
* Minor updates based on the input of Dave BrosiusJacobus Martinus Kruithof2006-04-261-2/+3
* checkstyle - javadocPeter Reilly2005-05-241-2/+2