Re: [4.14] binary vs. source package legal docs

2014-12-28 Thread Justin Mclean
Hi, > Since binary packages are not an act of the foundation, other than the > explicit > statement that LICENSE and NOTICE must match the contents of the binary > package, I can’t imagine that it puts the foundation at risk if we guess > wrong about packaging external jars that are otherwise op

Re: Building Falcom

2014-12-28 Thread Left Right
Ah, thanks Alex, will do. Before I left it, I got to the point where it was trying to copy the flex-sdk directory. Does it need Flex SDK to function? If so, may I ask you, which parts of the SDK are used? I.e. I was hoping to save some work, if I only build the AS3 compiler, or isn't it worth the

Re: Building Falcom

2014-12-28 Thread Alex Harui
Where did you get the source for Falcon? If the repo, make sure you are pulling from the “develop” branch and not “master”. On 12/28/14, 8:31 AM, "Left Right" wrote: >Some more info: jflex -d >/home/wvxvw/projects/flex-falcon/compiler/generated/src/org/apache/flex/co >mpiler/internal/parsing/as

Re: Building Falcom

2014-12-28 Thread Left Right
OK... it appears that isn't the JFlex Ant task, but just a macro defined in the same build file... how quaint... On Sun, Dec 28, 2014 at 6:31 PM, Left Right wrote: > Some more info: jflex -d > /home/wvxvw/projects/flex-falcon/compiler/generated/src/org/apache/flex/compiler/internal/parsing/as >

Re: flex-sdk_mustella - Build # 1319 - Still Failing!

2014-12-28 Thread Alex Harui
I’ll try to look later today. It occurred to me that it might save all of us time if a volunteer adapted a version of ImageDiff to work against the last known artifacts so we can just run some Flex app on the builds server and do the compares right there. -Alex On 12/28/14, 4:07 AM, "Erik de Bru

Re: Building Falcom

2014-12-28 Thread Left Right
Some more info: jflex -d /home/wvxvw/projects/flex-falcon/compiler/generated/src/org/apache/flex/compiler/internal/parsing/as -q /home/wvxvw/projects/flex-falcon/compiler/src/org/apache/flex/compiler/internal/parsing/as/RawASTokenizer.lex --skel /home/wvxvw/projects/flex-falcon/compiler/src/org/a

Re: Building Falcom

2014-12-28 Thread Left Right
I figured this might be useful too: $ yum info java_cup Loaded plugins: auto-update-debuginfo, langpacks, refresh-packagekit Installed Packages Name: java_cup Arch: noarch Epoch : 1 Version : 0.11a Release : 12.fc19 Size: 128 k Repo: installed >From re

Building Falcom

2014-12-28 Thread Left Right
Hello, I was wondering, what do I need to build Falcon, and if possible, on Linux :) I've got as far as this: raw.as.tokenizer: [echo] Generating RawASTokenizer [java] Executing '/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.60-2.4.4.1.fc19.x86_64/jre/bin/java' with arguments: [java] '-ja

Re: [4.14] binary vs. source package legal docs

2014-12-28 Thread Alex Harui
No response to my query on general@ so far [1] but I think everyone is not as active because of the holidays. Maybe Bertrand can give us his thoughts. I’m working on fixing up the LICENSE and NOTICE for the source package and jar files, and will try to provide easy to comment options for the bina

Re: Mustella mobile tests (was: rc_flex-sdk_mustella-mobile - Build # 63 - Still Failing:)

2014-12-28 Thread OmPrakash Muppirala
I am in the middle of fixing them. Maybe a few more days. Will keep updating. Thanks, Om On Dec 28, 2014 4:11 AM, "Erik de Bruin" wrote: > Any word? And yes, I know those pesky holidays tend to get in the way ;-) > > EdB > > > > On Tue, Dec 23, 2014 at 8:54 AM, OmPrakash Muppirala > wrote: >

Re: [4.14] binary vs. source package legal docs

2014-12-28 Thread Erik de Bruin
Even after rereading the thread, I won't pretend to understand what's being discussed, but... Are we any closer to a resolution? if so, is this something that absolutely has to be addressed with this release? EdB On Mon, Dec 22, 2014 at 9:59 AM, Alex Harui wrote: > > > On 12/21/14, 1:13 PM, "

Re: Mustella mobile tests (was: rc_flex-sdk_mustella-mobile - Build # 63 - Still Failing:)

2014-12-28 Thread Erik de Bruin
Any word? And yes, I know those pesky holidays tend to get in the way ;-) EdB On Tue, Dec 23, 2014 at 8:54 AM, OmPrakash Muppirala wrote: > On it :-) > > Om > On Dec 22, 2014 11:50 PM, "Erik de Bruin" wrote: > >> Closer... the last run had only 40 errors. >> >> EdB >> >> >> >> On Mon, Dec 22,

Re: flex-sdk_mustella - Build # 1319 - Still Failing!

2014-12-28 Thread Erik de Bruin
These tests are now consistently failing for a couple of runs, and in both RC and develop jobs. I looked at the .bad images using the ImageDiffAIR tool, and there are indeed differences between 'good' and 'bad' images, but I don't know how to interpret those, let alone fix 'm. Help? EdB On Su

Re: [jira] [Created] (FLEX-34657) SelectedIndices order is messed up

2014-12-28 Thread Erik de Bruin
> 1. Select multiple items by holding down shift > 2. Unselect and select the last selected item In this case, Shift-click selecting items 2 - 5 gives me '4,3,2,1' as expected (remember, for some reason the indices are stored "in reverse"); then deselecting (Ctrl/Cmd-click) 5 gives '3,2,1' (as exp