Automatic Interception Interface - JAM Related Usage Notes
In jam 2.5 (current version), actions which update multiple
targets may be executed out of order if another target is dependent
on these - this is a known issue that appears in the jam
documentation.
Dependencies of targets must be clearly spelled out to jam
otherwise it is possible that jam will launch updates in the wrong
order.
Ensure that actions and tools use unique target file names and
don't create fixed named temporary files which may clash.
Copyright (C) 2001-2008 Xoreax Software Ltd. All rights
reserved.