Skip to content
Andreas Schaefer edited this page Mar 1, 2016 · 29 revisions

Welcome to the AEM Tooling for IntelliJ IDEA Plugin Wiki

This wiki page is here to share project related information and plugin versions.

Branches

The current branch is server-connection-manager-revamp where I tried to further separate the IntelliJ code from the AEM / Sling code. This was more difficult as the both types of code are intertwined and depend on each other. For now the code is working fine for IntelliJ / AEM-Sling but I did not try the same thing with Eclipse.

The basic idea is that the server connection manager is using an abstract AbstractDeploymentManager which contains the AEM / Sling code. The IDE then must provide the implementation which contains the IDE specific code. For now this is just an idea / prototype and needs adjustments to work with Eclipse but I hope it provides a guideline on how to proceed.

Releases

0.6.4.2-SNAPSHOT: This release contains a fix for the Maven Build execution for OSGi Bundles. Now the build is executed in the background and the action waits until it is finished before installing the OSGi Bundle in AEM.

Release: ZIP File of 0.6.4.2-SNAPSHOT on Dropbox

0.6.4.1-SNAPSHOT: This releases contains the refactored Resource Change Command Factory which is made IDE independent. The UI and handling did not change. This release also contains a fix for mysterious failures to upload Renditions files.

Release: ZIP File of 0.6.4.1-SNAPSHOT on Dropbox

0.6 Beta 3: This releases focuses on the proper handling of Windows paths.

Release: ZIP File of 0.6 Beta 3 on Dropbox

Installation Documentation

The installation documentation and user manual can be found here:

Documentation Folder

The markdown file (.md) is the source and the PDF is a rendered, 1-page version of it. The Installation instructions are up to date but the screenshots of the plugin are somewhat outdated.

Clone this wiki locally