Re: [flexcoders] Compile sizes of swf file getting bigger and bigger

2007-01-11 Thread Daniel Wabyick
Make sure your swf files / extensions are marked as binary in CVS. It could be that its checking it in as ascii, which might explain the file size increase. patricklemiuex wrote: Any body notice the size of their swf files increasing after committing to a cvs server. I am having an issue

[flexcoders] Compile sizes of swf file getting bigger and bigger

2007-01-10 Thread patricklemiuex
Any body notice the size of their swf files increasing after committing to a cvs server. I am having an issue where my swf file went from 490 to 1.7 meg. To fix this I have to check out my project into a new workspace. This happens every time I commit. Thanks, Patrick

Re: [flexcoders] Compile sizes of swf file getting bigger and bigger

2007-01-10 Thread Simon Janssens
Would it be because it's compiling everything that in the .cvs/.svn directories? If that were the case you could probably setup an ant build file to copy the files for compile and to get rid of the versioning directories? I would have thought Flex builder would have ignored them though? Cheers,