[root]/src/etc/testcases/taskdefs/rmic
src
(3 files, 99 lines)
Bug 41349: rmic should strip out -J compiler args when not forking
16 lines of code changed in:
bug ID#38732 , rmic task doesn't work with -Xnew and JDK 6.0
Fixed by writing a new adapter, xnew, that extends the forking adapter and sets the -Xnew argument. Tests supplied, though the old test, the one that would fail on java1.6, is still there.
Also made the name matching code of rmic locale-independent.
21 lines of code changed in:
Fix IDL/IIOP handling of rmic-with-backwards compat; added tests for everything working.
11 lines of code changed in:
tests for PR 38732
20 lines of code changed in:
First fix the tests to fail when they should, then fix rmic to work as before, even on Java1.5, then add new tests to explicitly do version checks.
bug "rmic always compiles on Java1.5"
http://issues.apache.org/bugzilla/show_bug.cgi?id=33862
67 lines of code changed in:
reverting previous change
compiler is called weblogic in the documentation
the testcase seems to have been wrong
1 lines of code changed in:
more tests; 'default' compiler and "" has a well defined behaviour.
99 lines of code changed in:
rmic gets a fork option.
Most of the changes here are actually adding tests, which was surprisingly hard work.
89 lines of code changed in: