Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-15 Thread Alex Harui
On 6/15/15, 6:34 PM, "Justin Mclean" wrote: >Hi, > >> Sorry, it is me again. I think the link you provided did not point to >>the >> head. It appears to be MIT license now. > >If it is actually MIT just add it as MIT, although it’s a little odd the >license in the header is different to the t

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-15 Thread Justin Mclean
Hi, > Sorry, it is me again. I think the link you provided did not point to the > head. It appears to be MIT license now. If it is actually MIT just add it as MIT, although it’s a little odd the license in the header is different to the top level licence. I found it via a quick swf dump and

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-15 Thread Alex Harui
Sorry, it is me again. I think the link you provided did not point to the head. It appears to be MIT license now. Still, I will add it to the list. [1] https://code.google.com/p/ascompress/source/browse/trunk/src/com/probertson /utils/GZIPEncoder.as On 6/15/15, 5:15 PM, "Alex Harui" wrote:

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-15 Thread Alex Harui
On 6/15/15, 5:02 PM, "Alex Harui" wrote: > > >On 6/15/15, 4:49 PM, "Justin Mclean" wrote: > >>Hi, >> >>> I am proposing to ship it as is. Do you see anything that must change >>> before shipping? >> >>Yes I’d vote -1 on a RC because of the MPL license issue if it is >>released as is. See [1]

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-15 Thread Alex Harui
On 6/15/15, 4:49 PM, "Justin Mclean" wrote: >Hi, > >> I am proposing to ship it as is. Do you see anything that must change >> before shipping? > >Yes I’d vote -1 on a RC because of the MPL license issue if it is >released as is. See [1] > >It’s not hard to fix the other stuff so given we have

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-15 Thread Justin Mclean
Hi, > I am proposing to ship it as is. Do you see anything that must change > before shipping? Yes I’d vote -1 on a RC because of the MPL license issue if it is released as is. See [1] It’s not hard to fix the other stuff so given we have a chance to do so why not do it? Thanks, Justin 1. h

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-15 Thread Alex Harui
I am proposing to ship it as is. Do you see anything that must change before shipping? On 6/15/15, 3:36 PM, "Justin Mclean" wrote: >Hi, > >> OK, I have added a binary license (in a binary_license folder) and >>updated >> the packaging. Please review. Once we settle on this it will be time >>t

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-15 Thread Justin Mclean
Hi, > OK, I have added a binary license (in a binary_license folder) and updated > the packaging. Please review. Once we settle on this it will be time to > cut the RC. From a very quick look (so I may of missed something): - as3httpclientlib seems to be MIT not BSD [1]. At worse this a documen

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-15 Thread Alex Harui
OK, I have added a binary license (in a binary_license folder) and updated the packaging. Please review. Once we settle on this it will be time to cut the RC. -Alex On 6/12/15, 11:29 PM, "Erik de Bruin" wrote: >> >> Sounds like a convoluted way to do this. >> >> I think we are overthinking th

Re: [FalconJX][FlexJS] JS.SWC in Nightly Build (was [DISCUSS] Release Apache Flex Installer 3.2)

2015-06-15 Thread Michael Schmalle
On Mon, Jun 15, 2015 at 9:05 AM, Alex Harui wrote: > > > On 6/15/15, 2:53 AM, "Michael Schmalle" wrote: > > >> Let us know if it doesn’t work for you. > > > >Alex, Is this post aimed at me? > > No, hopefully there are other folks trying this stuff out. > Haha, this is a funny thought. Yeah or

Re: [FalconJX][FlexJS] JS.SWC in Nightly Build (was [DISCUSS] Release Apache Flex Installer 3.2)

2015-06-15 Thread Alex Harui
On 6/15/15, 2:53 AM, "Michael Schmalle" wrote: >> Let us know if it doesn’t work for you. > >Alex, Is this post aimed at me? No, hopefully there are other folks trying this stuff out. > >I knew the dependency thing was going to have to be worked out, the AMD >emitter collects deps, static and

Re: [FalconJX][FlexJS] JS.SWC in Nightly Build (was [DISCUSS] Release Apache Flex Installer 3.2)

2015-06-15 Thread Michael Schmalle
> Let us know if it doesn’t work for you. Alex, Is this post aimed at me? I knew the dependency thing was going to have to be worked out, the AMD emitter collects deps, static and other things. The Randori emitter also had a way to collect deps. I might actually just implement the Randori versio

