cmcgowan1225 / o2platform

Automatically exported from code.google.com/p/o2platform
0 stars 0 forks source link

O2 XRules: don't required recompilation before XRules cmd line execution #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. when executing XRules from the "O2 Cmd - XRules" module part of the
execution workflow is a recompilation of the existing local XRules database

What is the expected output? What do you see instead?
Skip the compilation (which is an expensive process (namely the
recalculation of ALL dependencies) and just load the dlls located in the
XRules Compiled folder (usually at C:\O2\XRulesDatabase\_CompiledDlls)

Original issue reported on code.google.com by dinis.cr...@gmail.com on 21 Nov 2009 at 4:06

GoogleCodeExporter commented 9 years ago
Fixed, 

By default XRules execution doesn't trigger a recompilation. 

The compileXRule function is also there, and a new listXRules is now available 
to list the XRules available for 
execution

Original comment by dinis.cr...@gmail.com on 25 Nov 2009 at 10:52