adobe / aem-eclipse-developer-tools

The Eclipse plugin that brings you the full connection to the Adobe Experience Manager, with auto-sync and project creation wizard.
Apache License 2.0
35 stars 23 forks source link

JCR_ROOT Path Breaks Upon Project Import #32

Closed ghost closed 8 years ago

ghost commented 9 years ago

1) Create AEM project using Developer Tools for Eclipse, Maven Archetype 7. 2) Delete project from Eclipse, but do not delete contents on disk. 3) File->Import->Maven->Existing Maven Projects, select the project you created in step 1. 4) Look at 'problems' tab, and note that jcr_root is not correct. 5) Look at ui.apps project properties, note that path under 'AEM' tab is not correct (only has jcr_root). 6) Uncheck 'Content Project' facet in project properties. 7) Rick click on ui.apps, Configure->Convert To...Content Project. 8) Check Problems & 'AEM' tab, note that path is now set correctly.

rombert commented 9 years ago

Yup, it's a bit awkward now to set up. Also tracked in SLING-3766 - Store the project's content sync root property in the filesystem

rombert commented 8 years ago

This issue has been fixed in the Sling IDE Tooling project ( see SLING-3766:Store the project's content sync root property in the filesystem ) and will be incorporated in the next AEM Developer Tools public release.