Versions Compared

Key

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

[FinalBuilder Professional Edition]

Section
Column
width600px

The file dependency action allows you to control the flow of your build based on whether or not a file (or set of files) has changed relative to a time stamp.

For example, you can choose to run a set of compiler actions only if the source files are newer than the compiled application.

In order to use a file dependency action, you have to choose

(a) the tiles and folders to check (the "source files") and.

(b) the date timestamp to compare them to.

Column
width300px
Panel
borderColor#D8D8D8
bgColor#FFFFFF
titleColor#FFFFFF
titleBGColor#006396
borderWidth1
titleOn this page:
borderStylesolid

Table of Contents
maxLevel3
minLevel2
printablefalse
 

Column

 

Files To Check

Files and Folders to Check

...

Files can be specified in the following ways:

Format Example

Full Pathname DPathname D:\ComponentA\MainClass.cs

Wildcard Filespec D:\ComponentA\*.cs

Directory Pathname D:\ComponentA\

Behaviour

Don't execute child actions if no files or folders are newer than the specified date

...

Use date to oldest file from selection

Specify this option to use the oldest date of the files listed for the date comparison. 

Use date to newest file from selection

Specify this option to use the newest date of the files listed for the date comparison.

Recurse into subdirectories

Specify this option to move down the sub-directories when performing the compare. 

Always execute if files not found

Specify this option to always execute the action even if files are not located. 

Options

Ignore files/folders with dates less than X minutes after the specified date

...