You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Robert Munteanu (JIRA)" <ji...@apache.org> on 2018/04/05 11:44:00 UTC

[jira] [Commented] (SLING-5648) Make Non-Eclipse Module regular Maven Packages

    [ https://issues.apache.org/jira/browse/SLING-5648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16426782#comment-16426782 ] 

Robert Munteanu commented on SLING-5648:
----------------------------------------

I've started working on this topic at https://github.com/apache/sling-ide-tooling/tree/feature/intellij . Currently I have a shared folder which holds the common parts

- maven modules
- tycho build

and an eclipse folder which holds the eclipse-specific plug-ins.

The CLI build works and the built features seems to run succesfully in a new Eclipse instance. There are 2 major issues to address:

- The tests no longer run with Tycho ; the build errors out with {{java.lang.RuntimeException: Bundle org.apache.sling.ide.eclipse-test is not found}}
- Eclipse PDE no longer recognizes the 'shared' modules as OSGi bundles and therefore does not add them to the plug-in classpath, leading to errors.

> Make Non-Eclipse Module regular Maven Packages
> ----------------------------------------------
>
>                 Key: SLING-5648
>                 URL: https://issues.apache.org/jira/browse/SLING-5648
>             Project: Sling
>          Issue Type: Improvement
>          Components: IDE
>    Affects Versions: Sling Eclipse IDE 1.0.10
>            Reporter: Andreas Schaefer
>            Assignee: Robert Munteanu
>            Priority: Major
>             Fix For: Sling Eclipse IDE 1.2.4
>
>
> Non Eclipse modules like api, artifacts, imll-resource, impl-vlt should be regular Maven packages (jar) instead of eclipse plugins (eclipse-plugin) to support development of it by other IDEs like IntelliJ IDEA.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)