make eclipse plugin as directory fromat [message #1831916] |
Wed, 02 September 2020 15:25 |
sarath s Messages: 13 Registered: April 2020 |
Junior Member |
|
|
1)Need to create Plugin "PropertiesPlugin" which consists of log4j2 properties file
2)Another plugin "WrapperPlugin" which has customization of logj42 classes. this plugin will be refered by all other plugins in the workspace.
3)"Properties Plugin" should be in dir format and should consist of log42 properties file in config folder. with "Eclipse-BundleShape: dir" tycho build will compile it as dir format?
4)Log4j2 has mulitple jars api,core and jcl etc., which plugin can have this jar files added? "Properties Plugin" or "Wrapper Plugin"
Problem:
if properties file is in the "Properties Plugin" , properties file not getting picked and gets below error
ENTRY com.emc.xcp.builder.migration 2 0 2020-09-02 18:01:53.952
!MESSAGE Could not resolve module: com.abc.ui [131]
Unresolved requirement: Require-Bundle: com.abc.workspace; bundle-version="1.0.1"
-> Bundle-SymbolicName: com.abc.workspace; bundle-version="1.0.1.qualifier"; singleton:="true"
com.abc.workspace [183]
Unresolved requirement: Require-Bundle: WrapperPlugin; bundle-version="1.0.0"
-> Bundle-SymbolicName: WrapperPluginr; bundle-version="1.0.0.qualifier"
WrapperPlugin [208]
Unresolved requirement: Require-Bundle: PropertiesPlugin; bundle-version="1.0.0"
|
|
|
Powered by
FUDForum. Page generated in 0.03613 seconds