[
https://issues.apache.org/jira/browse/SLING-10121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17291778#comment-17291778
]
Stefan Seifert commented on SLING-10121:
----------------------------------------
thanks! checkout works fine now.
however, i get some error running the unit test (on windows, not tested if it
is windows-specific)
{noformat}
[ERROR] Failures:
[ERROR] RepPolicyEntryHandlerTest.parseJackrabbit2Restrictions:274
expected:<...set ACL for service1[
allow jcr:read on /asd/jr2restrictions restriction(rep:glob,*/subtree/*)
restriction(sling:customRestriction,sling:value1,sling:value2)
end]
> but was:<...set ACL for service1[
allow jcr:read on /asd/jr2restrictions restriction(rep:glob,*/subtree/*)
restriction(sling:customRestriction,sling:value1,sling:value2)
]nd
>
[ERROR] RepPrincipalPolicyEntryHandlerTest.parseMvRestrictions:94
expected:<...pal ACL for service2[
allow jcr:read on /asd/public restriction(rep:ntNames,nt:folder,sling:Folder)
restriction(sling:customRestriction,customRestrictionValue)
end]
> but was:<...pal ACL for service2[
allow jcr:read on /asd/public restriction(rep:ntNames,nt:folder,sling:Folder)
restriction(sling:customRestriction,customRestrictionValue)
]nd
>
[ERROR] RepPrincipalPolicyEntryHandlerTest.parseSimplePolicy:77
expected:<...pal ACL for service1[
allow jcr:read,jcr:readAccessControl on /asd/public
end]
> but was:<...pal ACL for service1[
allow jcr:read,jcr:readAccessControl on /asd/public
]nd
>
{noformat}
> Unable to checkout org-apache-sling-feature-cpconverter on Windows: Illegal
> files in path
> -----------------------------------------------------------------------------------------
>
> Key: SLING-10121
> URL: https://issues.apache.org/jira/browse/SLING-10121
> Project: Sling
> Issue Type: Bug
> Affects Versions: Content-Package to Feature Model Converter 1.0.26
> Reporter: Stefan Seifert
> Assignee: Carsten Ziegeler
> Priority: Major
> Fix For: Content-Package to Feature Model Converter 1.0.26
>
>
> it's currently not possible to work with the git repo on Windows:
> https://github.com/apache/sling-org-apache-sling-feature-cpconverter
> due to (on windows FS) illegal chars in file names:
> {noformat}
> error: invalid path
> 'src/test/resources/org/apache/sling/feature/cpconverter/handlers/jcr_root/rep:security/rep:authorizables/rep:groups/g/V084LLw1ypl2l9G0e28c/.content.xml'
> fatal: unable to checkout working tree
> warning: Clone succeeded, but checkout failed.
> {noformat}
> the test sources
> {{src/test/resources/org/apache/sling/feature/cpconverter/handlers}} seem to
> use filevault file layout, but in this case the folders/files names are not
> escaped properly.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)