Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » make eclipse plugin as directory fromat(Log4j reusable plugin to map as required bundle for all other plugins in workspace)
make eclipse plugin as directory fromat [message #1831916] Wed, 02 September 2020 15:25
sarath s is currently offline sarath sFriend
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"
Previous Topic:swt browser in view crash when loading ext js page with complex and heavy layout
Next Topic:e4 and error log view
Goto Forum:
  


Current Time: Sat Apr 27 04:50:54 GMT 2024

Powered by FUDForum. Page generated in 0.03404 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top