Code Monkey home page Code Monkey logo

intellivault's People

Contributors

andyklimczak avatar shsteimer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

intellivault's Issues

Not Showing in tool bar

Is there a compatibility issue in using this plug in? I can't coz I can't see it in my tool bar. I am now currently using IntelliJ 2016.1.4. Please help.

Silent completion

Hi, how do you feel about doing silent completion dialog(eg. not like OK dialog like now, but more like Sticky balloon?)
image

Plugin can't write to temp folder

com.intellij.openapi.application.Application.runWriteAction(Lcom/intellij/openapi/util/ThrowableComputable;)Ljava/lang/Object;: com.intellij.openapi.application.Application.runWriteAction(Lcom/intellij/openapi/util/ThrowableComputable;)Ljava/lang/Object;
java.lang.NoSuchMethodError: com.intellij.openapi.application.Application.runWriteAction(Lcom/intellij/openapi/util/ThrowableComputable;)Ljava/lang/Object;
at com.crownpartners.intellivault.utils.FileUtils.copyFileContents(FileUtils.java:234)
at com.crownpartners.intellivault.utils.FileUtils.copyFile(FileUtils.java:226)
at com.crownpartners.intellivault.utils.FileUtils.copyExportContents(FileUtils.java:204)
at com.crownpartners.intellivault.utils.FileUtils.copyExportContents(FileUtils.java:139)
at com.crownpartners.intellivault.services.impl.IntelliVaultServiceImpl$2.run(IntelliVaultServiceImpl.java:109)
at com.intellij.openapi.application.impl.LaterInvocator$1.run(LaterInvocator.java:162)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:333)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:715)
at java.awt.EventQueue.access$400(EventQueue.java:82)
at java.awt.EventQueue$2.run(EventQueue.java:676)
at java.awt.EventQueue$2.run(EventQueue.java:674)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:685)
at com.intellij.ide.IdeEventQueue.e(IdeEventQueue.java:699)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:538)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:420)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:378)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

webstorm plugin

Can I use it with webstorm?
Installed successfully but can't find plugin configuration.

VAULT CLASS NullPointer

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

ClassNotFound Exception when trying to pull from CRX

Error Screen Shot:
image

Version of Plugin and other details:
image

IntelliJ version:
image

This is similar to #7 , however #7 is about old AEM version, and the issue is fixed too - I have AEM 6.4,
please suggest if something is missing somewhere.

After connect to JCR - null pointer exception

[ERROR] checkout: java.lang.NullPointerException: null
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:113)
at com.crownpartners.intellivault.services.impl.IntelliVaultServiceImpl$3.run(IntelliVaultServiceImpl.java:359)

Error while deleting temp contents.

I get this error when trying to push the content.
If I wait a while (minutes) or restart IntelliJ the error disappears.

I'm using IntelliJ Ultimate version 2018.1.5, plugin version 0.10.0, Windows 10, Vault version 3.1.16.
image

I've tried deleting the temp folder of Vault (the one specified in the settings) but nothing's changed.
Thank you in advance for your effort, your plugin rocks!

p.s. I thought it was brackets open, but it's not. The error is really random. Probably is some file not closed, but it doesn't happen always.

Auto Sync on Save fir ui.apps & ui.content files

Hi,

I want auto sync feature like VaultClipse in latest version where it is able to auto synce ui.apps & ui.content directory's contents to CRX via vault.
How can I achieve same functionality using this plugin.

Awaiting for reply...

Thanks in advance!

RepositoryFactory is not an ImageIO SPI class error

Getting the following error since updating to IntelliJ IDEA Ultimate 2019.2

[ERROR] import: java.lang.IllegalArgumentException: org.apache.jackrabbit.vault.fs.api.RepositoryFactory is not an ImageIO SPI class

and the stack trace is

java.lang.Throwable: [ERROR] import: java.lang.IllegalArgumentException: org.apache.jackrabbit.vault.fs.api.RepositoryFactory is not an ImageIO SPI class
	at com.intellij.openapi.diagnostic.Logger.error(Logger.java:145)
	at com.razorfish.platforms.intellivault.services.impl.IntelliVaultServiceImpl$1.run(IntelliVaultServiceImpl.java:320)

How to use

Is there a short description on how to use the thing?

Plugin doesn't work with IJ 2020.1 (was: Always Receive NullPointerException)

Every time I try to use IntelliVault to push or pull from the CRX, I get the following error:

[ERROR] checkout: java.lang.NullPointerException: null

I'm able to run the vlt checkout command from the terminal without an issue. I just updated to the latest version of IntelliJ to ensure that this wasn't an issue. I'm a recent convert from Eclipse, and while I've gotten almost everything working as I want in IntelliJ this is a huge one that I need to be able to use to be effective in IntelliJ.

I've tried at least 6 different versions of VLT ranging from 3.1.16 to 3.4.4 and none of them work with IntelliVault. I've tried using both the bin folder as well as the folder above the bin folder, and I get the same error either way.

In case it helps, I actually do get an NPE when attempting to run the vlt export command in my terminal for versions after 3.1.24, but I'm always able to run the checkout command from the terminal. VLT versions 3.1.16 and 3.1.24 both work flawlessly in the terminal (including all vlt commands like export/import) but neither work in IntelliVault...though there is a main difference here...when using either of these 2 versions, the error I get from IntelliVault is

[ERROR] checkout: java.lang.IllegalArgumentException: org.apache.jackrabbit.vault.fs.api.RepositoryFactory is not an ImageIO SPI class

Rather than the NPE. I've tried Java versions 1.8.0_181 as well as 1.8.0_241, in addition to Java 11.0.4 and 11.0.6, and nothing seems to help...though I'm not even sure exactly how IntelliVault determines which version of Java to use. Is it the project version? The version that's configured in terminal? Something else?

Please let me know what else I can provide to help diagnose/debug the issue, and thanks in advance!

Update: I'm running IntelliJ 2020.1 ultimate with IntelliVault 0.10.0

Integrate with Changes View

As an IntelliVault user, I'd like to be able to select multiple files in the Changes view and be able to push them to CRX.

VM support for IntelliVault

I want to use this repo tool to also push changes to a VM machine.
Is this possible, idk what to fill in as Vault directory?

NPE on pull/push to crx

on AEM 6 I have:

"Failed copying contents"

Connecting via JCR remoting to http://localhost:4502/crx/server
[ERROR] checkout: java.lang.NullPointerException: null

Configuration:

  • /home/punky/Programs/vault-cli-3.1.6
  • [rest of options: default values]

java.lang.ClassNotFoundException: com/day/jcr/vault/cli/VaultFsApp

Experiencing an issue pulling from CRX. here's my setup:

IntelliJ IDEA 2019.1.1 (Ultimate Edition)
Build #IU-191.6707.61, built on April 16, 2019
JRE: 1.8.0_202-release-1483-b44 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0

When trying to pull from CRX, I get the java.lang.ClassNotFoundException: com/day/jcr/vault/cli/VaultFsApp exception.

Using vlt in command line with same arguments works fine.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.