dCache / nfs4j

Pure Java NFSv3 and NFSv4.2 implementation
Other
240 stars 76 forks source link

make code compile on windows #18

Closed radai-rosenblatt closed 10 years ago

radai-rosenblatt commented 10 years ago

switched unix-specific (also jmv specific) uid/gid detection to reflection.

radai-rosenblatt commented 10 years ago

code at least compiles now. there are 3 failing tests on windows (mostly export path related logic having issues with windows canonical paths) but at least it should now be possible to develop (if not test) on windows machines

dcache-ci commented 10 years ago

Can one of the admins verify this patch?

kofemann commented 10 years ago

ok to test

-kofemann /* caffeinated mutations of the core personality /

On Thu, Oct 9, 2014 at 8:07 AM, dcache-ci notifications@github.com wrote:

Can one of the admins verify this patch?

— Reply to this email directly or view it on GitHub https://github.com/dCache/jpnfs/pull/18#issuecomment-58467000.

kofemann commented 10 years ago

ok to test

dcache-ci commented 10 years ago

Test PASSed.

kofemann commented 10 years ago

(Wow, windows!) thanks!