>> ...perhaps >> its an idea >> to link the sources in the Apache SVN to the AS3Commons SVN using >> svn:external? That way the application will also benefit from any >> updates to the code >> without having to re-sync the sources.... > > That's not possible, code that Apache projects release has to live in > apache.org repositories.
Ok, thanks for the heads-up Bertrand, we'll scratch that option then ;) >> All as3commons projects are also deployed to our Maven repository: >> http://projects.yoolab.org/maven/content/repositories/releases/org/as3commons/ > > Then Flex can probably just use those modules as dependencies? Yup, I believe that would be the easiest, the build script for the installApacheFlex application will just need to download the swc from the Maven repo. Thanks, Roland