icfnext / aem-groovy-console

The AEM Groovy Console provides an interface for running Groovy scripts in the AEM container. Scripts can be created to manipulate content in the JCR, call OSGi services, or execute arbitrary code using the CQ, Sling, or JCR APIs.
Other
159 stars 94 forks source link

Current groovy console not getting installed in cq5.6.1 #24

Closed ghost closed 10 years ago

ghost commented 10 years ago

Hi The current project is not getting installed in cq 5.6.1 many dependencies are not getting resolved so the OSGi bundle remains only in the installed state and does not become active

markdaugherty commented 10 years ago

The latest version (develop branch) is only compatible with AEM 6 (see README). Please use one of the 5.x.x tags for CQ 5.6.1.

mszu commented 10 years ago

The most recent commit that is still 5.6.x compatible is 263345afbdf4e4cdb15d02e90e5685d377cca2a8, so just clone then

> git checkout 263345afbdf4e4cdb15d02e90e5685d377cca2a8
...
> mvn clean install -Plocal
ghost commented 10 years ago

Hi Mark, I got it working via tag 5.2.0 as Directed by Mark Daugherty. Thanks for the reply though .

On Wed, Jun 25, 2014 at 10:01 AM, Mark Szumowski notifications@github.com wrote:

The most recent commit that is still 5.6.x compatible is 263345afbdf4e4cdb15d02e90e5685d377cca2a8, so just clone then

git checkout 263345afbdf4e4cdb15d02e90e5685d377cca2a8 ... mvn clean install -Plocal

Reply to this email directly or view it on GitHub https://github.com/Citytechinc/cq-groovy-console/issues/24#issuecomment-47059588 .

Best Regards... Anurakt Awasthi

mszu commented 10 years ago

@logfalcon - yep, that's fine. There were several useful features added after tag 5.2.0 though, so for general reference, the commit that I mentioned is the most up-to-date for 5.x.x.

In particular, there is a very convenient service lookup drop-down that is missing from 5.2.0.

ghost commented 10 years ago

I will surely take a note and check out the latest code.... On Jun 25, 2014 11:35 AM, "Mark Szumowski" notifications@github.com wrote:

@logfalcon https://github.com/logfalcon - yep, that's fine. There were several useful features added after tag 5.2.0 though, so for general reference, the commit that I mentioned is the most up-to-date for 5.x.x.

In particular, there is a very convenient service lookup drop-down that is missing from 5.2.0.

Reply to this email directly or view it on GitHub https://github.com/Citytechinc/cq-groovy-console/issues/24#issuecomment-47063605 .