Community
Participate
Working Groups
ClasspathDependencyEnablement has a flag used to control the enablement of the classpath dependency functionality. The default value is true which enables this functionality. When set to false it is only enabled for web projects and disabled for all others. This flag is only used by one specific adopter that now requires the flag control to be more relaxed. It is desired that now it would only control the enablement for legacy projects. The new requirement would still have a default value of true. However, when set to false, it would now be enabled for all JEE projects(EE 5 and above) and disabled for all legacy projects (pre-EE 5).
Created attachment 177244 [details] patch
Created attachment 177252 [details] updated_patch
Created attachment 177259 [details] enablement_patch
latest patch removes the restrictions on the deploy path for classpath dependencies.
Code checked into head for WTP 3.2.2.
Please test this thoroughly - and possibly add a junit or two changing the preferences