Community
Participate
Working Groups
As part of enhancement 121460, when a Java EE project is created, a source folder is mapped as the default source root, but this is not working for Web fragment projects. This is because while the other Install delegates add a / prefix to the path that is going to be marked as default root source, the delegate for web fragments does not add the / prefix. I'm opening this against wst.common because the fix should be put in the VirtualFolder.tagResource() method.
Created attachment 201514 [details] Proposed patch
Code committed to R3_2_maintenance and HEAD for WTP 3.2.5, 3.3.1 and 3.4