Hi Andy, On Thu, Apr 23, 2015 at 3:47 AM, Andreas Schaefer Sr. <[email protected]> wrote: > Hi > > Ruben and I are working on a port of the AEM Sling Tooling for Eclipse to > IntelliJ. So I have a few questions:
That's great news :-) > > 1) Did anyone already try that? If so is the code available and for which > IntelliJ version? > > 2) Ran into some problems with the HotSwap of code deployed in Sling. It > turned out that 'maven-scr-plugin’ (I think) is generating bind and unbind > methods for @Reference which are not there with simple class compilation and > hence the HotSwap fails. Now Eclipse is working fine and I am wondering if > anyone knows what part of Eclipse or the Sling IDE Tooling is doing that. Konrad explained the Eclipse mechanism pretty well. I'll just add that the Sling integration expects an exploded bundle to be present in in the target directory, including: - compiled classes - SCR descriptors ( if applicable ) - compiled class files This is also noted at [1] . Robert [1]: https://sling.apache.org/documentation/development/ide-tooling.html#why-do-i-get-an-errror-about-no-ds-descriptor-found-at
