Re: UI for setting up runtime classpath
cL <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.projects.devel |
|---|---|
| Message-ID | <[email protected]> |
Vitezslav Stejskal wrote: [snip] > a. define following project-wide classpath types: general, runtime, boot > b. inherit and redefine the general classpath on Compiled Classes BT > c. inherit and redefine the runtime and boot classpath on Exec/Debug > Profiles > d. use the same classpath customizer for managing classpaths on all > above objects (project, CCBT, profiles) this sounds fine except for point d. the user can see all of the resources and their role in the resource customizer (as described in the inf spec -it's not in the java spec bcs there is no change to it). from the table the user would be able to sort the columns to either see an alpha list of resources or a list of resources grouped by role. this is consistent with the way customizers are used on the sources and output nodes -since these nodes collect the project wide information for the particular part of the project (sources, resources, output). cheers, cL