AEM Eclipse PlugIn: cq:editConfig gets deleted on auto publish
Hi,
we are using the AEM-Eclipse-Plugin to deploy automatically into AEM if a file changes. This setup works fine so far, but we have still a problem when deploying components:
- There is a component with the following files and structure:
/apps/foo/components/bar
|- cq:dialog
|- cq:editConfig
|- bar.html
- Now change the file "bar.html" and save (auto publishing is enabled) the changes get deployed:
[26. Januar 2015 06:04:06 MEZ] AddOrUpdateNodeCommand -> /apps/foo/components/bar : JcrResult[ success:true] (112 ms)
[26. Januar 2015 06:04:06 MEZ] AddOrUpdateNodeCommand -> /apps/foo/components/bar/bar.html : JcrResult[ success:true] (95 ms)
[26. Januar 2015 06:04:06 MEZ] ReorderChildNodesCommand -> /apps/foo/components/bar/bar.html : JcrResult[ success:true] (68 ms)
The problem is that this deployment not just updates the "bar.html" file in the repository but also deletes the "cq:editConfig". My filter.xml looks something like
...
<filter root="/apps/foo/components" />
...
Our maven build also uses the same filter.xml and has no such problems. Any ideas what we are doing wrong here?
I am working on Windows 7 and Eclipse Luna with:
- AEM IDE Tools: UI-Extensions 1.0.2 com.adobe.granite.ide.eclipse-ui ADOBE
- Sling IDE Tools 1.0.4 org.apache.sling.ide.feature.feature.group The Apache Foundation
- Sling IDE Tools, M2e-based 1.0.4 org.apache.sling.ide.m2e-feature.feature.group The Apache Foundation
Regards,
Andreas