| Issue 155: | Public proxy fails when mxunit is not installed at webroot level | |
| 1 person starred this issue and may be notified of changes. | Back to list |
|
Due to server constraints, I have mxunit installed at /common/mxunit, but
this prevents PublicProxyMaker.makePublic() from working. It's the instance
creation at around line 67 that fails. I think it's fixed by changing the
call to:
<cfset proxy =
createObject("component","#cu.getComponentRoot()#.framework.generated.#cfcnotation#")>
I don't think there are any other side-effects, but I'll leave it with you!
Aug 21, 2009
(No comment was entered for this change.)
Status:
Accepted
Jun 30, 2010
Moving some, but not all, of these to jira.mxunit.org
Status:
Deprecated
|
||||||||
May also need to change line 27, but I guess this could be still more esoteric to my particular virtual hosting setup. If it works on more normal installs, then may be more generally applicable. <cfset var dir = reReplace(getDirectoryFromPath(expandPath('/index.cfm')), dirsep & "$", "") & cu.getInstallRoot() & "framework" & dirsep & "generated" & dirsep />