We have now released version 1.6 of the ColdBox Platform Utilities extension for ColdFusion Builder. This 1.6 updates almost all of the assets and internal templates for some nice refactoring. You can use the auto update features if you like, however, we recommend for this release to do a manual override, as there are several things that need to removed also. The upcoming releases will be more stable in terms of auto-updating. Or if you are adventurous, just click on the Auto Update features and voila done!
Version 1.6 Updates


Version 1.6 Updates
- Lots syntax updates and refactoring
- Addition of css/js and jquery assets
- Install from ForgeBox by slug entry. You can now very easily install ANY entry from ForgeBox by just using its unique slug
- Lots of updates for setting up interceptors with or without programmatic configurations



Add Your Comment
(2)
Mar 26, 2010 04:17:29 UTC
by cftagger
When trying to auto-update, I get the following error (looks like an "access denied):
Exception encountered while extracting templates/ses/.htaccess from zip file D:\Data\CFBuilderExtensions\ColdBox Platform Utilities\/ColdboxPlatformUtilities.zip.
The error occurred in D:\Data\CFBuilderExtensions\ColdBox Platform Utilities\handlers\util\ForgeBox.cfc: line 155
Called from D:\Data\CFBuilderExtensions\ColdBox Platform Utilities\handlers\AutoUpdate.cfm: line 17
Called from D:\Data\CFBuilderExtensions\ColdBox Platform Utilities\handlers\Application.cfc: line 43
Called from D:\Data\CFBuilderExtensions\ColdBox Platform Utilities\handlers\util\ForgeBox.cfc: line 155
Called from D:\Data\CFBuilderExtensions\ColdBox Platform Utilities\handlers\AutoUpdate.cfm: line 17
Called from D:\Data\CFBuilderExtensions\ColdBox Platform Utilities\handlers\Application.cfc: line 43
153 : <cfif listLast(filename,) eq >
154 : <cfset log.append("Zip archive detected, beginning to uncompress.<br />")>
155 : <cfzip action= file= destination= overwrite=>
156 : <cfset log.append("Archive uncompressed and installed at #destination#. Performing cleanup.<br />")>
157 : <cfset fileDelete(destination & & filename)>
Resources:
Check the ColdFusion documentation to verify that you are using the correct syntax.
Search the Knowledge Base to find a solution to your problem.
Browser Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; de-de) AppleWebKit/531.22.7 (KHTML, like Gecko) Safari/412.0
Remote Address 192.168.1.37
Referrer
Date/Time 26-Mar-10 10:14 AM
Stack Trace
at cfForgeBox2ecfc1466339273$funcINSTALL.runFunction(D:\Data\CFBuilderExtensions\ColdBox Platform Utilities\handlers\util\ForgeBox.cfc:155) at cfAutoUpdate2ecfm71519763.runPage(D:\Data\CFBuilderExtensions\ColdBox Platform Utilities\handlers\AutoUpdate.cfm:17) at cfApplication2ecfc1532684919$funcONREQUEST.runFunction(D:\Data\CFBuilderExtensions\ColdBox Platform Utilities\handlers\Application.cfc:43) at cfForgeBox2ecfc1466339273$funcINSTALL.runFunction(D:\Data\CFBuilderExtensions\ColdBox Platform Utilities\handlers\util\ForgeBox.cfc:155) at cfAutoUpdate2ecfm71519763.runPage(D:\Data\CFBuilderExtensions\ColdBox Platform Utilities\handlers\AutoUpdate.cfm:17) at cfApplication2ecfc1532684919$funcONREQUEST.runFunction(D:\Data\CFBuilderExtensions\ColdBox Platform Utilities\handlers\Application.cfc:43)
java.io.FileNotFoundException: D:\Data\CFBuilderExtensions\ColdBox Platform Utilities\templates\ses\.htaccess (Zugriff verweigert)
at java.io.FileOutputStream.open(Native Method)
Mar 26, 2010 15:51:30 UTC
by Luis Majano
Are the right permissions set for this? Meaning can the CF engine have write capabilities in that folder?