Well since you told me that your folder structure starts with /com, and you are expandPath()'ing on /org... I'm not surprised ;o)
Mark On Thu, Oct 29, 2009 at 3:43 AM, Jeremy Rottman <[email protected]> wrote: > > I have to have something setup wrong then. > > When I use the run.cfm below, it generates the documents, but they do not > contain any of the information about the cfc's I have written. > > Here is my run.cfm > > <cfscript> > colddoc = createObject("component", "ColdDoc").init(); > > base = expandPath("/org"); > docs = expandPath("docs"); > > colddoc.generate(base, docs, "", "Media Review .63"); > </cfscript> > > > <h1>Done!</h1> > > <p> > <a href="/docs/index.html">View Docs</a> > </p> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327803 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

