You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
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" < [email protected]>
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)
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.
The text was updated successfully, but these errors were encountered: