Re: [Royale] Building Hello World on Mac

2017-11-03 Thread Piotr Zarzycki
Alex,

Royale JS only would be probably the direction which we will go, but I may
still have the place in Moonshine where I'm providing the downloadable
links to the SDK.

Thanks, Piotr

2017-11-03 3:04 GMT+01:00 Alex Harui :

> Hi Piotr,
>
> I'm removing the files from the Royale repo that FlexJS used in the
> installer.  I just think we need to find other ways for Royale users to
> get Royale without relying on an Apache Flex branded app.
>
> Again, if you are not concerned about SWF output for Royale, you should be
> able to pull down the JSOnly package and use it as is.
>
> HTH,
> -Alex
>
> On 11/2/17, 4:17 PM, "Piotr Zarzycki"  wrote:
>
> >Alex,
> >
> >Thanks for explanation. Currently Moonshine bundle Apache Flex Installer
> >and users can download Flex/FlexJS. I believe that we should continue with
> >that in Moonshine, but rather have some new UI much simpler in logic than
> >installer which allows users download Royale JS only and Full. My first
> >thought is to use your script as a tool where I could creat around it UI
> >for convenient download full version of Royale.
> >But I'm not going to work on that before release of 0.9.0. My plan now is
> >to have fully working Nightly build along with Code Completion.
> >
> >Piotr
> >
> >On Thu, Nov 2, 2017, 22:20 Alex Harui  wrote:
> >
> >> +config sets the 'config' variable to something else.  The config
> >>variable
> >> tells the compiler which -config.xml file to use for defaults.
> >>
> >> In a Royale (FlexJS) Nightly, there should be an InstallAdobeSDKs.xml
> >>Ant
> >> script.  This script can be used to download and install
> >>playerglobal.swc
> >> and the AIR SDK in places that Flash Builder expects and don't require
> >> environment variables to point to them elsewhere.
> >>
> >> In a Royale (JSOnly) Nightly, playerglobal and airglobal have been faked
> >> by copying js.swc into the places that Flash Builder expects and no
> >> environment variables should be needed at all.
> >>
> >> I'm still finding and fixing issues with the packaging as we replace
> >> references to Flex and Falcon and we get feedback from folks like
> >>Nicolas.
> >>
> >> An interesting question for Moonshine is how they want to deal with
> >> getting the Adobe SDKs (if at all).  I don't have any plans to have the
> >> Flex Installer do this for Royale.  I'd rather get Royale out of the
> >>game
> >> of keeping up with Adobe SDK licensing and versioning.
> >>
> >> Moonshine (actually Prominic) could try to become an Adobe SDK
> >>distributor
> >> and distribute pre-packaged Royale SDKs with a particular version of AIR
> >> SDK and playerglobal bundled in, just like Adobe used to distribute.
> >>But
> >> all of this is for folks wanting SWF output, which I still think is
> >> important, but many do not.  So getting Moonshine to work with the
> >>JSOnly
> >> package might be less work.
> >>
> >> My 2 cents,
> >> -Alex
> >>
> >> On 11/2/17, 9:03 AM, "Piotr Zarzycki" 
> wrote:
> >>
> >> >I just checked and it's working. :)
> >> >
> >> >However I'm wondering what is for +config=royale ? It's working for me
> >> >without this one. Why are you having -debug option I thought it is used
> >> >when we are compiling to SWF. Without -debug I'm still getting JS
> >> >application release and debug folder.
> >> >
> >> >Piotr
> >> >
> >> >
> >> >2017-11-02 16:49 GMT+01:00 Piotr Zarzycki :
> >> >
> >> >> Hi Harbs,
> >> >>
> >> >> I got it! You have helped me. I didn't realize that on Windows I had
> >> >> player global setup in environment variables all the time. On Mac I
> >> >>didn't
> >> >> make any setup, so probably simply copying there player global
> >>resolve
> >> >> issue. I just thought that on Mac I need to do some magic things in
> >> >>order
> >> >> to have it working. - I will try ASAP.
> >> >>
> >> >> Many Thanks!
> >> >> Piotr
> >> >>
> >> >>
> >> >> 2017-11-02 16:41 GMT+01:00 Harbs :
> >> >>
> >> >>> > The question is why compiler is complaining about missing
> >> >>>playerglobal
> >> >>>
> >> >>> Do you have the playerglobal.swc there?
> >> >>>
> >> >>> > On Nov 2, 2017, at 5:11 PM, Piotr Zarzycki
> >> >>>
> >> >>> wrote:
> >> >>> >
> >> >>> > Hi Guys,
> >> >>> >
> >> >>> > I'm trying to build simple Hello World app on Mac with newest
> >> >>>sources of
> >> >>> > Royale [1]. On windows exactly same application is building
> >>without
> >> >>>the
> >> >>> > problem and not complaining with such errors. Maybe I'm missing
> >> >>> something
> >> >>> > obvious.
> >> >>> >
> >> >>> > Windows version - Works OK [2] - Part of the console stack.
> >>Console
> >> >>>on
> >> >>> Mac
> >> >>> > [3]. The question is why compiler is complaining about missing
> >> >>> playerglobal
> >> >>> > ? Am I miss something ?
> >> >>> >
> >> >>> > What actually is +royalelib ? we already have in mxmlc
> 

