<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hey there,<br>
    <br>
    I try to get my plugin working and now I have the problem that my
    plugin can't find one of its classes when I try to invoke the
    default command.<br>
    The plugin does some stuff an finally a Class.forName("org.hibersap.forge.plugin.FunctionModuleSearch")<br>
    <br>
    Do you have any hints why Class.forName() can't find the class?<br>
    <br>
    The message is<br>
    <br>
    ***ERROR*** [generate-sap-entities] Cannot find class
    org.hibersap.forge.plugin.FunctionModuleSearch in classpath<br>
    <br>
    The funny thing about this is, with Forge Beta 5 everything is
    working fine, with the latest Forge snapshot I miss my class :\<br>
    <br>
    This is all within the same Maven JAR plugin project. I'm using a
    framework which is using the Class.forName() method. So there's no
    way out of this :)<br>
    <br>
    Must be something to do with the latest changes since Beta 5 is
    published.<br>
    <br>
    Thanks for your help,<br>
    <br>
    best regards<span class="HOEnZb"><font color="#888888">,<br>
        <br>
        Max<br>
      </font></span>
  </body>
</html>