Re: AW: [FlexJS] Error during FlexJS example compilations

2016-04-11 Thread piotrz
-flex-development.247.n4.nabble.com/FlexJS-Error-during-FlexJS-example-compilations-tp51876p52284.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: AW: [FlexJS] Error during FlexJS example compilations

2016-04-10 Thread Alex Harui
On 4/10/16, 9:41 PM, "piotrz" wrote: >Hi Alex, > >Yes that was it. I had some space in line > >env.PLAYERGLOBAL_VERSION=21.0. However my compilation still failing [1], >but >I may have some problem with my PC. Not sure cause it stuck I think on >launching unit test application. Makes sure ther

Re: AW: [FlexJS] Error during FlexJS example compilations

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

Re: AW: [FlexJS] Error during FlexJS example compilations

2016-04-03 Thread Alex Harui
Hi Piotr, Is it possible that there isn't a playerglobal.swc in d:\flex_sdk\player\21.0 I think the tests are saying it can't find Sprite by loading classes from swcs found in PLAYERGLOBAL_HOME/PLAYERGLOBAL_VERSION -Alex On 4/3/16, 11:42 AM, "piotrz" wrote: >Hi Alex, > >No problem.

Re: AW: [FlexJS] Error during FlexJS example compilations

2016-04-03 Thread piotrz
necessary. My echo path. [2] [1] https://paste.apache.org/N06R [2] https://paste.apache.org/6qwI 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-tp51876p

Re: AW: [FlexJS] Error during FlexJS example compilations

2016-04-02 Thread Alex Harui
Hi Piotr, Looking at these results made me realize that one of the changes I made to fix "ant all" apparently never got committed. No wonder it didn't work for you. Sorry for missing that. Please try pulling flex-asjs and running "ant all" again. Thanks, -Alex On 4/2/16, 3:43 PM, "piotrz" wr

Re: AW: [FlexJS] Error during FlexJS example compilations

2016-04-02 Thread piotrz
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-tp51876p52155.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: AW: [FlexJS] Error during FlexJS example compilations

2016-03-30 Thread Alex Harui
Piotr, If you want to explore this more, please: -dump your environment variables to the console output. -dump your folder structure to the console output -dump the last set of git changes for flex-asjs to the console output via 'git log' -run 'ant all' Then post the entire console output to pas

Re: AW: [FlexJS] Error during FlexJS example compilations

2016-03-30 Thread piotrz
evelopment.247.n4.nabble.com/FlexJS-Error-during-FlexJS-example-compilations-tp51876p52062.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

AW: [FlexJS] Error during FlexJS example compilations

2016-03-30 Thread Christofer Dutz
phone gesendet. Ursprüngliche Nachricht Von: piotrz Datum: 31.03.16 00:20 (GMT+01:00) An: dev@flex.apache.org Betreff: Re: [FlexJS] Error during FlexJS example compilations Guys, Unfortunately I gave up on this. I did like Alex suggest run "ant all" in FlexJS and tur

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
https://paste.apache.org/oM02 Thank you Guys once again for your help. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Error-during-FlexJS-example-compilations-tp51876p52052.html Sent from the A

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
ontext: > http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Error-during-FlexJS-example-compilations-tp51876p51950.html > Sent from the Apache Flex Development mailing list archive at Nabble.com. >

Re: [FlexJS] Error during FlexJS example compilations

2016-03-24 Thread piotrz
-during-FlexJS-example-compilations-tp51876p51950.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Error during FlexJS example compilations

2016-03-23 Thread OmPrakash Muppirala
; Thanks you guys for your help! :) > > Piotr > > > > - > Apache Flex PMC > piotrzarzyck...@gmail.com > -- > View this message in context: > http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Error-during-FlexJS-example-compilations-tp51876p51946.htm

Re: [FlexJS] Error during FlexJS example compilations

2016-03-23 Thread piotrz
this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Error-during-FlexJS-example-compilations-tp51876p51946.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Error during FlexJS example compilations

2016-03-23 Thread OmPrakash Muppirala
http://apache-flex-development.247.n4.nabble.com/FlexJS-Error-during-FlexJS-example-compilations-tp51876p51944.html > Sent from the Apache Flex Development mailing list archive at Nabble.com. >

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

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 consol

Re: [FlexJS] Error during FlexJS example compilations

2016-03-23 Thread piotrz
context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Error-during-FlexJS-example-compilations-tp51876p51942.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

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

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

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
[3] https://paste.apache.org/sLfQ [4] https://paste.apache.org/A3w4 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-tp51876p51931.html Sent from the Apache Flex D

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
anges: Was it bug ? [1] https://paste.apache.org/oM02 Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Error-during-FlexJS-example-compilations-tp51876p51918.html Sent from the Apache Flex Deve

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
rzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Error-during-FlexJS-example-compilations-tp51876p51912.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

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

[FlexJS] Error during FlexJS example compilations

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

Re: [FlexJS] Error during FlexJS example compilations

2016-03-19 Thread piotrz
-development.247.n4.nabble.com/FlexJS-Error-during-FlexJS-example-compilations-tp51876p51883.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

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