Anatomy of a Flexbuilder Project
Hi,
Started playing with Flexbuilder 3 recently and having looked at the project stucture I am a little confused.
I have 4 folders - bin-debug, html-template, libs and src.
It would seem logical to me that any classes I import or create from within the project would be placed in src and wouldn't need to be copied over to bin-debug when I publish, but it seems that classes I import are placed in bin-debug, while classes I create are placed in src.
Why does flexbuilder place class files in bin-debug (and also bin-release) when they have already been compiled and serve no further purpose. Surely bin-debug / bin-release are intended as ready to deploy?
thanks.
|