You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When build DC-caasp-deployment, daps tries to convert svg files with lodraw which does never finish:
File '[...]/doc-caasp/build/.images/color/caasp_generic_scheme.png' does not exist.
File '[...]/doc-caasp/build/.images/gen/png/caasp_generic_scheme.png' does not exist.
File '[...]/doc-caasp/build/.images/gen/.odg_gen' does not exist.
Must remake target '[...]/doc-caasp/build/.images/gen/.odg_gen'.
lodraw --headless --convert-to png --outdir [...]/doc-caasp/build/.images/gen/png/ > /dev/null
The target directory stays empty.
The source of caasp_generic_scheme.png is an SVG file:
Problem description
When build DC-caasp-deployment, daps tries to convert svg files with lodraw which does never finish:
The target directory stays empty.
The source of
caasp_generic_scheme.png
is an SVG file:Expected behavior
lodraw should not try to convert SVG files.
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: