shsteimer / IntelliVault

A plugin for IntelliJ IDEA to interact with a JCR repository via the FileVault tool which is packaged with Adobe CQ.
http://plugins.jetbrains.com/plugin/7328
Other
35 stars 28 forks source link

VAULT CLASS NullPointer #7

Closed AxelHo closed 9 years ago

AxelHo commented 9 years ago

In AEM 6 the VAULT_CLASS is now "org.apache.jackrabbit.vault.cli.VaultFsApp" instead of VAULT_CLASS = "com.day.jcr.vault.cli.VaultFsApp"; Can you please change it

shsteimer commented 9 years ago

This is next on my priority list, but might take a bit of time as I don't want to stop supporting old versions of vault just for this, and it seems silly to make users configure it. If I can determine exactly what version of vault it changed in, then I think I can make it seamless without requiring user intervention.

kisonay commented 9 years ago

Is there anyway to change this locally so that it can be used with AEM 6 until it has been updated on the plugin site?

shsteimer commented 9 years ago

You can simply use an older version of VLT, such as the one that ships with 5.6 and it should work fine, even with a 6.0 repository.

AxelHo commented 9 years ago

@kisonay there is a fork of IntelliVault in my repos with the new Vault_Class. I removed the Message Dialog an log to the Console instead. With a keymap setting it works like a charme. Thanks to Sean!! One Problem so far. You cant't push a .content.xml node, you have to push the directory or the .html or whatever in there.

shsteimer commented 9 years ago

this is fixed in the latest commit and will be released with v0.9.4