Hi,
When I run the scct command in SBT
>coverage:doc
Lift doesn't find the properties file test.default.props (which is in src/main/resources/props).
However, when I run in SBT
>test
Lift DOES find test.default.props
Can anyone point me in the right direction for getting to the bottom of why coverage:doc doesn't find the properties file?
Thanks in advance.
Damian.