What would this have to do with a parser in Eclipse? How does this help?
Roland Collins wrote:
----------------------------------------------------------<CFIF IsDefined("server.BlueDragon")> Search the BD lookup chain <CFELSEIF IsDefined("server.ColdFusion")> <CFIF Left(server.ColdFusion.ProductVersion, 3) IS "6,1"> Search the CF 6.1 lookup chain here <CFELSEIF Left(server.ColdFusion.ProductVersion, 3) IS "6,0"> Search the CF 6.0 lookup chain here <CFELSE ...> ... </CFIF> <CFELSE> Default lookup case here </CFIF>
You can even create a CFCReflector component and extend it for each server if need be.
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