Re: [Royale] Building Hello World on Mac

2017-11-02 Thread Alex Harui
Hi Piotr,

I'm removing the files from the Royale repo that FlexJS used in the
installer.  I just think we need to find other ways for Royale users to
get Royale without relying on an Apache Flex branded app.

Again, if you are not concerned about SWF output for Royale, you should be
able to pull down the JSOnly package and use it as is.

HTH,
-Alex

On 11/2/17, 4:17 PM, "Piotr Zarzycki"  wrote:

>Alex,
>
>Thanks for explanation. Currently Moonshine bundle Apache Flex Installer
>and users can download Flex/FlexJS. I believe that we should continue with
>that in Moonshine, but rather have some new UI much simpler in logic than
>installer which allows users download Royale JS only and Full. My first
>thought is to use your script as a tool where I could creat around it UI
>for convenient download full version of Royale.
>But I'm not going to work on that before release of 0.9.0. My plan now is
>to have fully working Nightly build along with Code Completion.
>
>Piotr
>
>On Thu, Nov 2, 2017, 22:20 Alex Harui  wrote:
>
>> +config sets the 'config' variable to something else.  The config
>>variable
>> tells the compiler which -config.xml file to use for defaults.
>>
>> In a Royale (FlexJS) Nightly, there should be an InstallAdobeSDKs.xml
>>Ant
>> script.  This script can be used to download and install
>>playerglobal.swc
>> and the AIR SDK in places that Flash Builder expects and don't require
>> environment variables to point to them elsewhere.
>>
>> In a Royale (JSOnly) Nightly, playerglobal and airglobal have been faked
>> by copying js.swc into the places that Flash Builder expects and no
>> environment variables should be needed at all.
>>
>> I'm still finding and fixing issues with the packaging as we replace
>> references to Flex and Falcon and we get feedback from folks like
>>Nicolas.
>>
>> An interesting question for Moonshine is how they want to deal with
>> getting the Adobe SDKs (if at all).  I don't have any plans to have the
>> Flex Installer do this for Royale.  I'd rather get Royale out of the
>>game
>> of keeping up with Adobe SDK licensing and versioning.
>>
>> Moonshine (actually Prominic) could try to become an Adobe SDK
>>distributor
>> and distribute pre-packaged Royale SDKs with a particular version of AIR
>> SDK and playerglobal bundled in, just like Adobe used to distribute.
>>But
>> all of this is for folks wanting SWF output, which I still think is
>> important, but many do not.  So getting Moonshine to work with the
>>JSOnly
>> package might be less work.
>>
>> My 2 cents,
>> -Alex
>>
>> On 11/2/17, 9:03 AM, "Piotr Zarzycki"  wrote:
>>
>> >I just checked and it's working. :)
>> >
>> >However I'm wondering what is for +config=royale ? It's working for me
>> >without this one. Why are you having -debug option I thought it is used
>> >when we are compiling to SWF. Without -debug I'm still getting JS
>> >application release and debug folder.
>> >
>> >Piotr
>> >
>> >
>> >2017-11-02 16:49 GMT+01:00 Piotr Zarzycki :
>> >
>> >> Hi Harbs,
>> >>
>> >> I got it! You have helped me. I didn't realize that on Windows I had
>> >> player global setup in environment variables all the time. On Mac I
>> >>didn't
>> >> make any setup, so probably simply copying there player global
>>resolve
>> >> issue. I just thought that on Mac I need to do some magic things in
>> >>order
>> >> to have it working. - I will try ASAP.
>> >>
>> >> Many Thanks!
>> >> Piotr
>> >>
>> >>
>> >> 2017-11-02 16:41 GMT+01:00 Harbs :
>> >>
>> >>> > The question is why compiler is complaining about missing
>> >>>playerglobal
>> >>>
>> >>> Do you have the playerglobal.swc there?
>> >>>
>> >>> > On Nov 2, 2017, at 5:11 PM, Piotr Zarzycki
>> >>>
>> >>> wrote:
>> >>> >
>> >>> > Hi Guys,
>> >>> >
>> >>> > I'm trying to build simple Hello World app on Mac with newest
>> >>>sources of
>> >>> > Royale [1]. On windows exactly same application is building
>>without
>> >>>the
>> >>> > problem and not complaining with such errors. Maybe I'm missing
>> >>> something
>> >>> > obvious.
>> >>> >
>> >>> > Windows version - Works OK [2] - Part of the console stack.
>>Console
>> >>>on
>> >>> Mac
>> >>> > [3]. The question is why compiler is complaining about missing
>> >>> playerglobal
>> >>> > ? Am I miss something ?
>> >>> >
>> >>> > What actually is +royalelib ? we already have in mxmlc
>>"+Droyalelib".
>> >>> >
>> >>> > I'm working on support Royale in Moonshine.
>> >>> >
>> >>> > [1]
>> >>>
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapachefl
>> >>>exbuild.cloudapp.net
>> %3A8080%2Fjob%2Froyale-asjs%2F114%2F=02%7C01%7C
>> 
>%7C4cb3e2e387a74bc6a24108d5220b5382%7Cfa7b1b5a7b34438794aed2c178decee1
>%7
>> 
>C0%7C0%7C636452354405009204=wxM8MGwsAXWxCv7sLEJ4bl%2FysNdS0EovXj
>Ya
>> >>>0PMJPY0%3D=0
>> >>> > [2]
>> >>>
>> 

Re: [Royale] Building Hello World on Mac

2017-11-02 Thread Piotr Zarzycki
I just checked and it's working. :)

However I'm wondering what is for +config=royale ? It's working for me
without this one. Why are you having -debug option I thought it is used
when we are compiling to SWF. Without -debug I'm still getting JS
application release and debug folder.

Piotr


2017-11-02 16:49 GMT+01:00 Piotr Zarzycki :

> Hi Harbs,
>
> I got it! You have helped me. I didn't realize that on Windows I had
> player global setup in environment variables all the time. On Mac I didn't
> make any setup, so probably simply copying there player global resolve
> issue. I just thought that on Mac I need to do some magic things in order
> to have it working. - I will try ASAP.
>
> Many Thanks!
> Piotr
>
>
> 2017-11-02 16:41 GMT+01:00 Harbs :
>
>> > The question is why compiler is complaining about missing playerglobal
>>
>> Do you have the playerglobal.swc there?
>>
>> > On Nov 2, 2017, at 5:11 PM, Piotr Zarzycki 
>> wrote:
>> >
>> > Hi Guys,
>> >
>> > I'm trying to build simple Hello World app on Mac with newest sources of
>> > Royale [1]. On windows exactly same application is building without the
>> > problem and not complaining with such errors. Maybe I'm missing
>> something
>> > obvious.
>> >
>> > Windows version - Works OK [2] - Part of the console stack. Console on
>> Mac
>> > [3]. The question is why compiler is complaining about missing
>> playerglobal
>> > ? Am I miss something ?
>> >
>> > What actually is +royalelib ? we already have in mxmlc "+Droyalelib".
>> >
>> > I'm working on support Royale in Moonshine.
>> >
>> > [1] http://apacheflexbuild.cloudapp.net:8080/job/royale-asjs/114/
>> > [2] https://paste.apache.org/0MHl
>> > [3] https://paste.apache.org/W56E
>> >
>> > Thanks,
>> > Piotr
>>
>>
>
>
> --
>
> Piotr Zarzycki
>
> mobile: +48 880 859 557 <+48%20880%20859%20557>
> skype: zarzycki10
>
> LinkedIn: http://www.linkedin.com/piotrzarzycki
> 
>
> GitHub: https://github.com/piotrzarzycki21
>



-- 

Piotr Zarzycki

mobile: +48 880 859 557
skype: zarzycki10

LinkedIn: http://www.linkedin.com/piotrzarzycki


GitHub: https://github.com/piotrzarzycki21


Re: [Royale] Building Hello World on Mac

2017-11-02 Thread Piotr Zarzycki
Hi Harbs,

I got it! You have helped me. I didn't realize that on Windows I had player
global setup in environment variables all the time. On Mac I didn't make
any setup, so probably simply copying there player global resolve issue. I
just thought that on Mac I need to do some magic things in order to have it
working. - I will try ASAP.

Many Thanks!
Piotr


2017-11-02 16:41 GMT+01:00 Harbs :

