<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: CFCDoc</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2006/07/25/cfcdoc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barneyb.com/barneyblog/2006/07/25/cfcdoc/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<pubDate>Sat, 05 Jul 2008 00:21:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: barneyb</title>
		<link>http://www.barneyb.com/barneyblog/2006/07/25/cfcdoc/#comment-27154</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Tue, 31 Jul 2007 15:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=172#comment-27154</guid>
		<description>Jax,

The license is CPL, so even if I (or Spike) wanted to, we couldn't stand in your way of publishing your changes.  But I certainly encourage you to publish them - better tools are always a good thing, especially when they're free and community-supported.</description>
		<content:encoded><![CDATA[<p>Jax,</p>
<p>The license is CPL, so even if I (or Spike) wanted to, we couldn't stand in your way of publishing your changes.  But I certainly encourage you to publish them - better tools are always a good thing, especially when they're free and community-supported.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jax</title>
		<link>http://www.barneyb.com/barneyblog/2006/07/25/cfcdoc/#comment-27144</link>
		<dc:creator>jax</dc:creator>
		<pubDate>Tue, 31 Jul 2007 13:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=172#comment-27144</guid>
		<description>Hi Barney

I have done some improvements on CFCdoc that I like to post back to the open source community. Could you sent me an email to let me know if that's ok or not ?

Tnks</description>
		<content:encoded><![CDATA[<p>Hi Barney</p>
<p>I have done some improvements on CFCdoc that I like to post back to the open source community. Could you sent me an email to let me know if that's ok or not ?</p>
<p>Tnks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Lakein</title>
		<link>http://www.barneyb.com/barneyblog/2006/07/25/cfcdoc/#comment-12693</link>
		<dc:creator>David Lakein</dc:creator>
		<pubDate>Fri, 20 Apr 2007 20:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=172#comment-12693</guid>
		<description>I got it to work on BlueDragon 7 (free Server edition), after getting a Java 5 error about ambiguous use of java.lang.StringBuffer.append() -- need to JavaCast the strings you pass in.

Dave Shuck wrote about this in relation to Reactor:
http://www.daveshuck.com/blog/index.cfm/2007/4/18/Modifying-Reactor-to-work-with-BlueDragon-7-JX

Problems were in doctemplate.cfm, in the functions at the top; instead of result.append("]") 
use result.append(JavaCast("string","]"))

Seems to work fine after these fixes.</description>
		<content:encoded><![CDATA[<p>I got it to work on BlueDragon 7 (free Server edition), after getting a Java 5 error about ambiguous use of java.lang.StringBuffer.append() &#8212; need to JavaCast the strings you pass in.</p>
<p>Dave Shuck wrote about this in relation to Reactor:<br />
<a href="http://www.daveshuck.com/blog/index.cfm/2007/4/18/Modifying-Reactor-to-work-with-BlueDragon-7-JX" rel="nofollow">http://www.daveshuck.com/blog/index.cfm/2007/4/18/Modifying-Reactor-to-work-with-BlueDragon-7-JX</a></p>
<p>Problems were in doctemplate.cfm, in the functions at the top; instead of result.append("]")<br />
use result.append(JavaCast("string","]"))</p>
<p>Seems to work fine after these fixes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nozer</title>
		<link>http://www.barneyb.com/barneyblog/2006/07/25/cfcdoc/#comment-9502</link>
		<dc:creator>Nozer</dc:creator>
		<pubDate>Fri, 23 Mar 2007 15:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=172#comment-9502</guid>
		<description>Hi,

What does this application do and how can i get a copy to test?

Nozer</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>What does this application do and how can i get a copy to test?</p>
<p>Nozer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barneyb</title>
		<link>http://www.barneyb.com/barneyblog/2006/07/25/cfcdoc/#comment-8890</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Wed, 14 Mar 2007 22:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=172#comment-8890</guid>
		<description>Not actively.  It's in "good enough" form; yours is the first issue thats come up in a long while.  Have you mapped the reactor root in the XML descriptor so you can browse docs for it's CFCs?  If you haven't, try that, because I think that'll work correctly.  If you've already done that, then probably have to go tweak some code to make the display not create links out of unknown CFCs.

If you do tweaks the code, I'll roll another distro (yes, I know the current link is broken) and publish it, giving you credit, of course.</description>
		<content:encoded><![CDATA[<p>Not actively.  It's in "good enough" form; yours is the first issue thats come up in a long while.  Have you mapped the reactor root in the XML descriptor so you can browse docs for it's CFCs?  If you haven't, try that, because I think that'll work correctly.  If you've already done that, then probably have to go tweak some code to make the display not create links out of unknown CFCs.</p>
<p>If you do tweaks the code, I'll roll another distro (yes, I know the current link is broken) and publish it, giving you credit, of course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devin</title>
		<link>http://www.barneyb.com/barneyblog/2006/07/25/cfcdoc/#comment-8889</link>
		<dc:creator>Devin</dc:creator>
		<pubDate>Wed, 14 Mar 2007 22:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=172#comment-8889</guid>
		<description>Is this still being worked on? I've noticed that if you set the path to the root of your web site and any the cfc's extend other cfc's in a mapping (such as /reactor base cfc's), then cfcdoc errors when clicking any of the cfcs.</description>
		<content:encoded><![CDATA[<p>Is this still being worked on? I've noticed that if you set the path to the root of your web site and any the cfc's extend other cfc's in a mapping (such as /reactor base cfc's), then cfcdoc errors when clicking any of the cfcs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
