You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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