[Yanel-dev] org.wyona.yarep.impl.repo.vfs.VirtualFileSystemRepository#getNode(java.lang.String) question

Michael Wechner michael.wechner at wyona.com
Tue Sep 14 10:47:36 CEST 2010


Claudio Corrodi wrote:
> Hi Michael,
>
> Attached is the patch for AbstractNode.java as discussed before. 
> Thanks for your help and reviewing it.

Thanks your pointing it out and fixing it. It's committed now

Sending        src/build/dependencies.xml
Sending        src/build/pom-core.xml
Transmitting file data ..
Committed revision 53204.

Cheers

Michael
>
> Cheers, Claudio
>
> On 09/05/2010 12:21 AM, Michael Wechner wrote:
>> Dear Claudio
>>
>> I have reviewed your patch, but to be honest it is still not clear to me
>> what the actual issue is
>> and how your patch is supposed to solve this issue without creating
>> other issues.
>>
>> I think according to your very first email we rather have to fix
>>
>> String childPath = getPath() + "/" + name;
>>
>> within AbstractNode by checking if getPath().equals("/") and if true,
>> then not
>> append the slash, such that one does not end up with
>> "//hello_world.txt", but rather with "/hello_world.txt".
>>
>> Makes sense?
>>
>> Cheers
>>
>> Michael
>>
>>
>> Claudio Corrodi wrote:
>>> On 08/31/2010 10:34 AM, Michael Wechner wrote:
>>>> Can you send the complete example to this mailing list, I mean your
>>>> spliting configuration for this example?
>>>
>>> It is as follows:
>>>
>>> <splitpath depth="2" length="3" escape="+">
>>> <include path="/assets/"/>
>>> </splitpath>
>>>
>>> But I also tested using this configuration
>>>
>>> <splitpath depth="2" length="3" escape="+">
>>> <include path="/"/>
>>> </splitpath>
>>>
>>> where every file is splitted, not only those under /.
>>>
>>> Cheers, Claudio
>>
>



More information about the Yanel-development mailing list