sebbASF commented on issue #162:
URL: https://github.com/apache/whimsy/issues/162#issuecomment-1133881030
The Rakefile assumes that it will be run from the directory in which it
appears. Indeed it looks for the library sources (which include config) here:
https://github.com/apache/whimsy
sebbASF commented on issue #162:
URL: https://github.com/apache/whimsy/issues/162#issuecomment-1133879021
The problem is that the Rakefile is expecting to find the config under
/srv/whimsy/lib; however /srv/whimsy is only set up under docker.
Can you please try editing Rakefile as fol
sebbASF commented on issue #162:
URL: https://github.com/apache/whimsy/issues/162#issuecomment-1130642750
Did you issue the following command?
`echo ":root: ." >.whimsy`
The '.whimsy' file should be in the parent directory, i.e. one level above
where DOCKER.md is located.
--