Build Manifest report

1 minute read

The Build Manifest report lists all files that were read and/or written by the build.

This report can help to:

  • Verify that all files read by the build are the latest version from source control

  • Add all files written by the build to an archive

  • Produce a list of all inputs and a list of all outputs

  • Identify files that are written but never read

This report requires

--emake-annodetail=basic,file

To export the report to a .csv file, click Export.

To run a shell command:

  1. Click Run Command.

  2. Type a command and a pathname in the Run Shell Command dialog.

The shell command is run with each file in the filtered list as an argument. Results and errors are displayed under their corresponding tabs.