| CFML Runtime Error | |
| /usr/local/apache-tomcat-7.0.20/webapps/rr/buildprops/version.properties (No such file or directory) | |
| Request | /mxunit/index.cfm |
| File Trace | /usr/local/apache-tomcat-7.0.20/webapps/rr/mxunit/index.cfm | +-- /usr/local/apache-tomcat-7.0.20/webapps/rr/mxunit/resources/theme/header.cfm |
| Type | java.io.FileNotFoundException |
| Tag Context | CFSET (/usr/local/apache-tomcat-7.0.20/webapps/rr/mxunit/resources/theme/header.cfm, Line=21, Column=1) | +-- CFINCLUDE (/usr/local/apache-tomcat-7.0.20/webapps/rr/mxunit/index.cfm, Line=5, Column=1) |
| Source | 18: <!--- Find out the version of MXUnit --->
19: <cfset fileStream = createObject('java', 'java.io.FileInputStream') />
20: <cfset resourceBundle = createObject('java', 'java.util.PropertyResourceBundle') />
21: <cfset fileStream.init(context & 'buildprops/version.properties') />
22: <cfset resourceBundle.init(fileStream) />^ Snippet from underlying CFML source |
--
You received this message because you are subscribed to the Google Groups "mxunit" group.
To post to this group, send email to mxu...@googlegroups.com.
To unsubscribe from this group, send email to mxunit+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mxunit?hl=en.
Ray
On Nov 28, 6:56 am, Marc Esher <marc.es...@gmail.com> wrote:
> Bill, Randy, Adam H, etc: can you comment on this? I thought we had hooks
> for setting the context when it wasn't correctly resolved.
>
>
>
>
>
>
>
> On Wed, Nov 23, 2011 at 6:46 PM, Billy Cravens <bdcrav...@gmail.com> wrote:
> > Downloading 2.1 and dropping it into my OpenBD app resulted in some path
> > errors.
>
> > *CFML Runtime Error*
> > Need some help? Visit our manualhttp://openbd.org/manual/<http://openbd.org/manual/>
> > */usr/local/apache-tomcat-7.0.20/webapps/rr/buildprops/version.properties
> > (No such file or directory)*Request/mxunit/index.cfmFile Trace
> > /usr/local/apache-tomcat-7.0.20/webapps/rr/mxunit/index.cfm
> > |
> > +--
> > /usr/local/apache-tomcat-7.0.20/webapps/rr/mxunit/resources/theme/header.cfm
>
> > Typejava.io.FileNotFoundExceptionTag ContextCFSET<http://openbd.org/manual/?/tag/CFSET>(/usr/local/apache-tomcat-7.0.20/webapps/rr/mxunit/resources/theme/header.cfm,
> > Line=21, Column=1)
> > |
> > +-- CFINCLUDE <http://openbd.org/manual/?/tag/CFINCLUDE>(/usr/local/apache-tomcat-7.0.20/webapps/rr/mxunit/index.cfm, Line=5,
> > Column=1)Source