Qasim,

Added (see ticket #106).

Beth

On 12/14/06, Beth Bowden <[EMAIL PROTECTED]> wrote:
Qasim,

A question: I see that the code handles recursive import by throwing
an error. What are your thoughts about just ignoring them?  I wonder
how ColdSpring handles similiar situations.

TIA,

Beth

On 12/1/06, Qasim Rasheed <[EMAIL PROTECTED]> wrote:
> Folks,
>
> I have modified the reactor config file (attached) to allow import tags
> within the configuration file and would appreciate another set of eye(s).
> The basic idea is simply break down a large reactor config to smaller set of
> files (quite similar to the import tag recently introduced in ColdSpring).
>
> an example config file
>
> <!-- ///////////////// base.xml ////////////////-->
> <reactor>
>     <config>
>         <!-- configuration information goes here -->
>     </config>
>
>     <objects>
>         <object name="table1" />
>     </objects>
>
>     <import file="base1.xml" />
> </reactor>
>
> <!-- ///////////////// base1.xml ////////////////-->
>  <reactor>
>     <objects>
>          <object name="table2" />
>      </objects>
>  </reactor>
>
> Doug/Beth, please feel free to  incorporate this into the core distribution
> if you guys feel this to be a valuable modification.
>
> Thanks,
>
> Qasim
>
>
> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
> -- --
> Reactor for ColdFusion Mailing List
> [email protected]
> Archives at:
> http://www.mail-archive.com/reactor%40doughughes.net/
> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
> -- --
>


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --




-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to