Expand my Community achievements bar.

Vault is not saving the data

Avatar

Level 3

I am using vault for synchronizing the code from eclipse to AEM. 

The checkout command is working good. 

But in checking I am not seeing my changes in CRXDE. Instead I m getting a message in CRXDE "Binary property is only editable after saving". So I have to go to CRXDE and save the content to see the changes. 

Here is my CI command

vlt ci --force <myFile.jsp>

The message i get "Done" in CL. 

When I go to CRX to see the changes , I see in

MyFile.jsp-->jcr:content 

 "Binary property is only editable after saving". I have to manually save this to get my changes. 

3 Replies

Avatar

Level 10

Not sure abt this issue,

Try using Bracket IDE with AEM extension. 

You can develop in IDE and it will be auto sync with your AEM. It's easy to use and save time.

Avatar

Administrator

Hi

Adding to what Praveen mentioned you,

Try this document procedure :-

Link:- https://docs.adobe.com/docs/en/dev-tools/aem-eclipse.html

Or

Link:- http://adobeaemclub.com/how-to-set-up-aem-projects-using-eclipse-plugin/

//

It offers several features that make AEM development easier:

  • Seamless integration with AEM instances through Eclipse Server Connector.
  • Synchronization for both content and OSGI bundles.
  • Debugging support with code hot-swaping capabiliby.
  • Simple bootstrap of AEM projects via a specific Project Creation Wizard.
  • Easy JCR properties edition.

After the creation of project or importing of the project do publish it. Once you will publish it all the latest content would be visible in crxde.

Thanks and Regards

Kautuk Sahni



Kautuk Sahni

Avatar

Level 5

Hi Kautuk,

Facing error in eclipse related to slightly when trying to setup the project as mentioned in the links above. Please find the screenshot, here is the eclipse version which i am using - 

Version: Mars Release (4.5.0)

Build id: 20150621-1200

Please let me know what needs to be done.