When I switch from filesystem access method to git, as described in the manpage rmtoo-config3 there seems to be some issue with the paths to the requirement files.
When I try to build the requirement spec, I get the following error:
make[1]: *** No rule to make target `doc/ReqSpec/requirements/project.req', needed by `artifacts/reqtopics.tex'. Stop.
As soon as I switch from "git" to "filesystem" and remove "start_vers" and "end_vers" it works as desired. Does rmtoo have issues with the rmtoo project being located in a subfolder of the git repository?
Edit
If I modify the "requirement_dirs" parameter in the Config.json file to represent the relative path to the git-root directoriy, it gives me the following error
+++ ERROR: Problem reading in the continuum [[ 108]: directory entry [doc] not found in tree [ReqSpec].]
When I switch from filesystem access method to git, as described in the manpage
rmtoo-config3
there seems to be some issue with the paths to the requirement files.This is a snippet of my config file:
When I try to build the requirement spec, I get the following error:
As soon as I switch from
"git"
to"filesystem"
and remove"start_vers"
and"end_vers"
it works as desired. Doesrmtoo
have issues with thermtoo
project being located in a subfolder of the git repository?Edit If I modify the
"requirement_dirs"
parameter in theConfig.json
file to represent the relative path to the git-root directoriy, it gives me the following error