VMware Cloud Community
offbyone
Contributor
Contributor

Developing a Hyperic plugin in Eclipse

Has anyone had any luck getting the standalone plugin tool to run under Eclipse? I'm having a beast of a time with this; the plugin loader doesn't play very nice with the way Eclipse copies its resources around.

Any advice would be fantastic, thanks!
0 Kudos
2 Replies
excowboy
Virtuoso
Virtuoso

Hi,

did you already read Jeff's article ?

http://blogs.citytechinc.com/jschwartz/?cat=5

Mirko
0 Kudos
offbyone
Contributor
Contributor

Yeah, I had, but it didn't go into how to lay out the project so that you could invoke the standalone runner and have it pick up the plugin classes from eclipse's build output directory. As it happens, it doesn't seem to be possible; Hyperic only seems to work if you have the plugin in a jar file, so I've modified the Eclipse build to use an ant file to write the plugin jar before invoking the standalone test tool.

It's a bit of a set of hoops, but it all works out in the end.
0 Kudos