yeah, the base path is wrong for Windows installs. I have this fixed in the most recent beta builds (currently unpublished) and we're just working on what to do in the administrator right now.

It's possible the fix will be postponed until 1.5, but until then the path can be manually updated in the admin.

HTH

Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
509.593.4207 x 1001

On 02/08/2011 04:40 PM, AlexS wrote:
Given the following test case

foo.cfc
********
<cfcomponent></cfcomponent>


testcase.cfm
<cfset oFoo=CreateObject("component","foo")>
<cfdump var="#getmetadata(oFoo)#">

The resultant output would be similar to below

struct
EXTENDS
struct
FULLNAME        WEB-INF.cftags.component
NAME    WEB-INF.cftags.component
PATH    C:\
TYPE    component
FULLNAME        foo
NAME    foo
PATH    C:\openbd\tomcat\webapps\ROOT\foo.cfc
TYPE    component

note the path for the base component is incorrect, this is correct on
jetty-ready-torun and when i deploy as a war on tomcat myself under
webapps

So I guess its a config change somewhere.

We use this path as part of our ORM to do inherited properties, its
not a big deal for me and I can patch our code to deal with it but in
the interests of reporting the weird ones.

A


--
tag/function ref: http://www.openbluedragon.org/manual/
mailing list - http://groups.google.com/group/openbd?hl=en

Get to Texas in Feb for OpenCFSummit http://www.opencfsummit.org/

Reply via email to