Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Windows #56

Closed
gbrail opened this issue May 16, 2014 · 1 comment
Closed

Support Windows #56

gbrail opened this issue May 16, 2014 · 1 comment
Labels

Comments

@gbrail
Copy link
Contributor

gbrail commented May 16, 2014

There are a number of issues that caused windows support to fail to work:

  • Node tries to turn "C:/" paths into UNC paths that start with "//?/" which is legal in some universe but not in Java.
  • "posix" file permissions and other file attributes don't work in Windows, so we have to handle them differently
  • A few other minor things.
@gbrail gbrail added the bug label May 16, 2014
@gbrail
Copy link
Contributor Author

gbrail commented May 16, 2014

Fixed in 0.7.5.

@gbrail gbrail closed this as completed May 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant