Blog

Luis Majano

October 15, 2008

Spread the word


Share your thoughts

I just fixed a bug concerning the BugReport.cfm in the includes directory while I am working on full BlueDragon support for ColdBox. You can view the bug report and download the fix from the following url: http://trac.luismajano.com/coldbox/ticket/44 It is a simple bug of missing parenthesis.

Blue Dragon Support

I am almost done with all the features except one, and wanted to give a shout for anybody who might direct me accordingly. I have a utility that uses the coldfusion.runtime.TemplateProxy java class to inspect cfc metadata. However, this class does not exist in Blue Dragon. Does anybody know the equivalent of this class in BlueDragon or if its even supported. I am testing under BlueDragon 6.2.1 Please let me know if you know about this issue. Thanks.

Add Your Comment

Recent Entries

Building Native CLI Apps with MatchBox & Native Fusion

Building Native CLI Apps with MatchBox & Native Fusion

MatchBox makes BoxLang practical for a classic deployment target: the single-file command-line application.

The MatchBox open beta is available at https://github.com/ortus-boxlang/matchbox.

With the MatchBox native target, you can compile a .bxs script into a standalone executable for macOS, Linux, or Windows. The generated binary includes the MatchBox VM core and your compiled BoxLang bytecode. It does not require a JVM, a separate MatchBox install, or any runtime on the target machine.

Jacob Beers
Jacob Beers
July 14, 2026