hi, > hello! What about this?
I'm working a lot on Flash/Flex/AS3 open source projects and honestly just as a user finding a project that provide only the *.swc with no sources is a big pain and I would not qualify it as "open source" with a small use of mxmlc/compc/asc and ant you can perfectly provide what is necessary to build from sources you can see an example here http://code.google.com/p/gaforflash/source/browse/trunk/build.xml it does not need to be that complicated, but just look at the <compc> tag http://code.google.com/p/gaforflash/source/browse/trunk/build.xml#229 10 lines of ant and boom you can build from sources not only for your users but also for yourself you want your build automated, and it will not prevent you to also distrib a pre-compiled *.swc cheers, zwetan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hosting at Google Code" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-code-hosting?hl=en -~----------~----~----~----~------~----~------~--~---

