Hi Jim, In your ModelGlue app's index.cfm you can set a variable that contains the default properties that are passed to the internal Coldspring instance.
<cfset ModelGlue_LOCAL_COLDSPRING_DEFAULT_PROPERTIES = myPropertyStruct /> Just set that in whatever way you need to Cheers, Chris On 20 January 2011 20:28, Jim Priest <[email protected]> wrote: > This is what I need to do: > > http://www.objectorientedcoldfusion.org/wiki/Managing_Multiple_Environment_Configurations#Integrating_an_Environment_object_with_ColdSpring_%28Advanced%29 > > However I believe MG is doing my CS initialization so I don't have > access to pass something to it... > > Normally I just use Ant when pushing stuff out to servers but I'm > working with someone here who doesn't have the same workstation > environment so his ColdSpring.xml file is different than mine, and > we're constantly stepping on each othe > > I've found a few solutions on the MG mailing list but I'm wondering if > there is a preferred way to set environment variables in ColdSpring? > > Thanks! > Jim > > -- > Model-Glue Sites: > Home Page: http://www.model-glue.com > Documentation: http://docs.model-glue.com > Bug Tracker: http://bugs.model-glue.com > Blog: http://www.model-glue.com/blog > > You received this message because you are subscribed to the Google > Groups "model-glue" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<model-glue%[email protected]> > For more options, visit this group at > http://groups.google.com/group/model-glue?hl=en > -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
