[flexcoders] How to force a module to compile

2008-01-14 Thread reflexactions
FB3.3 I have application which has many modules maybe 20-30, I hit a problem today that one module just wont compile, no error message just after I have built the application the module is not there. How do I force a single module to compile, there doesnt seem t be an option to do this in FB.

Re: [flexcoders] How to force a module to compile

2008-01-14 Thread Scott Melby
Are you certain you are using the module anywhere within your app? I seem to recall running into this once and the issue was that them module was not referenced from the app source code anywhere, hth Scott Scott Melby Founder, Fast Lane Software LLC http://www.fastlanesw.com reflexactions