Re: How to check out and compile Apache Flex SDK in Flash Builder

2012-02-19 Thread Roland Zwaga
> > >Can we just make the build script download the required compilers, etc? > The issue is basically hosting in our repo and redistributing if the > license is not compatible so that should solve our problem right? > > With Spoon, we basically had people downloading the Adobe SDK, overlaying > our

Re: How to check out and compile Apache Flex SDK in Flash Builder

2012-02-18 Thread Alex Harui
On 2/18/12 8:04 PM, "Michael A. Labriola" wrote: > > With Spoon, we basically had people downloading the Adobe SDK, overlaying ours > and then building along the lines of what Justin was doing. We can probably > do as you suggest, but we will need to host them somewhere. They are checked > i

RE: How to check out and compile Apache Flex SDK in Flash Builder

2012-02-18 Thread Michael A. Labriola
>Can we just make the build script download the required compilers, etc? The >issue is basically hosting in our repo and redistributing if the license is >not compatible so that should solve our problem right? With Spoon, we basically had people downloading the Adobe SDK, overlaying ours and th

Re: How to check out and compile Apache Flex SDK in Flash Builder

2012-02-18 Thread Omar Gonzalez
On Sat, Feb 18, 2012 at 7:57 PM, Michael A. Labriola < labri...@digitalprimates.net> wrote: > > >The mentors responded in another thread that binaries required to make > builds are fine so for example compc/mxmlc or requires SWCs are fine to > have in SVN as long as the binaries have the right lic

RE: How to check out and compile Apache Flex SDK in Flash Builder

2012-02-18 Thread Michael A. Labriola
>>The mentors responded in another thread that binaries required to make builds >>are fine so for example compc/mxmlc or requires SWCs are fine to have in SVN >>as long as the binaries have the right licenses. >Which might be a problem. From my recollection of fighting this with spoon, >much of

RE: How to check out and compile Apache Flex SDK in Flash Builder

2012-02-18 Thread Michael A. Labriola
>The mentors responded in another thread that binaries required to make builds >are fine so for example compc/mxmlc or requires SWCs are fine to have in SVN >as long as the binaries have the right licenses. Which might be a problem. From my recollection of fighting this with spoon, much of the

Re: How to check out and compile Apache Flex SDK in Flash Builder

2012-02-18 Thread Omar Gonzalez
> > >> Carl just stated in another thread also that they're waiting for legal > review. > > > Sorry meant Carol not Carl, typo. -- Omar Gonzalez s9tpep...@apache.org

Re: How to check out and compile Apache Flex SDK in Flash Builder

2012-02-18 Thread Omar Gonzalez
On Sat, Feb 18, 2012 at 7:43 PM, Justin Mclean wrote: > Hi, > > > a.) What are these directories that have to be brought in from the > > download? And where are you getting that download from? > > Currently the code checked in to SVN is only the framework code it's > missing the compiler and a few

Re: How to check out and compile Apache Flex SDK in Flash Builder

2012-02-18 Thread Justin Mclean
Hi, > a.) What are these directories that have to be brought in from the > download? And where are you getting that download from? Currently the code checked in to SVN is only the framework code it's missing the compiler and a few other bits required to compile the framework. The extra files ca

Re: How to check out and compile Apache Flex SDK in Flash Builder

2012-02-18 Thread Omar Gonzalez
> > 2. Download (if you can) or obtain a copy of the open source Flex 4.6 SDK. > > 3. Copy all directories from the OS SDK into you FB project except the > frameworks directory. > > What I'm wondering is why do we need these two steps? What I mean by that is: a.) What are these directories that ha