Results 1 to 2 of 2

Thread: eclipse tool's bundle dependencies

  1. #1
    Join Date
    Oct 2008
    Posts
    0

    Default eclipse tool's bundle dependencies

    First of all, thanks for the great tools and platform.
    Anyhow, I'm stuck on setting up eclipse ide dev environment.

    I've got two bundles, one is for DAO, another for web controllers.
    By adding
    Import-Library:
    org.springframework.spring;version="2.5.4"
    on manifest, I've got spring libs as bundle dependencies.

    But on web bundle, I cannot get DAO bundle(which I made) on Bundle Dependencies list.
    tested on s2ap 1.0.0 beta3.

    Thanks in advance.

  2. #2
    Join Date
    Oct 2008
    Posts
    0

    Default eclipse tool's bundle dependencies

    Hi,
    did you add the required Import-Package headers to your web bundle manifest (and the corresponding Export-Package in the DAO bundle) ?

Posting Permissions

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