Community
Participate
Working Groups
Build Identifier: WTP 3.2.3 The EAR Library Directory field in the 'Deployment Assembly' properties page should show a warning when the user leaves the field empty. An empty library directory field indicates that no library directory will be used when creating the class paths. The user should be warned so that they know that using an empty field is not equivalent to using the default lib folder nor using the root as a library directory. Also found that the error message for when the user precedes the Library Directory value with a slash is not covering the backslash scenario. Reproducible: Always
Created attachment 183319 [details] Proposed Patch Patch uses the new problems view panel in the 'Deployment Assembly' properties page to show the new warning. The error message for when the user precedes the Library Directory value with a slash has also been updated to cover both back slash and forward slash.
approved. I don't think you need PMC for this change because you already were approved for the messages pane earlier. - This is simply a refinement of an existing message
Code checked into 32M and HEAD for WTP 3.2.3 and 3.3
Created attachment 183520 [details] Additional Patch The initial patch introduced a problem preventing the 'Deployment Assembly' properties page of legacy projects to open since the library directory field is not present. This patch now adds a null check for this scenario.
Reopening since additional patch is needed.
Additional patch checked into both 32M and HEAD for WTP 3.2.3 and 3.3