Community
Participate
Working Groups
The assembly deploy page needs to be updated to list all tagged (with the dependency attribute) container classpath entries in the project's .classpath file. This enhancement does not cover the deployment assembly page for EAR projects. This will be covered in a separate enhancement. The current support for classpath dependencies ONLY lists the entries that were backed by an entry in the component file. Meaning that only entries added thru the "Referenced Project Classpath Entries" wizard would show. All existing tagged entries were ignored. A separate enhancement in 3.2.2 will add the ability for users to tag existing entries from the assembly deploy page(this may be limited to JDT container entries only). This enhancement will add the support for showing all existing and newly added tagged entries in the assembly deploy page. It will also support removing these entries. The current support for classpath dependencies created dummy component file entries that were used to represent each in the assembly deploy page. As a result, the same dummy source text is used for each entry. In this enhancement, the entries will be read and removed from the .classpath file with no associated component file entry. This way a specific archive, library, etc.. can be shown in the source column for each.
Jason, This part isn't really separable from the work that I am doing to create the Java Build Path Entries wizard. So I am merging the bugs... *** This bug has been marked as a duplicate of bug 318068 ***