CodeCop 1.0.1

It has been nearly a year since I released CodeCop 1.0 and I have to admit that I haven't worked on it much since. This new release is primarily to integrate better into the ColdFusion 8 administrator. When installed in the ColdFusion 8 administrator, it will match the styling of that administrator.

I also added support for Apache Derby by upgrading to DataMgr 2.2 (Alpha 2).

I am still working on my feature list for CodeCop 2.0, so if you have any ideas for that version, let me know.

CodeCop can be downloaded from RIAForge and is still open source and free for any use.

Related Blog Entries

Comments
I wondered what happened to that project...
# Posted By Michael White | 3/20/08 11:11 AM
When trying to run a review on a directory with lots of .cfm files,
I keep getting the following error (CFMX 8):

Error Executing Database Query.
The data in this BLOB or CLOB is no longer available. The BLOB/CLOB's transaction may be committed, or its connection is closed.


Any ideas? Directories with only a few files seem to work just fine.
# Posted By Todd Mathews | 4/2/08 2:56 PM
Todd,

Sorry about that. I meant to mention it here and forgot. That is a bug in Derby 10.2 (which is what is included in ColdFusion 8). I think it is fixed in Derby 10.3 (which I am desperately hoping gets included in the next updater).

In the meantime, you can just switch to another database. Just create a datasource and then go into config.cfm in the root of CodeCop and change the name of the datasource and include the code for the appropriate database:

-Access
-MSSQL
-MYSQL
-PostGreSQL
# Posted By Steve Bryant | 4/2/08 3:25 PM
Should the cfabort in config.cfm be removed or commented out?

Does this look right?

[Settings]
datasource=TESTDB
database=MSSQL
# Posted By Todd Mathews | 4/2/08 4:30 PM
I've tried it with and without the cfabort and no matter what it still
insists on using the Derby datasource. I also deleted the datasource
and CodeCop recreated it again as an Derby datasource again.

Any other ideas?
# Posted By Todd Mathews | 4/2/08 5:21 PM
Steve,

The new Application.cfm file did the trick. Thanks for taking the time to
sort this out and get the problem fixed.

Todd
# Posted By Todd Mathews | 4/3/08 11:57 AM
BlogCFC was created by Raymond Camden. This blog is running version 5.8.001.