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
ami operates over a CProject (or a list of CTrees which are often only partially processed. This could be because:
new CTrees have been downloaded
processing was interrupted (crash, timeout)
It's useful to be able to skip the items already processed, especially as some processes can take seconds or even longer. Skipping is not trivial as the dependencies may be complex but we can give some simple rules. At present we have a facility CMFileUtil.shouldMake
build if (forceMake or svgDir is missing or svgDir is olderThan existingFulltextPDF)
This has been implemented in several subcommands. However it's hardcoded and would be much better declaratively and perhaps linked to the @Command itself.
The text was updated successfully, but these errors were encountered:
ami
operates over aCProject
(or a list ofCTree
s which are often only partially processed. This could be because:CTree
s have been downloadedIt's useful to be able to skip the items already processed, especially as some processes can take seconds or even longer. Skipping is not trivial as the dependencies may be complex but we can give some simple rules. At present we have a facility
CMFileUtil.shouldMake
Read as "
This has been implemented in several subcommands. However it's hardcoded and would be much better declaratively and perhaps linked to the
@Command
itself.The text was updated successfully, but these errors were encountered: