http://nagoya.apache.org/bugzilla/show_bug.cgi?id=893
*** shadow/893 Wed Mar 7 16:28:38 2001 --- shadow/893.tmp.12509 Wed Mar 7 16:28:38 2001 *************** *** 0 **** --- 1,22 ---- + +============================================================================+ + | The rmic task ommited support for extdirs option | + +----------------------------------------------------------------------------+ + | Bug #: 893 Product: Ant | + | Status: NEW Version: 1.3 | + | Resolution: Platform: All | + | Severity: Normal OS/Version: All | + | Priority: Low Component: Core tasks | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + The rmic task does not support the 'extdirs' attribute (which translates to + the -extdirs option on the rmic command line). + + The -extdirs option is needed so that the stub compilation would be against a + given extension directory which is different than the JVM's one. This attribute + is supported by the javac task and is used there for the same purpose.
