Skip to content

Case sensitive file system creates problem #120

New issue

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

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

Already on GitHub? # to your account

Open
lokebharti opened this issue Mar 15, 2012 · 2 comments
Open

Case sensitive file system creates problem #120

lokebharti opened this issue Mar 15, 2012 · 2 comments

Comments

@lokebharti
Copy link

When I issue the following to generate index.html at a path which is case sensitive, I get an error, because it is looking for the path in all lower case. This is making it impossible to use in a case-sensitive environment like Mac or Linux.

./js jquery/generate/page /Library/WebServer/Documents/test/cookbook index.html
org.mozilla.javascript.WrappedException: Wrapped java.io.FileNotFoundException: /library/webserver/documents/test/cookbook/index.html (No such file or directory) (steal/rhino/file.js#217)

@justinbmeyer
Copy link
Member

Why would you have steal located next to Library?

Sent from my iPhone

On Mar 15, 2012, at 3:56 AM, Lokereply@reply.github.com wrote:

When I issue the following to generate index.html at a path which is case sensitive, I get an error, because it is looking for the path in all lower case. This is making it impossible to use in a case-sensitive environment like Mac or Linux.

./js jquery/generate/page /Library/WebServer/Documents/test/cookbook index.html
org.mozilla.javascript.WrappedException: Wrapped java.io.FileNotFoundException: /library/webserver/documents/test/cookbook/index.html (No such file or directory) (steal/rhino/file.js#217)


Reply to this email directly or view it on GitHub:
#120

@lokebharti
Copy link
Author

Ignoring my choice of path, case insensitivity, which is intentionally
forced in jquery/generate/page will create a problem if my path is
case-sensitive.
On Mar 15, 2012 8:16 PM, "Justin Meyer" <
reply@reply.github.com>
wrote:

Why would you have steal located next to Library?

Sent from my iPhone

On Mar 15, 2012, at 3:56 AM, Lokereply@reply.github.com wrote:

When I issue the following to generate index.html at a path which is
case sensitive, I get an error, because it is looking for the path in all
lower case. This is making it impossible to use in a case-sensitive
environment like Mac or Linux.

./js jquery/generate/page /Library/WebServer/Documents/test/cookbook
index.html
org.mozilla.javascript.WrappedException: Wrapped
java.io.FileNotFoundException:
/library/webserver/documents/test/cookbook/index.html (No such file or
directory) (steal/rhino/file.js#217)


Reply to this email directly or view it on GitHub:
#120


Reply to this email directly or view it on GitHub:
#120 (comment)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants