Re: [FlexJS] Error during FlexJS example compilations

2016-03-30 Thread Alex Harui
Also, it looks like you still have some environment variables set like FALCON_HOME or FALCONJX_HOME To use "ant all", only set PLAYERGLOBAL_HOME and FLASHPLAYER_DEBUGGER Then only have flex-asjs in a folder and run "ant all". It should pull down and build the other repos. -Alex On 3/30/16, 3:3

Re: [FlexJS] Error during FlexJS example compilations

2016-03-30 Thread Alex Harui
Try the release candidate. I think I fixed the example compilation. -Alex On 3/30/16, 2:49 PM, "piotrz" wrote: >Guys, > >Unfortunately I gave up on this. > >I did like Alex suggest run "ant all" in FlexJS and turns me into same >issue >as in the beginning [1]. >So I tried to build falcon of co

Re: [FlexJS] Error during FlexJS example compilations

2016-03-30 Thread piotrz
Guys, Unfortunately I gave up on this. I did like Alex suggest run "ant all" in FlexJS and turns me into same issue as in the beginning [1]. So I tried to build falcon of course it failed, but I set up PLAYERGLOBAL_VERSION and Falcon build without the problem. I get back to the FlexJS and it we

Re: [FlexJS] Error during FlexJS example compilations

2016-03-24 Thread OmPrakash Muppirala
On Thu, Mar 24, 2016 at 5:52 PM, Alex Harui wrote: > > > On 3/24/16, 5:37 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > wrote: > > >On Thu, Mar 24, 2016 at 5:34 PM, Alex Harui wrote: > > > >> Last night I got "ant all" to work for me in flex-asjs with only > >> PLAYERGLOBAL_HOME an

Re: [FlexJS] Error during FlexJS example compilations

2016-03-24 Thread Alex Harui
On 3/24/16, 5:37 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >On Thu, Mar 24, 2016 at 5:34 PM, Alex Harui wrote: > >> Last night I got "ant all" to work for me in flex-asjs with only >> PLAYERGLOBAL_HOME and FLASHPLAYER_DEBUGGER environment variables. I had >> to fix a few

Re: [FlexJS] Error during FlexJS example compilations

2016-03-24 Thread OmPrakash Muppirala
On Thu, Mar 24, 2016 at 5:34 PM, Alex Harui wrote: > Last night I got "ant all" to work for me in flex-asjs with only > PLAYERGLOBAL_HOME and FLASHPLAYER_DEBUGGER environment variables. I had > to fix a few things in the scripts to get it to work. > > Maybe start from the beginning. Make sure t

Re: [FlexJS] Error during FlexJS example compilations

2016-03-24 Thread Alex Harui
Last night I got "ant all" to work for me in flex-asjs with only PLAYERGLOBAL_HOME and FLASHPLAYER_DEBUGGER environment variables. I had to fix a few things in the scripts to get it to work. Maybe start from the beginning. Make sure the flex-asjs repo is up to date. Then delete all of the sibli

Re: [FlexJS] Error during FlexJS example compilations

2016-03-24 Thread OmPrakash Muppirala
If you already dont have one, create the file: flex-asjs/local.properties file and add this content in it: # Flash player version for which player global swc to use playerglobal.version = 21.0 # SWFVersion to use playerglobal.swfversion = 32 On Thu, Mar 24, 2016 at 3:22 PM, piotrz wrote: > Om,

Re: [FlexJS] Error during FlexJS example compilations

2016-03-24 Thread piotrz
Om, FlexJS stopped complaining about FlexUnit, but I got another error. [1] Will try to find reason. [1] https://paste.apache.org/kk4E Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Error-dur

Re: [FlexJS] Error during FlexJS example compilations

2016-03-23 Thread OmPrakash Muppirala
I recently went through this whole excercise and ran into the very same issues. I have tried to fix any bugs I encountered. I remember the flexunit issue as well. Ensure that you switch to the develop branch on flex-flexuint before building it. Then flex-asjs will stop complaining about flexuni

Re: [FlexJS] Error during FlexJS example compilations

2016-03-23 Thread piotrz
Thanks Om that was it! I was finally build falcon! :) Just tried also build flexjs and go farther. It looks like I have to setup flexunit environment variable. I will try to do this tomorrow. :) Thanks you guys for your help! :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View t

Re: [FlexJS] Error during FlexJS example compilations

2016-03-23 Thread OmPrakash Muppirala
I think the problem is PLAYERGLOBAL_VERSION = 11.1 You will need to set this enviornment variable to (I think 21.0 based on your air sdk version) or copy the env.template.properties file to env.properties and set it there. I recently patched this file to account for this issue. Thanks, Om On We

Re: [FlexJS] Error during FlexJS example compilations

2016-03-23 Thread piotrz
Two unit tests are failing. [1] Will try to somehow ignore them. [1] https://paste.apache.org/0DL2 Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Error-during-FlexJS-example-compilations-tp5187

Re: [FlexJS] Error during FlexJS example compilations

2016-03-23 Thread Alex Harui
Try running ant all in flex falcon. Sent from my LG G3, an AT&T 4G LTE smartphone -- Original message-- From: piotrz Date: Wed, Mar 23, 2016 2:13 PM To: dev@flex.apache.org; Subject:Re: [FlexJS] Error during FlexJS example compilations Alex, This is full log from console [1]. One

