Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Hi Everyone,
I am trying creating a package out of my CRX. I have data node in below pattern. I need to create package out of only "Season_2013" node. Tried following filter but its not working:
---------------------------------------------------------------------
Root Path : /content/data/Athlete/
Rules : Include:.*/Season_2013/.*
---------------------------------------------------------------------
I was reading the documentation on package manager and saw that someone commented on it that this might be existing package manager issue
http://dev.day.com/docs/en/crx/current/how_to/package_manager.html
For your reference below is the structure of my nodes:
/content/data/Athlete/J/Jimmie Johnson/Stats/Series_1/Seasons/Season_2010
/content/data/Athlete/J/Jimmie Johnson/Stats/Series_1/Seasons/Season_2011
/content/data/Athlete/J/Jimmie Johnson/Stats/Series_1/Seasons/Season_2012
/content/data/Athlete/J/Jimmie Johnson/Stats/Series_1/Seasons/Season_2013
Solucionado! Ir para a Solução.
Hi Rohit,
See below pattern for your requirement:
Root Path : /content/data/Athlete/
Include: /J/Jimmie Johnson/Stats/Series_1/Seasons/Season_2013(/.*)?
OR
Root Path : /content/data/Athlete/J/Jimmie Johnson/Stats/Series_1/Seasons
Include: /Season_2013(/.*)?
Regards
Brijesh Yadav
Examples & snapshot refer http://aemfaq.blogspot.com/2013/04/cq5-package-filter-includeexclude.html
So you issue only comes up when you use the filter?
Visualizações
respostas
Total de curtidas
Hi Rohit,
See below pattern for your requirement:
Root Path : /content/data/Athlete/
Include: /J/Jimmie Johnson/Stats/Series_1/Seasons/Season_2013(/.*)?
OR
Root Path : /content/data/Athlete/J/Jimmie Johnson/Stats/Series_1/Seasons
Include: /Season_2013(/.*)?
Regards
Brijesh Yadav
See: http://dev.day.com/docs/en/crx/current/how_to/package_manager.html#Commonly Used Patterns. Make sure you use proper pattern syntax.
Visualizações
respostas
Total de curtidas
Yes my issue comes when I use "include" rules. If I use "Root Path" I donot have any issue but I cannot achieve my objective.
Visualizações
respostas
Total de curtidas
Thanks Rohit! Life saver, the pattern formats are really obscure!
Visualizações
respostas
Total de curtidas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas