Skip to content

Don't import maven-osgi-bundles and cs-studio-thirdparty into IDE #1730

@kasemir

Description

@kasemir

maven-osgi-bundles and cs-studio-thirdparty are used to fetch and/or wrap external dependencies.
They are used to build our target platform.
Importing them into the IDE is typically not necessary.

In fact we found that when importing them into the IDE, there are IDE build errors.

For example, the org.csstudio.platform.libs.epics plugin is in the target platform.
When importing the maven-osgi-bundles sources into the IDE, that dependency should change from a pointer to the org.csstudio.platform.libs.epics.jar in the target platform to the directory visible in the IDE that includes the sources. Instead, we get build errors as a result of dependencies to org.csstudio.platform.libs.epics not being resolved.

==> Until this is understood, don't import maven-osgi-bundles and cs-studio-thirdparty into IDE

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions