Re: Those @#*$^ Environment Variables

2015-11-13 Thread OmPrakash Muppirala
After reading your email, I am more convinced that Maven is the way to go. Sure we can use any other tool or build our own, but I don't see why. Maven seems to be a very good fit. There is a common misconception that Maven is just a build tool. It is in fact a project management tool + a build t

Those @#*$^ Environment Variables

2015-11-13 Thread Alex Harui
Hi, Folks are still getting tripped up trying to get prerequisite build tools set up and ready to go. Let’s use this thread to figure out a better solution. I know Chris is going to say “Maven” and I support that, but I still think we can’t require everyone to go to Maven. Some history: There

Re: [VOTE] Release Apache Flex FalconJX 0.5.0 RC3

2015-11-13 Thread Justin Mclean
Hi, +1 binding For the source I checked: - signatures and hashes fine - LICENSE and NOTICE good - All source file have Apache headers - No binary files in source release - Can compile from source Check the binary release and LICENSE/NOTICE looks all good there as well. Minor issue look like th

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC3

2015-11-13 Thread Michael Schmalle
FYI to those reading, I hope to have some more time in a month or two to do some dev on the compiler. I have been out straight with life and my other business stuff so I haven't been able to have my head into this project as far as the compiler is concerned. I have been reading all the dev posts m

Re: [VOTE] Release Apache Flex FalconJX 0.5.0 RC3

2015-11-13 Thread Josh Tynjala
+1 Binding - Josh On Tue, Nov 10, 2015 at 11:40 PM, Alex Harui wrote: > Hi, > > This is vote for the 0.5.0 release of the FalconJX (and Falcon) > compilers. There is no separate Falcon-only release package at > this time. The only purpose of the FalconJX packages are to serve as > upstream pa

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC3

2015-11-13 Thread Josh Tynjala
Thanks, Alex. I found an extra error message in TEST-as.ASKeywordTests.xml. It couldn't find the Flash Player Debugger because I had a typo in the path. That would have been super easy to fix without help if it weren't hidden in some file. Is that something that could be moved into the console outp

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC3

2015-11-13 Thread Michael Schmalle
Seems suspicious, the tests run in alphabetical order I think and that is probably the first one in the MXML tests? I know when I didn't have the debugger setup right, the compiler tests would fail right there. Mike On Fri, Nov 13, 2015 at 7:40 PM, Alex Harui wrote: > In the compiler.tests/res

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC3

2015-11-13 Thread Alex Harui
In the compiler.tests/results folder, there should be a TEST-as.ASKeywordTests.xml file. It might have more info. At some point, my file contains: Generating test: Compiling test: -external-library-path=/Users/aharui/adobe/flashplayer/11.1/playerglobal.sw c -library-path= -namespace=http://ns.a

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC3

2015-11-13 Thread Josh Tynjala
Yes, it exists. I can see the 10 SWF files in that directory, and as you can see, there are no compiler errors in the output. - Josh On Fri, Nov 13, 2015 at 4:02 PM, Alex Harui wrote: > This line looks suspicious: > -external-library-path=/Users/joshtynjala/Development/Flex/sdks/AIRSDK/AIR1 > 6

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC3

2015-11-13 Thread Alex Harui
This line looks suspicious: -external-library-path=/Users/joshtynjala/Development/Flex/sdks/AIRSDK/AIR1 6.0.0.292/frameworks/libs/player/16.0/playerglobal.swc Does that file actually exist? -Alex On 11/13/15, 3:07 PM, "Josh Tynjala" wrote: >I don't have time to debug the properties stuff, so

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC3

2015-11-13 Thread Josh Tynjala
I don't have time to debug the properties stuff, so I just gave up and set real environment variables. Unfortunately, now it's failing on some of the tests, but there's no explanation why. I remember hearing that it helps to add the folder to the trusted locations for Flash Player, but that made no

Re: [VOTE] Release Apache Flex FalconJX 0.5.0 RC3

2015-11-13 Thread OmPrakash Muppirala
+1 Binding. Signature verified MD5 checksum matches Source compiles fine I was able to build FlexJS (RC1) fine using the Falcon and FalconJX builds created from this RC. I was able to compile several of the FlexJS examples. There were a few failures, but I guess that is a problem with FlexJS and

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC3

2015-11-13 Thread Alex Harui
On 11/13/15, 12:25 PM, "Josh Tynjala" wrote: >I try to avoid setting real environment variables since I find it more >convenient to use the properties files to remember all of the values for >later. For instance, I added approvefalcon.properties to set env.ANT_HOME. >However, it looks like the

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC3

2015-11-13 Thread Alex Harui
On 11/13/15, 12:50 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >I saw this in the instructions: > >"You can test the source package by building it, then pointing to it from >the source package of the >FlexJS release candidate and building the examples in the FlexJS package."

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC3

2015-11-13 Thread OmPrakash Muppirala
I saw this in the instructions: "You can test the source package by building it, then pointing to it from the source package of the FlexJS release candidate and building the examples in the FlexJS package." Is there a FlexJS release candidate active? Is there a link to that? Thanks, Om On Fri,

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC3

2015-11-13 Thread OmPrakash Muppirala
On Fri, Nov 13, 2015 at 12:25 PM, Alex Harui wrote: > Hmm. Do you have the 11.1 playerglobal in frameworks\libs\player? > > That was it. I copied over 11.1 and the build is successful. I will change my vote. Thanks, Om > On 11/13/15, 12:05 PM, "omup...@gmail.com on behalf of OmPrakash > Mup

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC3

2015-11-13 Thread Josh Tynjala
I try to avoid setting real environment variables since I find it more convenient to use the properties files to remember all of the values for later. For instance, I added approvefalcon.properties to set env.ANT_HOME. However, it looks like the values from approvefalcon.properties don't get inheri

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC3

2015-11-13 Thread Alex Harui
Hmm. Do you have the 11.1 playerglobal in frameworks\libs\player? On 11/13/15, 12:05 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >Here are the test failues: > > >fail-with-message: > >main: > >compile.unit.tests: >[mkdir] Created dir: >C:\temp\falcon0.5_release_testing\a

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC3

2015-11-13 Thread Alex Harui
On 11/13/15, 12:06 PM, "Josh Tynjala" wrote: >I discovered that ant in /opt/local/bin was actually a symlink to the real >location inside the bin directory of /opt/local/share/java/apache-ant, >which I think is the default ant on OSX. >/opt/local/share/java/apache-ant/lib is still not writable

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC3

2015-11-13 Thread Josh Tynjala
I discovered that ant in /opt/local/bin was actually a symlink to the real location inside the bin directory of /opt/local/share/java/apache-ant, which I think is the default ant on OSX. /opt/local/share/java/apache-ant/lib is still not writable without privilege escalation, for some reason, but at

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC3

2015-11-13 Thread OmPrakash Muppirala
Here are the test failues: fail-with-message: main: compile.unit.tests: [mkdir] Created dir: C:\temp\falcon0.5_release_testing\apache-flex-falconjx- 0.5.0-src\compiler.tests\classes [javac] Compiling 67 source files to C:\temp\falcon0.5_release_testing\apach e-flex-falconjx-0.5.0-src\co

Re: [VOTE] Release Apache Flex FalconJX 0.5.0 RC3

2015-11-13 Thread OmPrakash Muppirala
-0 Binding. I am getting test failures and the build eventually failed. This is on Windows 7, java version "1.8.0_65" More details on the DISCUSS thread. Thanks, Om On Fri, Nov 13, 2015 at 10:50 AM, Peter Ent wrote: > +1 Binding > > - signing and packages are correct. > - checked the readmes

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC3

2015-11-13 Thread Alex Harui
On 11/13/15, 11:13 AM, "Josh Tynjala" wrote: >I get permission denied errors trying to run the ApproveFalcon.xml script. >It appears that it can't write to /opt/local/bin/lib. lib doesn't exist in >/opt/local/bin actually. However, I can manually create that folder (OSX >asks me for my password)

Re: [VOTE] Release Apache Flex FalconJX 0.5.0 RC3

2015-11-13 Thread Josh Tynjala
Sorry, I just realized that my last message should have gone in the discuss thread. My mistake. - Josh On Fri, Nov 13, 2015 at 11:13 AM, Josh Tynjala wrote: > I get permission denied errors trying to run the ApproveFalcon.xml script. > It appears that it can't write to /opt/local/bin/lib. lib d

Re: [VOTE] Release Apache Flex FalconJX 0.5.0 RC3

2015-11-13 Thread Josh Tynjala
I get permission denied errors trying to run the ApproveFalcon.xml script. It appears that it can't write to /opt/local/bin/lib. lib doesn't exist in /opt/local/bin actually. However, I can manually create that folder (OSX asks me for my password), and then I can manually download each of the files

Re: [VOTE] Release Apache Flex FalconJX 0.5.0 RC3

2015-11-13 Thread Peter Ent
+1 Binding - signing and packages are correct. - checked the readmes and license files, all correct. - build completes without errors - source compiles and tests run without errors. Peter Ent Adobe Systems On 11/11/15, 2:40 AM, "Alex Harui" wrote: >Hi, > >This is vote for the 0.5.0 release of

Re: Apache Flex Installer problem

2015-11-13 Thread Alex Harui
On 11/13/15, 9:18 AM, "Buranello Alan" wrote: >in my web browser i see the file, i used any firewall and any security >software, but i think i' ll use apache ant for install the apache >flex-js-0.5.0 sdk... >Do you say if the apache flexInstaller install any software or application >in my syste

Re: Apache Flex Installer problem

2015-11-13 Thread Buranello Alan
in my web browser i see the file, i used any firewall and any security software, but i think i' ll use apache ant for install the apache flex-js-0.5.0 sdk... Do you say if the apache flexInstaller install any software or application in my system, for example adobe air 19?? 2015-11-13 18:11 GMT+01:

Re: Apache Flex Installer problem

2015-11-13 Thread Alex Harui
Hmm. I can hit that link and see it in my browser. Can you see that file in a browser as well? I’m wondering if there is a security setting on your computer or network that is blocking access from the Installer to the internet. What kinds of security software and firewalls are you using? Thank

Re: Apache Flex Installer problem

2015-11-13 Thread Buranello Alan
ok, i used installer 3.1 and i have this error: Version 3.1.0 (windows) Using Locale: en_US Fetched the SDK download mirror URL from the CGI. AIR version 19.0 Flash Player version 19.0 Unable to load https://dist.apache.org/repos/dist/dev/flex/flexjs/0.5.0/rc1/binaries/apache-flex-flexjs-installer

Re: Apache Flex Installer problem

2015-11-13 Thread Alex Harui
Hmm. It looks like Error #2031 is a socket error. Version 3.2 of the Installer uses sockets more than previous versions. Depending on how much time you can spend on this, it would be great if you could help us figure out why you are getting the socket error. Is there some sort of security setti

Upgrade of our Jenkins installs

2015-11-13 Thread Tom Chiverton
I think it might be time to upgrade our Jenkins machines : http://www.theregister.co.uk/2015/11/12/jenkins_security_update/ How did we get on with moving them to Apache Infra ? -- *Tom Chiverton* Lead Developer e: t...@extravision.com p: 0161 817 2922 t:

Apache Flex Installer problem

2015-11-13 Thread Buranello Alan
hi! if i launch the apache flex sdk installer and i choose the apache-flex-js 0.5.0 from the dev builds sdk list, i have this error: Installer version 3.2.0 (windows) Using Locale: en_US Fetched the SDK download mirror URL from the CGI. Error #2031 Installation aborted Can anyone teel me what sho