On Wed, Feb 9, 2011 at 6:35 AM, Dave Watts wrote: > That said, you should not need to catch compiler errors. Those should > never make it past the first stage of development, much less into > production.
The easiest (best?) way to catch compile errors is to precompile all your code using the cfcompile batch file (or your own Ant/Maven scripts) and deploy compiled code. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342043 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

