tlrobinson / narwhal

[DEPRECATED] A JavaScript standard library, package manager, and more.
http://narwhaljs.org/
372 stars 16 forks source link

Rhino on Cygwin File System bugs #34

Open kriskowal opened 15 years ago

kriskowal commented 15 years ago

When Java is installed on Windows, it deals internally with Windows file system paths, even when it is running in Cygwin. So, there's a bit of confusion about when Narwhal should be operating on Windows paths and when it should be working on Unix paths. Cygwin will need an interoperability layer between Java and the File System API.

tlrobinson commented 15 years ago

Is it our responsibility to do the path translations? Java doesn't, should we?

kriskowal commented 15 years ago

I think we'll need to, yeah.