Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 95781 invoked from network); 8 Mar 2001 00:28:58 -0000 Received: from dnai-216-15-97-206.cust.dnai.com (HELO betaversion.org) (216.15.97.206) by h31.sny.collab.net with SMTP; 8 Mar 2001 00:28:58 -0000 Received: from nagoya-a.betaversion.org (nagoya-a.javasoft.com [204.160.241.225]) by betaversion.org (8.9.3+Sun/8.9.3) with ESMTP id QAA14313 for ; Wed, 7 Mar 2001 16:33:14 -0800 (PST) Received: (from nobody@localhost) by nagoya-a.betaversion.org (8.9.3+Sun/8.9.3) id QAA12512; Wed, 7 Mar 2001 16:28:38 -0800 (PST) Date: Wed, 7 Mar 2001 16:28:38 -0800 (PST) Message-Id: <200103080028.QAA12512@nagoya-a.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org Cc: Subject: [Bug 893] New - The rmic task ommited support for extdirs option X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N 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: ant-dev@jakarta.apache.org | + | Reported By: dror@attunity.co.il | + | 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.