Bug 47702 - enable resource collections in rmic
Summary: enable resource collections in rmic
Status: NEW
Alias: None
Product: Ant
Classification: Unclassified
Component: Core (show other bugs)
Version: 1.7.1
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-18 04:12 UTC by Stefan Bodewig
Modified: 2009-08-18 04:12 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Bodewig 2009-08-18 04:12:16 UTC
rmic currently only works on a single fileset (the implicit one).

bug #20699 contains a patch that would enable fileset children but it works by adding the base directories of the filesets to the classpath (since the compile list only contains classnames and not absolute paths).

A backwards compatible patch seems pretty difficult to do without hacking classpath.