>> If it is then, all should work fine (I have used the shell to import and
>> export whole repositories with no such problems).
Do you use Windows ? I've found the problem is totally repeatable.
Just install fresh NuxeoEP-5.1.5 on any windows machine. Create folders
structure. Export it. And then try to import. Imported files and folders will
be flatly live in the same folder. The flatten imported documents is all named
something like "\workspaces\...\..." when I "ls" it via NuxeoShell.
I tried browsing nuxeo's sources and find this suspicious piece of code from
"XMLDirectoryReader.java"
112 /*NXP-1688 Rux: the path was somehow left over when migrated from
113 core 1.3.4 to 1.4.0. Pull back.*/
114 private Path computeRelativePath(File file) {
115 return new Path(
116
file.getAbsolutePath().substring(source.getAbsolutePath().length()));
117 }
Any idea ?
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm