Hi,
Now that all JS files are generated via cross-compiling, the folder
structure in each SWC project currently looks like:
SWCFolder/as/src -- The source code
/as/tests -- Any FlexUnit tests
/js/out -- The cross-compiled output
*-manifest.xml -- The MXML manifests
compile-config.xml -- config file for SWF
compile-asjs-config.xml -- config file for JS
build.xml -- The Ant build script
I don't think we need the "as" folder level. We had it since we used to
have a js/src and wanted to distinguish between languages in the sources,
so I was thinking we'd bring the as/src and as/tests folder to the top
level as in:
SWCFolder/src -- The source code
/tests -- Any FlexUnit tests
and I'm wondering if there is some other organization of folders that
might be more Maven-friendly.
Thoughts? I'm shutting down for tonight. Will check back in my morning.
-Alex