Re: Sling IDE Tooling for IntelliJ IDEA

2015-04-23 Thread Konrad Windszus
More or less. You find more information about it in https://wiki.eclipse.org/M2E_compatible_maven_plugins#.3Cexecute.2F.3E_mapping. The SCR Mojo is indeed called from Eclipse. Maybe you can call that in IntelliJ directly? Konrad > Am 23.04.2015 um 18:50 schrieb Andreas Schaefer Sr. : > > Hi Konr

Re: Sling IDE Tooling for IntelliJ IDEA

2015-04-23 Thread Andreas Schaefer Sr.
Hi Konrad Thanks for the quick response. So Eclipse is running a “Maven Build” for a class whenever it is compiled? - Andy On Apr 23, 2015, at 1:55 AM, Konrad Windszus wrote: > > Hi Andy, > regarding 1) I am not aware of any existing effort to port this to IntelliJ. > Regarding 2) there is t

Re: Sling IDE Tooling for IntelliJ IDEA

2015-04-23 Thread Robert Munteanu
Hi Andy, On Thu, Apr 23, 2015 at 3:47 AM, Andreas Schaefer Sr. 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 >

Re: Sling IDE Tooling for IntelliJ IDEA

2015-04-23 Thread Stefan Egli
Hi Andy, Sounds very good to see intelliJ efforts! I wouldn't know of something in this area so far (lack of resources I suppose). Cheers, Stefan On 4/23/15 10:55 AM, "Konrad Windszus" wrote: >Hi Andy, >regarding 1) I am not aware of any existing effort to port this to >IntelliJ. Regarding 2)

Re: Sling IDE Tooling for IntelliJ IDEA

2015-04-23 Thread Konrad Windszus
Hi Andy, regarding 1) I am not aware of any existing effort to port this to IntelliJ. Regarding 2) there is the maven-scr-plugin which was made compatible with m2e (the Maven Eclipse Integration) in https://issues.apache.org/jira/browse/FELIX-3358. Basically Eclipse is executing a special maven

Sling IDE Tooling for IntelliJ IDEA

2015-04-22 Thread Andreas Schaefer Sr.
Hi Ruben and I are working on a port of the AEM Sling Tooling for Eclipse to IntelliJ. So I have a few questions: 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 tha