We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I go to the root directory of my rails project and run
rake daemons:start --trace
and the response is
C:\JRuby\bin\rake: No such file or directory - lib/daemons/daemons
It is looking for lib/daemons/daemons from the C:\JRuby\bin\rake directory. Why? How can I specify my lib dir?
The text was updated successfully, but these errors were encountered:
Obviously lib/daemons/daemons exists from the path I run rake from, and is readable and executable...
Sorry, something went wrong.
No branches or pull requests
I go to the root directory of my rails project and run
rake daemons:start --trace
and the response is
C:\JRuby\bin\rake: No such file or directory - lib/daemons/daemons
It is looking for lib/daemons/daemons from the C:\JRuby\bin\rake directory. Why? How can I specify my lib dir?
The text was updated successfully, but these errors were encountered: