AdeleResearchGroup / iCasa-IDE

iCasa Integrated Development Environment.
1 stars 2 forks source link

Component synchronization erases default export packages #22

Closed schollet closed 11 years ago

schollet commented 11 years ago

Consequently it is required to manually export the packages containing the interfaces.

schollet commented 11 years ago

More precisely, the problem appears when the client component and the service provider component are defined in the same bundle. When the dependency is added from the client to the consumer and saved, then only the import package of the service is keeped while the package providing the service interface is in the bundle. The error appears both in the IDE and at runtime.

chaphe commented 11 years ago

Exports are not automatically added into the manifest.mf file.