Hi guys,

May have found a bug but want to check I'm not donig something wrong.

I'm just doing a quick test with moving a MG2 app to MG3. I've changed
the /modelglue mapping to point to my modelglue 3 folder and this is
working fine.

However, in my applications index.cfm I have a custom CS path defined:

<cfset ModelGlue_CORE_COLDSPRING_PATH = "#expandPath("/errr") &
"\config\Configuration.xml"#" />

This works fine in MG2, but I notice that in MG3 in 'gesture/loading/
ColdSpringBootstrapper.cfc' at line 34 the core Coldspring path is
expanded:

<cfset csPath = expandPath(this.coreColdSpringPath) />

This causes the already expanded path to be butchered and an error is
thrown as the path can not be found.

Am I right in thinking it should NOT be expanding this path again? The
comments in the template index.cfm still tells us to expand the paths
at that point.

Cheers,
James.
--~--~---------~--~----~------------~-------~--~----~
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

For more about Model-Glue, check http://www.model-glue.com .
-~----------~----~----~----~------~----~------~--~---

Reply via email to