1 Reply Latest reply on May 20, 2008 6:55 AM by mbi

    compile multiple components with cdk

    mbi

      hi,

      i'm playing around with the cdk an i'm already able to create my own standalone-components with the whole maven stuff.

      my problem now is to create a collection of components in a single jar so that i can use it within a single namespace in the jsp, e.g.

      <%@ taglib uri="http://www.mycompany.com/ui" prefix="my"%>


      i tried to adapt the structure of the richfaces packages but when i try to compile my structure then maven reports severel errors, e.g. superclass not found etc.
      i try to fix these errors in the .xml for a couple of days now but new errors appear and it seems to me like a neverending circle :(

      can anybody give me some useful hints or a detailed guide of creating multiple components in a single jar?