Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Hi,
what's the pattern to refer only specific nodes that starts with a given prefix?
For example i need to refer only nodes under launcher configf that starts with xxx but in this way it was wrong:
<filter root="/etc/workflow/launcher/config">
<include pattern="/etc/workflow/launcher/config/xxx.*" />
</filter>
Thanks
Gelöst! Gehe zu Lösung.
Zugriffe
Antworten
Likes gesamt
Verify your vlt filter.xml & pom.xml should work. Otherwise file daycare with list of hotfix installed
Zugriffe
Antworten
Likes gesamt
Refer [1] to get an idea.
[1] http://aemfaq.blogspot.com/2013/04/cq5-package-filter-includeexclude.html
Zugriffe
Antworten
Likes gesamt
Thanks Sham.
My example is the same of the fourth shown in [1] but it doesn't work in CQ 5.4 .
Zugriffe
Antworten
Likes gesamt
Update
When the pattern is used to create a package inside CRX Package Manager everything works fine. If I use the same pattern to create a package inside eclipse (with maven-vault-plugin) it doesn't work.
Zugriffe
Antworten
Likes gesamt
Verify your vlt filter.xml & pom.xml should work. Otherwise file daycare with list of hotfix installed
Zugriffe
Antworten
Likes gesamt