On Thu, Aug 16, 2012 at 1:22 AM, Roland Zwaga <rol...@stackandheap.com>wrote:
> >> ...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 > What about the option of bringing in the source tree into the project and occasionally to a code sync manually? Thanks, Om