Issue 155: Public proxy fails when mxunit is not installed at webroot level
Status:  Deprecated
Owner: ----
Closed:  Aug 2009
Reported by wbswebt...@gmail.com, Aug 10, 2009
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 10, 2009
#1 wbswebt...@gmail.com
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 />

Aug 21, 2009
Project Member #2 virtix
(No comment was entered for this change.)
Status: Accepted
Jun 30, 2010
Project Member #3 virtix
Moving some, but not all, of these to jira.mxunit.org
Status: Deprecated