ConfigurationCompilerLibrary

Revision as of 06:45, 8 April 2006 by Manus (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • if config file changed
    • if configuration group equivalent with old (no changes of the cluster/library/assembly/override structure)
      • set options
      • check modified
    • else
      • rebuild
  • else
    • check modified
  • if error like class not found that could be solved by rebuild
    • rebuild

set options

Set the options from the newly parsed configuration to the old configuration system.

check modified

Check for compiled classes that have been modified.

rebuild

Build or rebuild the whole information, if possible try to reuse class objects from the old configuration system.