April 10, 2020
Estimated Post Reading Time ~

Installing FileVault (VLT)

Problem: I've created a Bundle and wrote a java bean(Example.java). When I tried to Generate Getter and Setter methods I got error as follows:

Error Message: The resource is not on the build path of a java project

Solution: Installing FileValut (VLT)
FileVault (VLT) is a tool developed by Day that maps the content of a CRX instance to your file system. The VLT tool has similar functionalities to those of an SVN client, providing normal check-in, check out and management operations, as well as configuration options for flexible representation of the project content.

To install VLT, follow the steps:
In your file system, go to <cq-installation-dir>/crx-quickstart/opt/filevault. The build is available in both tgz and zip formats.
Extract the archive.

Add <cq-installation-dir>/crx-quickstart/opt/filevault/vault-cli-<version>/bin to your environment PATH so that the command files vlt or vlt.bat are accessed as appropriate. For example, <cq-installation-dir>/crx-quickstart/opt/filevault/vault-cli-1.1.2/bin

Open a command-line shell and execute vlt --help.


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.