Community
Participate
Working Groups
Build Identifier: WTP 3.2.3 In the 'Manifest Entries' tab of the 'Deployment Assembly' properties page, entries that have a backslash are not displayed in the table (e.g. 'ejbJars\EjbTest.jar'). The table in the 'Manifest Entries' tab should show all the entries in the MANIFEST.MF file. Reproducible: Always
Created attachment 184803 [details] Proposed Patch The problem is caused because manifest entries are broken down to IVirtualReference objects and the backslash gets lost in the process (breaks the entry down to runtime path and archive name). This patch updates the code so that if a backslash is found, then the archive name is set to the whole manifest entry and the runtime path is set to an empty value.
Code checked into 32M and HEAD for WTP 3.2.3 and 3.3