I have a couple of external folders listed in my project's Flex Build Path->Source Path section. These folders are outside of my project hierarchy and contain some common files I share between several different projects.
When I'm in my project and ctrl-click on an object in these files, it opens the file properly. But if I make changes and hit save, it doesn't recompile my project to include those changes. If I make changes in the project and it rebuilds, it still doesn't get the changes in that external file. Only when I do a Project->Clean does it recompile those external files in. Is there some better way of setting it up so that it will be more intelligent about figuring out it needs to recompile those files on changes? -- Jason