> > The question is why compiler is complaining about missing playerglobal
>
> Do you have the playerglobal.swc there?
>
> > On Nov 2, 2017, at 5:11 PM, Piotr Zarzycki 
> wrote:
> >
> > Hi Guys,
> >
> > I'm trying to build simple Hello World app on Mac with newest sources of
> > Royale [1]. On windows exactly same application is building without the
> > problem and not complaining with such errors. Maybe I'm missing something
> > obvious.
> >
> > Windows version - Works OK [2] - Part of the console stack. Console on
> Mac
> > [3]. The question is why compiler is complaining about missing
> playerglobal
> > ? Am I miss something ?
> >
> > What actually is +royalelib ? we already have in mxmlc "+Droyalelib".
> >
> > I'm working on support Royale in Moonshine.
> >
> > [1] http://apacheflexbuild.cloudapp.net:8080/job/royale-asjs/114/
> > [2] https://paste.apache.org/0MHl
> > [3] https://paste.apache.org/W56E
> >
> > Thanks,
> > Piotr
>
>


-- 

Piotr Zarzycki

mobile: +48 880 859 557
skype: zarzycki10

LinkedIn: http://www.linkedin.com/piotrzarzycki


GitHub: https://github.com/piotrzarzycki21


Re: [Royale] Building Hello World on Mac

2017-11-02 Thread Harbs
> The question is why compiler is complaining about missing playerglobal

Do you have the playerglobal.swc there?

> On Nov 2, 2017, at 5:11 PM, Piotr Zarzycki  wrote:
> 
> Hi Guys,
> 
> I'm trying to build simple Hello World app on Mac with newest sources of
> Royale [1]. On windows exactly same application is building without the
> problem and not complaining with such errors. Maybe I'm missing something
> obvious.
> 
> Windows version - Works OK [2] - Part of the console stack. Console on Mac
> [3]. The question is why compiler is complaining about missing playerglobal
> ? Am I miss something ?
> 
> What actually is +royalelib ? we already have in mxmlc "+Droyalelib".
> 
> I'm working on support Royale in Moonshine.
> 
> [1] http://apacheflexbuild.cloudapp.net:8080/job/royale-asjs/114/
> [2] https://paste.apache.org/0MHl
> [3] https://paste.apache.org/W56E
> 
> Thanks,
> Piotr



Re: [Royale] Building Hello World on Mac

2017-11-02 Thread Harbs
Your output should look something like this:

MXMLJSC
+royalelib=/FlexSDK/FlexJSNightly/frameworks
+configname=royale
--debug=true
--targets=JSRoyale


> On Nov 2, 2017, at 5:21 PM, Harbs  wrote:
> 
> This does not look right:
> -load-config+=obj/NewFlexJSBrowserProjectConfig.xml
> 
>> On Nov 2, 2017, at 5:11 PM, Piotr Zarzycki  wrote:
>> 
>> Hi Guys,
>> 
>> I'm trying to build simple Hello World app on Mac with newest sources of
>> Royale [1]. On windows exactly same application is building without the
>> problem and not complaining with such errors. Maybe I'm missing something
>> obvious.
>> 
>> Windows version - Works OK [2] - Part of the console stack. Console on Mac
>> [3]. The question is why compiler is complaining about missing playerglobal
>> ? Am I miss something ?
>> 
>> What actually is +royalelib ? we already have in mxmlc "+Droyalelib".
>> 
>> I'm working on support Royale in Moonshine.
>> 
>> [1] http://apacheflexbuild.cloudapp.net:8080/job/royale-asjs/114/
>> [2] https://paste.apache.org/0MHl
>> [3] https://paste.apache.org/W56E
>> 
>> Thanks,
>> Piotr
> 



Re: [Royale] Building Hello World on Mac

2017-11-02 Thread Harbs
This does not look right:
-load-config+=obj/NewFlexJSBrowserProjectConfig.xml

> On Nov 2, 2017, at 5:11 PM, Piotr Zarzycki  wrote:
> 
> Hi Guys,
> 
> I'm trying to build simple Hello World app on Mac with newest sources of
> Royale [1]. On windows exactly same application is building without the
> problem and not complaining with such errors. Maybe I'm missing something
> obvious.
> 
> Windows version - Works OK [2] - Part of the console stack. Console on Mac
> [3]. The question is why compiler is complaining about missing playerglobal
> ? Am I miss something ?
> 
> What actually is +royalelib ? we already have in mxmlc "+Droyalelib".
> 
> I'm working on support Royale in Moonshine.
> 
> [1] http://apacheflexbuild.cloudapp.net:8080/job/royale-asjs/114/
> [2] https://paste.apache.org/0MHl
> [3] https://paste.apache.org/W56E
> 
> Thanks,
> Piotr