Re: [FlexJS] Error during FlexJS example compilations

2016-03-23 Thread piotrz
Alex, This is full log from console [1]. One question since GCL.swc and js.swc are missing and they should be in falcon folder - should I try to build falcon before flexjs ? [1] https://paste.apache.org/k3tY Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in contex

Re: [FlexJS] Error during FlexJS example compilations

2016-03-23 Thread piotrz
Ohh..Cause I post only fragment of log console. Ok I will post once again whole log later today. Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Error-during-FlexJS-example-compilations-t

Re: [FlexJS] Error during FlexJS example compilations

2016-03-22 Thread Alex Harui
On 3/22/16, 11:06 PM, "piotrz" wrote: >Hi Alex, > >Thank you for your patience. This is the result of run all [1] > >[1] https://paste.apache.org/LVDU Hmm. I guess I'm surprised the log starts with "main" and not "all". The "all" target should have built falcon. Can yo show the console star

Re: [FlexJS] Error during FlexJS example compilations

2016-03-22 Thread piotrz
Hi Alex, Thank you for your patience. This is the result of run all [1] [1] https://paste.apache.org/LVDU Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Error-during-FlexJS-example-compilation

Re: [FlexJS] Error during FlexJS example compilations

2016-03-22 Thread Alex Harui
Hi Piotr, Remove the FALCON_HOME and FALCONJX_HOME environment variables, then from d:\flex_sdk\Sources\flex-asjs Run: ant all Let us know what happens. Thanks, -Alex On 3/22/16, 1:24 PM, "piotrz" wrote: >Alex, > >I have cloned repos and this is my folder structure [1]. This is also my >e

Re: [FlexJS] Error during FlexJS example compilations

2016-03-22 Thread piotrz
Alex, I have cloned repos and this is my folder structure [1]. This is also my environment variable [2]. According to the instruction if flex-falcon folder is a sibling of flex-js folder I do not have to setup FALCON_HOME and FALCONJX_HOME. I'm firing ant -f build.xml main and got following err

Re: [FlexJS] Error during FlexJS example compilations

2016-03-20 Thread Alex Harui
Hi Piotr, The building the repo, it is expecting the compiler to be in the same folder structure as the flex-falcon repo, and not in the folder structure that the IDEs expect. It looks like you are still pointing at an IDE folder structure. I haven't tried it in a while, but in theory, running "

Re: [FlexJS] Error during FlexJS example compilations

2016-03-20 Thread piotrz
Alex, I'm progressing with build FlexJS. I got following error [1]. My FALCONJX_HOME is pointing to binary distribution and GCL.swc and js.swc is "js\libs\". I've changed in frameworks\projects\Core\build.xml paths to both files and pushed compilation a bit farther. After changes: Was it bug

Re: [FlexJS] Error during FlexJS example compilations

2016-03-19 Thread Alex Harui
Hi Piotr, I assume in order to commit the changes you have pulled down the flex-asjs repo (and switched to the develop branch). If 'ant main' and 'ant examples' are successful, it is probably safe to check in. Thanks, -Alex On 3/19/16, 12:43 PM, "piotrz" wrote: >Alex, > >I have built successf

Re: [FlexJS] Error during FlexJS example compilations

2016-03-19 Thread Alex Harui
Did you use the Installer to get set up or did you do something else? Thanks, -Alex On 3/17/16, 1:30 PM, "piotrz" wrote: >Alex, > >You are right. Once I changed paths to something like that >D:\flex_sdk\flexjs_nightly\ I got different error [1]. Am I miss >something ? > > >[1] https://paste.apa

Re: [FlexJS] Error during FlexJS example compilations

2016-03-19 Thread Alex Harui
So D:\flex_sdk\flexjs_nightly is a result of running the Installer? Did you set environment variables? I forgot that in an installed FlexJS SDK, using Ant to build the examples doesn't work and we expect you to just use the bin/mxmlc and js/bin/mxmlc to compile any project including the examples.

Re: [FlexJS] Error during FlexJS example compilations

2016-03-19 Thread piotrz
Alex, I have built successfully DataGridExample with your tip overriding external-library-path. I can fix all build.xml scripts in examples folder, but not sure if it won't break anything. Just let me know and I will commit my changes. Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gma

Re: [FlexJS] Error during FlexJS example compilations

2016-03-19 Thread Alex Harui
Hmm. Maybe we have a spaces-in-path bug. Can you try using folders without spaces in the names? -Alex On 3/16/16, 2:52 PM, "piotrz" wrote: >Hi Team, > >I'm trying back to the game again. :) I've downloaded newest nightly build >and try to run examples using Intellij. > >Since I don't know whet

Re: [FlexJS] Error during FlexJS example compilations

2016-03-19 Thread piotrz
Alex, You are right. Once I changed paths to something like that D:\flex_sdk\flexjs_nightly\ I got different error [1]. Am I miss something ? [1] https://paste.apache.org/6DsF Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-developme

Re: [FlexJS] Error during FlexJS example compilations

2016-03-19 Thread piotrz
I used installer. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Error-during-FlexJS-example-compilations-tp51876p51885.html Sent from the Apache Flex Development mailing list archive at Nabble.