0 Replies Latest reply on May 17, 2007 4:54 AM by sks

    How modify MANIFEST.MF in ejb.jar

    sks

      Hello,
      i create a bean with JBoss IDE that works correctly.
      To make it works i have to make 2 changes:
      the first one is after XDoclet is ran:
      I have to include an import for the external library in the remote interface (generated by xDoclet)
      the second one is after packaging:
      I have to add in the MANIFEST.MF of the ejb.jar the Class-Path of the previous library jar (generated by Packging)
      There is a way to add them in automatic?

      Thanks in advance.
      Andrea Consiglio