This is how I fixed it 
https://github.com/mingfang/apache-helix/commit/cb603f07e27989db198c2d72742ec8496c15ed02

On Mar 5, 2013, at 1:22 AM, Zhen Zhang <[email protected]> wrote:

> Hi Ming, thanks for pointing out the problem. "new File(path).getParent()" is 
> problematic on Windows platforms as the separator becomes "\". We will fix 
> it. Filed a jira to track this:
> 
> https://issues.apache.org/jira/browse/Helix-57
> 
> Thanks,
> Jason
> 
> On Mon, Mar 4, 2013 at 9:33 PM, Ming Fang <[email protected]> wrote:
> I'm getting path problems on Windows.
> Looking at line 104 and 584 of org.apache.helix.manager.zk.ZkBaseDataAccessor 
> it looks like it is mixing up local file path with Zookeeper path.
> In Zookeeper the file separator is always "/".
> But ZkBaseDataAccessor will end up using "\" when running on Windows.
> 

Reply via email to