How can I run a rake file for a nested project from the root directory? (2 cases: from the console and from the rake root file). Suppose I cannot modify the rake file attachment and that it must have "libs / someproject" as the working directory.
Here is my project structure:
-root
--rakefile.rb
--libs
--- someproject
---- rakefile.rb
source
share