I'm trying to Customize Log File Monitor plugin, so I got the source code from github (here) and I imported the project into Eclipse, but I'm not able to build or compile the project due to the following errors in plugin.xml and MANIFEST.MF files.
Description | Resource | Path | Location | Type |
---|---|---|---|---|
Unknown extension point: 'com.dynatrace.diagnostics.pdk.monitormetricgroup' | plugin.xml | /Logfile-Monitor | line 88 | Plug-in Problem |
Unknown extension point: 'com.dynatrace.diagnostics.pdk.monitor' | plugin.xml | /Logfile-Monitor | line 85 | Plug-in Problem |
Unknown extension point: 'com.dynatrace.diagnostics.pdk.pluginconfig' | plugin.xml | /Logfile-Monitor | line 5 | Plug-in Problem |
Bundle 'com.dynatrace.diagnostics.sdk' cannot be resolved | MANIFEST.MF | /Logfile-Monitor/META-INF | line 9 | Plug-in Problem |
Your support in this issue is highly appreciated.
there is issue on community page that some of images are not loading for other users, only author sees them so I'm not sure what exception do you have. Can you copy text?
I just edited the question.
From AppMon you can generate project for ecplipse with all needed dependencies. Go to plugins menu and there you should have create new plugin. This will start new project that can be edited in eclipse. As I remember in the same way you can convert installed plugins into projects