> I developed some components and now I want to install > those in a production server. I'd like to encode cfc > files. When I use cfencode in this way Suppose the > current dir is CF MX root\bin where is the cfencode.exe > > cfencode d:\webs\myproject\cfc\Logic_Layer.cfc > > apparently all is ok..I receive the window message with > all options for cfencode, but the result is the same. > The file continue in the plain text format.
I think you need to specify the "/v" attribute, as described in the message box: cfencode d:\webs\myproject\cfc\Logic_Layer.cfc /v "2" I don't know what the possible values other than "2" are, though. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