Re: [FalconJX][FlexJS] JS.SWC in Nightly Build (was [DISCUSS] Release Apache Flex Installer 3.2)

2015-06-14 Thread Alex Harui
OK, got rid of the CSS. The JS output now looks like: /** * Main * * @fileoverview * * @suppress {checkTypes} */ goog.provide('Main'); /** * @constructor */ Main = function() { }; /** * @expose */ Main.prototype.start = function() { var self = this; var /** @type {Element} */ e

Re: [FalconJX][FlexJS] JS.SWC in Nightly Build (was [DISCUSS] Release Apache Flex Installer 3.2)

2015-06-14 Thread Alex Harui
OK, I believe that if you go and install the FlexJS Nightly, you can go to the folder where you installed it and type: On OSX: js/bin/jsc path/to/Main.as On Windows: js\bin\jsc.bat path\to\Main.as And you’ll get a JS file out. The JS file has some extra CSS stuffed on the end that I’m going

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-13 Thread Nicholas Kwiatkowski
The way I see most groups doing this is have the release be a ZIP file with the license and release notes. We shouldn't make it harder than that. Nobody will open a hex editor to view a read me. The ext info in the filesystem is generally limited to 256 characters (or 512 in newer os's) including

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-12 Thread Erik de Bruin
> > Sounds like a convoluted way to do this. > > I think we are overthinking this. Ya think? This is what happens when you let loose the lawyers ;-) EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-12 Thread Alex Harui
On 6/12/15, 10:38 PM, "OmPrakash Muppirala" wrote: >On Jun 12, 2015 9:41 PM, "Alex Harui" wrote: >> >> I grabbed the EXE off the CI server. The Hex Editor I have can’t find >>the >> LICENSE by examining the EXE file. My understanding from Roy was that’s >> how most folks are going to look, s

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-12 Thread OmPrakash Muppirala
On Jun 12, 2015 9:41 PM, "Alex Harui" wrote: > > I grabbed the EXE off the CI server. The Hex Editor I have can’t find the > LICENSE by examining the EXE file. My understanding from Roy was that’s > how most folks are going to look, so I’m not sure if this approach is > going to work. It might

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-12 Thread Alex Harui
I grabbed the EXE off the CI server. The Hex Editor I have can’t find the LICENSE by examining the EXE file. My understanding from Roy was that’s how most folks are going to look, so I’m not sure if this approach is going to work. It might be that the LICENSE is compressed and thus not discovera

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-12 Thread Justin Mclean
Hi, The part on binary redistributions applies and is worth a read [1]. Thanks, Justin 1. http://www.apache.org/dev/licensing-howto.html#binary

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-12 Thread Justin Mclean
Hi, > Okay, I just pushed a change the build script that includes the LICENSE and > NOTICE files along with the installation exe/dmg. These files would end up > in the installation directory. I think this is sufficient, right? Partly. The LICENSE and NOTICE files need to reflect the contents of

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-12 Thread OmPrakash Muppirala
Okay, I just pushed a change the build script that includes the LICENSE and NOTICE files along with the installation exe/dmg. These files would end up in the installation directory. I think this is sufficient, right? Thanks, Om On Fri, Jun 12, 2015 at 5:28 PM, Alex Harui wrote: > > > On 6/12/

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-12 Thread Alex Harui
On 6/12/15, 4:31 PM, "Justin Mclean" wrote: >Hi, > >We already distribute the binaries here [1], wouldn’t the simple answer >be to package those up in an archive and include the required NOTICE and >LICENSE files just as we do with the source? Do you mean, instead of an EXE and DMG, it would b

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-12 Thread OmPrakash Muppirala
On Fri, Jun 12, 2015 at 4:31 PM, Justin Mclean wrote: > Hi, > > We already distribute the binaries here [1], wouldn’t the simple answer be > to package those up in an archive and include the required NOTICE and > LICENSE files just as we do with the source? Generally the LICENSE and > NOTICE file

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-12 Thread Justin Mclean
Hi, We already distribute the binaries here [1], wouldn’t the simple answer be to package those up in an archive and include the required NOTICE and LICENSE files just as we do with the source? Generally the LICENSE and NOTICE files are also placed in the dist directory outside of the binary /

Re: [FalconJX][FlexJS] JS.SWC in Nightly Build (was [DISCUSS] Release Apache Flex Installer 3.2)

2015-06-12 Thread Michael Schmalle
Hmm, In retrospect, I don't know if I am doing this right. This is what I get for not having JS experience. :) I know I am creating the packages right but I guess access wise, I don't need it... The cross compiler should just resolve these things like you do with qualifiedNames. I guess I need to

Re: [FalconJX][FlexJS] JS.SWC in Nightly Build (was [DISCUSS] Release Apache Flex Installer 3.2)

2015-06-12 Thread Michael Schmalle
Well I have just tested the boundaries of what will compile to a swc. Wow, I SERIOUSLY did not think I was going to figure this out but a good puzzle is always good for the brain. (sorry for the code but I am trying to explain something) /** * namespace * @const */ var chrome = {}; /** @const

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-12 Thread Alex Harui
Excerpt from Roy on legal-discuss: There isn't any one way to do it, but most groups follow the habits of their community (e.g., java folks add them to the manifest so they get loaded on top of a jar, EXE folks use a static array or build tool to place them at the top of bottom of t

Re: [FalconJX][FlexJS] JS.SWC in Nightly Build (was [DISCUSS] Release Apache Flex Installer 3.2)

2015-06-12 Thread Alex Harui
On 6/12/15, 9:00 AM, "Michael Schmalle" wrote: >You know, I am being an idiot, I can work on compilers but it the simple >things that confuse me. What is the correct way to test nightlies of >FlexJS? I tried building the installer.xml in flex-asjs and it totally >screwed up the folder. > >So wh

Re: [FalconJX][FlexJS] JS.SWC in Nightly Build (was [DISCUSS] Release Apache Flex Installer 3.2)

2015-06-12 Thread Alex Harui
On 6/12/15, 8:55 AM, "Michael Schmalle" wrote: >Ok, I am confused again. I thought with FlexJS you were required to have a >Main.mxml file, not .as, am I wrong? FlexJS can support AS-only projects as well. See examples/DataBindingTest_as (of course I haven’t tried that recently). > >BTW, So t

Re: [FalconJX][FlexJS] JS.SWC in Nightly Build (was [DISCUSS] Release Apache Flex Installer 3.2)

2015-06-12 Thread Michael Schmalle
You know, I am being an idiot, I can work on compilers but it the simple things that confuse me. What is the correct way to test nightlies of FlexJS? I tried building the installer.xml in flex-asjs and it totally screwed up the folder. So what should I have setup to test the compiler with FlexJS p

Re: [FalconJX][FlexJS] JS.SWC in Nightly Build (was [DISCUSS] Release Apache Flex Installer 3.2)

2015-06-12 Thread Michael Schmalle
Ok, I am confused again. I thought with FlexJS you were required to have a Main.mxml file, not .as, am I wrong? BTW, So the JS.swc is working in FB ok? Mike On Fri, Jun 12, 2015 at 11:51 AM, Alex Harui wrote: > I didn’t try MXML, just AS. > > On 6/12/15, 8:42 AM, "Michael Schmalle" wrote: > >

Re: [FalconJX][FlexJS] JS.SWC in Nightly Build (was [DISCUSS] Release Apache Flex Installer 3.2)

2015-06-12 Thread Alex Harui
I didn’t try MXML, just AS. On 6/12/15, 8:42 AM, "Michael Schmalle" wrote: >Alex, so did the initial jsc require an MXML file for the main? So the way >it is now, we can pass an mxml or as main file and it will basically treat >them the same but, JS.swc is added to the library path for DOM featu

Re: [FalconJX][FlexJS] JS.SWC in Nightly Build (was [DISCUSS] Release Apache Flex Installer 3.2)

2015-06-12 Thread Michael Schmalle
Alex, so did the initial jsc require an MXML file for the main? So the way it is now, we can pass an mxml or as main file and it will basically treat them the same but, JS.swc is added to the library path for DOM features, correct? Mike On Fri, Jun 12, 2015 at 11:28 AM, Alex Harui wrote: > > >

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-12 Thread Alex Harui
OK, can folks start replacing “Disclaimer” in the localized .properties files? Or tell me what it is in this thread and I’ll change it later. I’m still working out of the develop branch. Thanks, -Alex On 6/12/15, 6:28 AM, "Erik de Bruin" wrote: >> >> we’ll get an answer by then otherwise I thi

Re: [FalconJX][FlexJS] JS.SWC in Nightly Build (was [DISCUSS] Release Apache Flex Installer 3.2)

2015-06-12 Thread Alex Harui
On 6/12/15, 7:39 AM, "Michael Schmalle" wrote: > >Ah yeah ok I get that but it was more about the "refactoring the Installer >source for the Git-Split", I wasn't explicit about that. The Installer is in the flex-utilities repo along with many other “products” like Squiggly and Tour De Flex and

Re: [FalconJX][FlexJS] JS.SWC in Nightly Build (was [DISCUSS] Release Apache Flex Installer 3.2)

2015-06-12 Thread Michael Schmalle
On Fri, Jun 12, 2015 at 10:32 AM, Alex Harui wrote: > > > On 6/12/15, 7:02 AM, "Michael Schmalle" wrote: > > >>Doing the RC is still behind trying to get Mike’s JS.swc in the FlexJS > >> Nightly and refactoring the Installer source for the Git-Split. > > > > > > > >Alex, what does this mean? > >

[FalconJX][FlexJS] JS.SWC in Nightly Build (was [DISCUSS] Release Apache Flex Installer 3.2)

2015-06-12 Thread Alex Harui
On 6/12/15, 7:02 AM, "Michael Schmalle" wrote: >>Doing the RC is still behind trying to get Mike’s JS.swc in the FlexJS >> Nightly and refactoring the Installer source for the Git-Split. > > > >Alex, what does this mean? > >Mike > That folks can install FlexJS Nightly, run js/bin/jsc MyASFile.

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-12 Thread Michael Schmalle
On Fri, Jun 12, 2015 at 9:09 AM, Alex Harui wrote: > > The problem is that the DMG and EXE files for the Installer *are* the > binary release. EXE and DMG files are not archives so you can’t just pack > L & N into them. Packing up L & N into the .air file that becomes EXE or > DMG doesn’t make

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-12 Thread Erik de Bruin
> > we’ll get an answer by then otherwise I think I’ll just rename the > “Disclaimer” link button to “Legal Stuff” and add the L & N to the web > page it points to. > That absolutely makes the most sense of anything I've read on the thread. + 1 Just do it ;-) EdB -- Ix Multimedia Software

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-12 Thread Alex Harui
On 6/12/15, 12:18 AM, "OmPrakash Muppirala" wrote: >> >> Normally you would ship the binary and LICENSE and NOTICE file along >>with >the executable all in a archive. > >I vote for avoiding a binary release altogether. It is not required for >a >valid Apache release. The problem is that the D

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-12 Thread OmPrakash Muppirala
On Jun 12, 2015 12:09 AM, "Justin Mclean" wrote: > > Hi, > > > Can you point me to the instructions on how to package LICENSE in an EXE > > and/or DMG file? > > Not sure why you are asking. But you can add assets to an AIR app that get packaged into the apps and one of those assets could be a LICE

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-12 Thread Justin Mclean
Hi, > Can you point me to the instructions on how to package LICENSE in an EXE > and/or DMG file? Not sure why you are asking. But you can add assets to an AIR app that get packaged into the apps and one of those assets could be a LICENSE and NOTICE file. The issue here is that it’s not very di

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-11 Thread Alex Harui
On 6/11/15, 4:31 PM, "Justin Mclean" wrote: >Hi, > >> But the binary in this case is an EXE or DMG. It isn’t a collection of >> files one of which could be a LICENSE file. I’ll ask on legal-discuss. > >Just like the Flex SDK binary convenience release which has a different >LICENSE/NOTICE for

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-11 Thread Justin Mclean
Hi, > But the binary in this case is an EXE or DMG. It isn’t a collection of > files one of which could be a LICENSE file. I’ll ask on legal-discuss. Just like the Flex SDK binary convenience release which has a different LICENSE/NOTICE for. Given the solution is straight forward i.e. add the

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-11 Thread Alex Harui
On 6/11/15, 3:54 PM, "Justin Mclean" wrote: >Hi, > >> True in most cases where the convenience binary is compiled libraries, >>but >> how does that apply to an application like the Installer? We aren’t >> bundling as much as linking. > >I’d say the guiding principle applies [1], basically if i

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-11 Thread Justin Mclean
Hi, > True in most cases where the convenience binary is compiled libraries, but > how does that apply to an application like the Installer? We aren’t > bundling as much as linking. I’d say the guiding principle applies [1], basically if it’s included the binary then we need to add it to the bi

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-11 Thread Alex Harui
On 6/11/15, 3:28 PM, "Justin Mclean" wrote: >Hi, > >> The SSL and as3httpdclient library is downloaded. Both are BSD >>licensed. > >So the LICENSE for the binary (which is what most people use) would need >to change and have those added. True in most cases where the convenience binary is comp

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-11 Thread Justin Mclean
Hi, > The SSL and as3httpdclient library is downloaded. Both are BSD licensed. So the LICENSE for the binary (which is what most people use) would need to change and have those added. Thanks, Justin

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-11 Thread Nicholas Kwiatkowski
The SSL and as3httpdclient library is downloaded. Both are BSD licensed. -Nick On Thu, Jun 11, 2015 at 2:27 AM, Justin Mclean wrote: > Hi, > > I’ve not has a chance to look but has the LICENSE been updated based on > the added SSL library? Is that bundled or just downloaded? > > Thanks, > Just

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-10 Thread Justin Mclean
Hi, I’ve not has a chance to look but has the LICENSE been updated based on the added SSL library? Is that bundled or just downloaded? Thanks, Justin

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-10 Thread Alex Harui
On 6/10/15, 10:23 PM, "piotrz" wrote: >Alex, > >I've reviewed updated docs and everything seems to be in place. >One question - shouldn't we have contributor list also in the installer? Feel free to add one. I’m waiting a couple of more days to see anyone is opposed to me moving the Installer

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-10 Thread piotrz
Alex, I've reviewed updated docs and everything seems to be in place. One question - shouldn't we have contributor list also in the installer? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/DISCUSS-

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-08 Thread Alex Harui
I made some updates to NOTICE, README, and RELEASE_NOTES. Please review these and related documents. If I don’t hear not to, I’ll cut an official RC later this week. -Alex On 6/3/15, 12:43 PM, "OmPrakash Muppirala" wrote: >On Wed, Jun 3, 2015 at 12:36 PM, Alex Harui wrote: > >> >> >> On 6/3/

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-04 Thread piotrz
Alex, You are right I had a bit older version. Now seems to be ok. Sorry about that. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/DISCUSS-Release-Apache-Flex-Installer-3-2-tp47369p47442.html Sent

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-04 Thread Alex Harui
On 6/4/15, 9:38 AM, "piotrz" wrote: >Installer is working fine. I've tried it on two PCs with Windows 7 64bit. > >Only one findings is some UI problem [1] which looks like that. > >[1] http://images.devs-on.net/Image/1kiM55NN5BeAoJyF-Obszar.png Piotr, when did you grab the nightly build? That

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-04 Thread piotrz
Installer is working fine. I've tried it on two PCs with Windows 7 64bit. Only one findings is some UI problem [1] which looks like that. [1] http://images.devs-on.net/Image/1kiM55NN5BeAoJyF-Obszar.png Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: ht

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-03 Thread OmPrakash Muppirala
On Wed, Jun 3, 2015 at 12:36 PM, Alex Harui wrote: > > > On 6/3/15, 12:32 PM, "OmPrakash Muppirala" wrote: > > >>You will have to uninstall Installer 3.1 (which on Mac means not only > >> moving to the trash but emptying the trash) before running the exe or > >>dmg > >> file. > >> > > > >I hope

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-03 Thread Alex Harui
On 6/3/15, 12:32 PM, "OmPrakash Muppirala" wrote: >>You will have to uninstall Installer 3.1 (which on Mac means not only >> moving to the trash but emptying the trash) before running the exe or >>dmg >> file. >> > >I hope that is only for testing the release candidate? For the end users, >the

Re: [DISCUSS] Release Apache Flex Installer 3.2

2015-06-03 Thread OmPrakash Muppirala
On Wed, Jun 3, 2015 at 12:29 PM, Alex Harui wrote: > Hi, > > Per [1] I think we can enter the testing phase for the Installer. If > anybody has a last-minute feature they want to get in, I’m willing to back > up to the Last Call phase. > > There is already a release branch, but I think so much w

[DISCUSS] Release Apache Flex Installer 3.2

2015-06-03 Thread Alex Harui
Hi, Per [1] I think we can enter the testing phase for the Installer. If anybody has a last-minute feature they want to get in, I’m willing to back up to the Last Call phase. There is already a release branch, but I think so much work has been done on the develop branch that we should just kill