Re: [flexcoders] how do you guys manage your CFC's?

2008-06-13 Thread Tom Chiverton
On Thursday 12 Jun 2008, Derrick Anderson wrote: > however, everytime I edit a CFC- FB prompts me because it thinks it is a > derived file. Right click in Eclipse's file navigator and choose 'properties', and untick 'derived'. I split my projects into two parts - the webroot with HTML, CFM, CF

Re: [flexcoders] how do you guys manage your CFC's?

2008-06-13 Thread Derrick Anderson
> > > - Original Message > From: Derrick Anderson <[EMAIL PROTECTED]> > To: flexcoders@yahoogroups.com > Sent: Thursday, June 12, 2008 10:40:02 AM > Subject: [flexcoders] how do you guys manage your CFC's? > > hi, > > currently, i have a coldfusion

Re: [flexcoders] how do you guys manage your CFC's?

2008-06-12 Thread Sherif Abdou
I do it like FlexBuilderProject-->Src-->CFC-->(split into more folders)-->mycom.cfc - Original Message From: Derrick Anderson <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Thursday, June 12, 2008 10:40:02 AM Subject: [flexcoders] how do you guys manag

[flexcoders] how do you guys manage your CFC's?

2008-06-12 Thread Derrick Anderson
hi, currently, i have a coldfusion backend and I put my CFC's in the bin folder of the project as it seems natural and I can call them with their path from BIN and not have to setup a CF mapping to those CFC's. however, everytime I edit a CFC- FB prompts me because it thinks it is a derived file.