Jim Moore
Jim Moore
https://github.com/defunkt/hub/blob/master/etc/hub.zsh_completion
Can you give an example of how you'd like to use them for testing? Obviously parsing and/or doing anything "real" with the query APIs is beyond scope, so are you...
What does it say when you do the `gradlew clean insall -iS`?
That's caused by a conflict with the maven plugin ``` groovy // remove "mvn install" since it's not needed and causes a conflict def installTask = tasks.findByPath('install') if (installTask !=...
You have something overriding the `install` task to copying it to `F:\...` There's not anything in the `sling-bundle` plugin that does anything like that. You need to see if you...
BTW, the reason there's no `provided` scope in this context is because (unless you're using a "fat jar" plugin) the dependencies aren't going to be packaged into the jar, so...
No file of the project has the `tasks.remove(installTask)` snippet. I was suggesting you might want to add them to your build file after applying the maven plugin but before applying...
:panda_face: There is no `install` task for `sling-bundle`. However there is `uploadBundle`...
"How can I embed the missing jar to the generated osgi bundle?" Short answer: You don't. That's what the CQ Package Manager is for. Use the "cqpackage" plugin. Longer answer:...
FWIW, starting in AEM 6.0, Google Guava is included in AEM and [will likely give you trouble unless you really know what you're doing](http://blog.mooregreatsoftware.com/2015/07/21/aem-6-dot-1-packages-and-bundles-installing-and-uninstalling-behavior/). Use the v15 that AEM6 comes...