CID15 / 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
24 stars 15 forks source link

17.0.0 install package not found #10

Open tlococo opened 2 years ago

tlococo commented 2 years ago

Instructions say to download and install the package. This is not found:

https://github.com/cid15/aem-groovy-console/releases/download/17.0.0/aem-groovy-console-all-17.0.0.zip

Where can we find the 17.0.0 install package?

BrianVaughnDTE commented 1 year ago

https://github.com/CID15/aem-groovy-console/releases/tag/17.0.0

bartoszWesolowski commented 1 year ago

Hello @BrianVaughnDTE - link that you provided does not include CRX package that can be installed (only source code packages). Does it mean that this package will not be available and each user should build it / install it using maven ?

BrianVaughnDTE commented 1 year ago

Hello @BrianVaughnDTE - link that you provided does not include CRX package that can be installed (only source code packages). Does it mean that this package will not be available and each user should build it / install it using maven ?

So what I had to do was build it locally and install the package. That allowed me to have it run locally since it deploys the all package with all the dependencies. I'm only using v17 because I want to use it on our cloud instances. Getting it in the cloud was a bit more work than I expected.

scotty6435 commented 1 year ago

The problem is most people don't want to build their own package, they want a published content package which can be integrated into build processes. If v17 is published and accessible then it should be published properly. If it's pre-release then it could even be published as an alpha/beta