echofool / o2platform

Automatically exported from code.google.com/p/o2platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

GoogleCodeExporter opened this issue · comments

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

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

  • Changed state: Fixed