

This link enables your JSP scripts to reference the files.
#Eclipse for mac aem code
In filter.xml, copy the following code to filter.xml: Under vault, create the filter.xml file.Under META-INF, create the vault folder.Under content, create the META-INF folder.In the Project Explorer view, in the ui/src/main folder, create the content folder.Now, create the filter.xml file that defines the content that VLT exports: Select Java Compiler and set following properties to 1.5:.In the Project Explorer view, right-click the ui project and click Properties.Now, set the Java Compiler to version 1.5: Specify the following property values for the Maven project, and accept the default values for all other properties:.

Select the Create a simple project option and the Use default Workspace location option, then click Next.In the dialog, select Maven > Maven Project and click Next.The advantage of such a structure is that it adds modularity and autonomy to the logic of your application because each jar file (bundle) can be managed separately. The compiled code is stored in a jar file. In this section, we create two Maven projects: One called UI (after User Interface) which contains the CQ5 project structure with the JSP scripts and the other called Core which contains the Java code (source and compiled). Make sure it displays the following help screen: Open a command line shell and execute vlt –help.For example, /crx-quickstart/opt/filevault/vault-cli-1.1.2/bin Add /crx-quickstart/opt/filevault/vault-cli-/bin to your environment PATH so that the command files vlt or vlt.bat are accessed as appropriate.
#Eclipse for mac aem zip
The build is available in both tgz and zip formats. In our file system, go to /crx-quickstart/opt/filevault.Click save button after creating the above things.Under the myApp folder, create the nt:folder install.Under the myApp folder, create the nt:folder templates.Under the myApp folder, create the nt:folder components.Under the /apps folder, create the nt:folder myApp.Create a project in CQ5 using CRXDE LITE.Below are the steps to set up workspace and start development of Adobe CQ5 components in Eclipse:
