Hey Max,
The best bugs are found by actually using something :) I would have to see how your plugin is set up. Is this all within the same Maven JAR plugin project?
Also, why are you using Class.forName()? Is there a specific reason?
~Lincoln
PS. Could you ask this type of question on the dev list (CC'd) next time? That way everyone can benefit. Not many people can read mails that I get my personal email address ;) Also helps things stay organized. Thanks!
Am 20.01.2012 17:04, schrieb Lincoln Baxter III (JIRA):
Awesome! Sorry I couldn't reproduce this. Looking forward to your next issue. You're finding great stuff!
Haha :)
I just try to get my plugin working ;)
Now I have the problem that my plugin can't find one of its classes when I try to invoke the default command.
The plugin does some stuff an finally a Class.forName("org.hibersap.forge.plugin.FunctionModuleSearch")
Do you have any hints why Class.forName() can't find the class?
The message is
***ERROR*** [generate-sap-entities] Cannot find class org.hibersap.forge.plugin.FunctionModuleSearch in classpath
Best regards
Max