are you compiling a library project and then unable to get the updated swc? - must be an access problem in the output directory
or is your flex project dependent one of your library projects? - why did you add the swc as a reference, if you are also coding the lib project. A better practice would be to add a project reference on the lib project instead. If you have already done that, your build order in the workspace might be a problem. On Sun, Mar 7, 2010 at 1:52 PM, akhter.fahim <[email protected]> wrote: > > > Hi, > > Whenever I compile my SWC it doesn't get compiled with the project itself. > In project Properties I delete the swc and then add it again only then it > compiles again. > > How do I get flex to get the changes automatically? > > >

