Community
Participate
Working Groups
Current the module assembly page always displays the Deploy Path as an absolute path, e.g. "/foo.jar" instead of a relative path, e.g. "foo.jar". This is currently done because that is how the paths are stored in the .settings/org.eclipse.wst.common.component file. The problem however, is that these paths are also used to populate the application.xml. In the application.xml these paths MUST be relative. This bug changes the UI behavior to only show a preceding '/' for the root folder; otherwise all paths will be displayed as relative. Also a fix has been added to ensure relative paths are used when setting the module URI's in the application.xml file.
Created attachment 183780 [details] patch
approved
Code checked into 32M and HEAD for WTP 3.2.3 and 3.3