Skip to content
Andreas Schaefer edited this page Mar 9, 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.4-SNAPSHOT: Added support for non-Maven based project. In order to support these types of projects you need to use two facets. For OSGi modules you need to use the "Osmorc" plugin to setup the OSGi Facet and for Content Modules you need to setup the Sling Content Facet and specify the Content and META-INF root folder. For now only the IntelliJ Plugin Osmorc is supported for non-Maven OSGi bundles.

Release: ZIP File of 0.6.4.4-SNAPSHOT on Dropbox

0.6.4.3-SNAPSHOT: This release makes the deployment wait until the Maven Build for OSGi bundles is over. In addition the toolbar is locked while any action is executed so that background tasks like the Maven Build cannot be intercepted. Finally the build also addresses an issue with AEM DAM Workflows could interfere with deployments of DAM Assets. The plugin will place the push of the /renditions/original nodes to the end.

Release: ZIP File of 0.6.4.3-SNAPSHOT on Dropbox

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