Community
Participate
Working Groups
When tagging classpath entries for inclusion using the deployment assembly pages, the defaults ought to always place the tagged entries into the EAR's lib folder if one exists when the module is not a Web module. e.g. if the module is already in the lib folder the tag should be '../', if the module is in the root and the ear has a default lib folder, the tag should be '../lib/', if the module is in the foo directory and the ear's lib folder is the bar directory, the tag should be '../../bar', etc. The attached patch handles the above.
Created attachment 179489 [details] Patch for 3.2.2
approved - thanks
code checked into 32M and HEAD for WTP 3.2.3 and 3.3 respectively.
Committed to R3_2_2_patches