Now that there's some momentum behind it, does anyone oppose re-
organizing the SVN a bit to mimic the other AS3 libraries and bring it
a little more up to date. For an example, look at the trunk of the
Flickr [1] or Corelib [2] projects.
They all have the following basic structure:
- build
build.xml
build.properties
- src (main src dir, remove the redundant "actionscript3" subdir)
com
- tests (contains all of the unit tests, mimics folder structure of
"src")
com
TestRunner.mxml
The big changes are basically:
* Split out "tests" from "src" so it's easier to package a .swc and
run unit tests (and follow industry best practices)
* Create an ANT build file that makes working with the library easier
(create new build, generate new documentation, automate running unit
tests, etc.)
* Remove the redundant "actionscript3" directory underneath src
Does anyone care if I make these changes in the next day or two?
Thanks,
-d
[1] http://as3flickrlib.googlecode.com/svn/trunk/
[2] http://as3corelib.googlecode.com/svn/trunk/
Thanks,
-d