At 04:47 PM 1/19/2006, Geoff Bowers wrote:
>> So, does anyone know:
>>
>> 1) Where greyBuildHeader.cfm is?
>
>Doesn't exist as far as i'm aware -- prolly an internal testing thing.
>Can you send through more detail on where this method is being called from?
Here's the trace (with an appropriate redaction):
The error occurred in
/path/farcry_core/packages/types/_dmhtml/display.cfm: line 35
Called from /path/farcry_core/packages/types/dmHTML.cfc: line 53
Called from : line 1
Called from /path/fourq/tags/contentobject.cfm: line 45
Called from /path/farcry_core/tags/navajo/display.cfm: line 254
Called from /path/farcry_core/tags/navajo/display.cfm: line 1
Called from /path/farcry_aura/www/index.cfm: line 4
33 : <cfsetting enablecfoutputonly="yes">
34 : <cfmodule
35 : template="/farcry/templates/pagetemplates/greyBuildHeader.cfm"
36 : pageTitle="#stObj.title#"
37 : >
Looking at farcry_core/packages/types/_dmhtml/display.cfm I do, in
fact, see the call to this file on line 35.
>> 2) What I need to do using CVS to grab the 3.0.1 release candidate?
>
>Get p300 branch.
Thanks!