Results 1 to 4 of 4

Thread: maven + felix + classes only referenced in context

Hybrid View

  1. #1
    Join Date
    Jul 2006
    Posts
    17

    Default maven + felix + classes only referenced in context

    The manifest produced by the felix plugin won't contain any imports for classes that only appear in the conext file since the plugin doesn't know anything about them.

    Are there any plans for a maven plugin that can take that into account plus support some spring-dm features like moduletype, etc?

  2. #2
    Join Date
    Aug 2004
    Location
    Southampton, UK
    Posts
    826

    Default

    We are definitely planning to have to have manifest creation plugins for eclipse, maven and ant.

    I'll keep you posted as to when we have an early milestone available.

    Rob
    Rob Harrop
    Lead Engineer, dm Server
    SpringSource
    http://www.springsource.com

    Co-Author - Pro Spring

  3. #3
    Join Date
    Jul 2006
    Posts
    17

    Default

    Quote Originally Posted by robh View Post
    We are definitely planning to have to have manifest creation plugins for eclipse, maven and ant.

    I'll keep you posted as to when we have an early milestone available.

    Rob
    That's great. I'm still getting familiar with spring dm/osgi, but so far this is my #1 wish.

    My #2 wish is also maven related, and it's a desire for more archetypes. I've been using the spring-osgi-bundle archetype and out of the box it requires some changes to make it work with spring dm tooling, which can get a little annoying.

  4. #4

    Default

    Quote Originally Posted by kryptolus View Post
    The manifest produced by the felix plugin won't contain any imports for classes that only appear in the conext file since the plugin doesn't know anything about them.
    ...
    In the meantime you can make use of a Plugin I've found referenced in another thread:
    PHP Code:
    <_plugin>aQute.lib.spring.SpringComponent</_plugin
    http://forum.springframework.org/sho...64&postcount=5

    it works more or less for me (difficulties with having the right IMPORT-PACKAGE when using jsf/facelets (currently in progress )
    cu
    Woifal

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •