Maybe try putting the CF code in one project and Flex stuff in a separate project, eh? You can point both to the same output folder, when FB runs a build, only copies Flex related stuff. Another possibility is to build a Ant script to suit your needs and use the Ant view in Eclipse, may need to install this though, not sure if its in FB by default.
Douglas Knudsen http://www.cubicleman.com this is my signature, like it? On Tue, Feb 22, 2011 at 4:58 PM, Laurence MacNeill <[email protected]>wrote: > The files that I'm interested in setting this up for are all .CFC files in > a /cfcs/dao folder that's within my source folder.... There are also a few > .XML files that I want to do it for as well... I don't want to have to do > this individually for each file, though (mostly because they're going to be > changing all the time...) -- I just want to set an option to not overwrite > stuff in the output directory if it's a newer file that's already in > there... > > So I'm guessing that there isn't just a simple "don't overwrite" option > that would apply to the entire project? > > L. > > On Tue, Feb 22, 2011 at 4:55 PM, Eric DeCoff <[email protected]> wrote: > >> Is this an included file? >> >> sent via droid >> On Feb 22, 2011 4:43 PM, "Laurence MacNeill" <[email protected]> >> wrote: >> > When I right-click on a file, and select Properties, the only two things >> I >> > see listed are Resource and Run/Debug Settings... No Copy To Output >> > option... >> > >> > L. >> > >> > On Tue, Feb 22, 2011 at 4:38 PM, Eric DeCoff <[email protected]> >> wrote: >> > >> >> Highlight the file >> >> >> >> Under properties: >> >> >> >> Copy to Output: >> >> >> >> It's one of the settings [ Always, DoNotCopy, PreserveNewest ] >> >> >> >> >> >> >> >> >> >> On Tue, Feb 22, 2011 at 4:30 PM, Eric DeCoff <[email protected] >> >wrote: >> >> >> >>> Laurence, >> >>> >> >>> Copy to Output: PreserveNewest >> >>> >> >>> Does this not work for you? >> >>> >> >>> I'd be interested to know how this works across times zones >> >>> >> >>> >> >>> >> >>> >> >>> On Tue, Feb 22, 2011 at 4:15 PM, Laurence MacNeill < >> >>> [email protected]> wrote: >> >>> >> >>>> When I export a release-build of my Flex app, it writes all the files >> >>>> that are in my source folder into the output folder (as it should, >> since I >> >>>> have "Copy non-embedded files to output folder" checked in the >> Properties | >> >>>> Flex Compiler window. >> >>>> >> >>>> What I want is for it to copy those files, BUT ONLY if the files in >> the >> >>>> destination directory are OLDER or the same... If there is a newer >> file in >> >>>> the destination directory, I do NOT want Flash Builder to overwrite >> that >> >>>> file. >> >>>> >> >>>> I can find no option to get it to warn me when I'm about to overwrite >> a >> >>>> specific file -- it just has a generic warning that says "files in >> the >> >>>> destination folder may be overwritten" which (of course) I already >> know. >> >>>> I'd love for it to pop up a dialogue box that asks me if I really >> want to >> >>>> overwrite a given file, if that file in the destination folder is >> newer... >> >>>> >> >>>> So, how do I do this? Is it even possible? >> >>>> >> >>>> Thanks, >> >>>> Laurence MacNeill >> >>>> Mableton, Georgia, USA >> >>>> >> >>>> >> >>> >> >>> >> >>> >> >>> -- >> >>> Eric R. DeCoff >> >>> Changing the world, >> >>> 1 line of code at a time >> >>> >> >> >> >> >> >> >> >> -- >> >> Eric R. DeCoff >> >> Changing the world, >> >> 1 line of code at a time >> >> >> > >
