http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2436
*** shadow/2436 Wed Jul 18 08:04:39 2001 --- shadow/2436.tmp.15797 Tue Jul 24 01:22:54 2001 *************** *** 2,15 **** | rmic errors on inner classes | +----------------------------------------------------------------------------+ | Bug #: 2436 Product: Ant | ! | Status: ASSIGNED Version: 1.3 | ! | Resolution: Platform: PC | | Severity: Normal OS/Version: Windows NT/2K | | Priority: Other Component: Core tasks | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | - | CC list: Cc: | +----------------------------------------------------------------------------+ | URL: | +============================================================================+ --- 2,14 ---- | rmic errors on inner classes | +----------------------------------------------------------------------------+ | Bug #: 2436 Product: Ant | ! | Status: RESOLVED Version: 1.3 | ! | Resolution: FIXED Platform: PC | | Severity: Normal OS/Version: Windows NT/2K | | Priority: Other Component: Core tasks | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | +----------------------------------------------------------------------------+ | URL: | +============================================================================+ *************** *** 56,59 **** ------- Additional Comments From [EMAIL PROTECTED] 2001-07-18 08:04 ------- Using Outer$$Inner as the classname should do the trick (note that $ has to be escaped by another $, not \) - I'm not sure whether I want to try to make ! Outer.Inner work as well. --- 55,65 ---- ------- Additional Comments From [EMAIL PROTECTED] 2001-07-18 08:04 ------- Using Outer$$Inner as the classname should do the trick (note that $ has to be escaped by another $, not \) - I'm not sure whether I want to try to make ! Outer.Inner work as well. ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-07-24 01:22 ------- ! Part one is in state WORKSFORME. ! ! <rmic> handles inner classes reasonably well if you use it in directory scanning ! mode or specify the classname as Outer$$Inner - I've changed the documentation ! of the task to reflect this.
