Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FinalBuilder projects have one or more Targets, which in turn contain Actions to perform the build. Each action represents one step in the process, by performing a task such as copying files, creating directories, etc.Image Removed

Image Added

Default Target

By default each FinalBuilder project has a Default Target.  The project starts at the first enabled action in the Default Target. If an error occurs then it can be handled by Try Catch Actions. If not handle the build will terminate reporting the error which caused it to terminate. In a change from previous versions of FinalBuilder the developer of the build script is responsible for handling all error conditions as required. Previous versions of FinalBuilder had a global error handler Target which would be caused if an un-handled error caused the build to stop.  

...