You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by Piotr Zarzycki <pi...@gmail.com> on 2018/01/01 18:05:10 UTC

Re: Distinguish description in "royale-sdk-description.xml" between asjs and JSOnly

Alex,

I have pushed changes where I have in the sdk-description.xml
"output-targets". We have now following content [1]. I didn't change "name"
to "product" and prefer to leave it as is.

What's with version - I didn't change it either, cause this is something
for Flash Builder. What if we add there 9.0 ? Flash Builder recognize it
properly ?

I see one problem on Jenkins. Build asjs [2] produces also packages jsonly,
but this package is being build with PLAYERGLOBAL_HOME set. In that case it
will contains wrong sdk-description. My generation is based on
PLAYERGLOBAL_HOME - if it's set we will have js and swf in output-targets.

[1] https://paste.apache.org/LqI7
[2]
http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-asjs/lastSuccessfulBuild/artifact/out/

Thanks, Piotr


2017-12-31 11:13 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:

> I will wait to see what other things in that matter.
>
> Thanks, Piotr
>
> 2017-12-31 10:49 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:
>
>> Harbs,
>>
>> I'm sorry!! I thought that you would like to get rid off
>> flex-sdk-description ! Ok in that case I need to check what's I will have
>> to change in Moonshine, but that probably a minor things. :)
>>
>> Thanks, Piotr
>>
>> 2017-12-31 10:28 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
>>
>>> What’s the harm in having two files? One named flex-sdk-description for
>>> backwards compatibility and a second one named sdk-description for forward
>>> compatibility. The sooner we have a generic file, the sooner IDEs can start
>>> using it.
>>>
>>> Harbs
>>>
>>> > On Dec 31, 2017, at 11:03 AM, Piotr Zarzycki <
>>> piotrzarzycki21@gmail.com> wrote:
>>> >
>>> > Alex,
>>> >
>>> > I like this format and I can apply it. The question was whether
>>> condition
>>> > to determined targets are ok?
>>> >
>>> > Harbs,
>>> >
>>> > I'm against change the name of that file now. Maybe once we release
>>> 0.9.0
>>> > and IDEs integrate it.
>>> > Once we try Royale in Intellij which is still in play.
>>> > Jetbrains haven't claim as I thought that they won't support
>>> Royale/FlexJS.
>>> > Maybe some day they will.
>>> >
>>> > Than we can experiment what can happen with change the name.
>>> >
>>> > Piotr
>>> >
>>> > On Sun, Dec 31, 2017, 09:16 Gabe Harbs <harbs.lists@gmail.com <mailto:
>>> harbs.lists@gmail.com>> wrote:
>>> >
>>> >> To be clear, I understand that “flex-idk-decription” is needed for the
>>> >> current Flash Builder implementation, but I don’t think we should be
>>> held
>>> >> back by that forever, so I’m suggesting *adding* a name not specific
>>> to
>>> >> flex.
>>> >>
>>> >>> On Dec 31, 2017, at 9:41 AM, Gabe Harbs <ha...@gmail.com>
>>> wrote:
>>> >>>
>>> >>> I added it. The reason I did was that was how I was able to get VS
>>> Code
>>> >> to recognize the SDK.
>>> >>>
>>> >>> I have no problem reworking the description file, but I do think we
>>> >> should drop the “flex” from the name.
>>> >>>
>>> >>> In fact, we can probably just make it sdk-description.xml and the
>>> root
>>> >> tag could be <sdk-description>
>>> >>>
>>> >>> Harbs
>>> >>>
>>> >>>> On Dec 31, 2017, at 9:13 AM, Alex Harui <aharui@adobe.com.INVALID
>>> >> <mailto:aharui@adobe.com.INVALID <ma...@adobe.com.INVALID>>>
>>> wrote:
>>> >>>>
>>> >>>> I didn't have anything to do with the creation of
>>> >> royale-sdk-description.
>>> >>>> It looks like someone copied the flex-sdk-description generation
>>> script.
>>> >>>> Is there any reason for that?
>>> >>>>
>>> >>>> IMO, parsing a string in an XML file to understand the SDK contents
>>> >>>> doesn’t make sense to me.  If the only current consumer of this
>>> file is
>>> >> VS
>>> >>>> Code and it is only using the presence of the file, now would be a
>>> good
>>> >>>> time to set the contents of royale-sdk-description in a way that is
>>> more
>>> >>>> future-proof.  Plus, the VS Code extension can probably be adjusted
>>> if
>>> >>>> needed.
>>> >>>>
>>> >>>> I'd suggest something like:
>>> >>>>
>>> >>>> <!-- Description of Apache Royale SDK -->
>>> >>>> <royale-sdk-description>
>>> >>>> <product>Apache Royale</product>
>>> >>>> <version>0.8.0</version>
>>> >>>> <build>20171230</build>
>>> >>>> <output-targets>
>>> >>>>   <output-target name="js" version="Ecma5Strict" />
>>> >>>>   <output-target name="swf" version="AS3" AIR="25.0" Flash="25.0" />
>>> >>>> </output-targets>
>>> >>>> </royale-sdk-description>
>>> >>>>
>>> >>>> That way everything is an XML tag or attribute and no parsing is
>>> >> required.
>>> >>>> I'm regretting calling things "JSOnly".  I'd rather focus on what
>>> you
>>> >>>> have instead of what you don't have.
>>> >>>>
>>> >>>> Thoughts?
>>> >>>> -Alex
>>> >>>>
>>> >>>> On 12
>>> >>>>
>>> >>>>
>>> >>>>
>>> >>>> On 12/30/17, 3:33 AM, "Piotr Zarzycki" <piotrzarzycki21@gmail.com
>>> <ma...@gmail.com>
>>> >> <mailto:piotrzarzycki21@gmail.com <ma...@gmail.com>>>
>>> wrote:
>>> >>>>
>>> >>>>> Here is my thoughts about that, cause I don't want to break
>>> anything.
>>> >> In
>>> >>>>> ANT build royale-sdk-description is being created in target
>>> "prebuild"
>>> >> ->
>>> >>>>> "
>>> >>>>> create-description". I see following option:
>>> >>>>>
>>> >>>>> - Check whether we have environment variables set up:
>>> >>>>> env.PLAYERGLOBAL_HOME
>>> >>>>> OR env.AIR_HOME  if not make short description with "Apache Royale
>>> >> 0.9.0
>>> >>>>> en_US (JS)"
>>> >>>>>
>>> >>>>> What do you think ? Is it sufficient ?
>>> >>>>>
>>> >>>>> Thanks, Piotr
>>> >>>>>
>>> >>>>>
>>> >>>>> 2017-12-30 12:04 GMT+01:00 Piotr Zarzycki <
>>> piotrzarzycki21@gmail.com <ma...@gmail.com>
>>> >> <mailto:piotrzarzycki21@gmail.com <mailto:piotrzarzycki21@gmail.com
>>> >>>:
>>> >>>>>
>>> >>>>>> I think I have found where those files are generated. I will
>>> think how
>>> >>>>>> to
>>> >>>>>> change them, but if someone have other thoughts let me know! :)
>>> >>>>>>
>>> >>>>>> Thanks, Piotr
>>> >>>>>>
>>> >>>>>> 2017-12-30 11:59 GMT+01:00 piotrz <piotrz@apache.org <mailto:
>>> piotrz@apache.org> <mailto:
>>> >> piotrz@apache.org <ma...@apache.org>>>:
>>> >>>>>>
>>> >>>>>>> Alex,
>>> >>>>>>>
>>> >>>>>>> Currently in Moonshine we are using flex-sdk-description, but
>>> >> probably
>>> >>>>>>> after
>>> >>>>>>> first release of Royale we will use royale-sdk-description.
>>> >> Information
>>> >>>>>>> from
>>> >>>>>>> that file is being used to display name of the SDK.
>>> >>>>>>>
>>> >>>>>>>
>>> >>>>>>> <
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2Fapache- <https://na01.safelinks.protection.outlook.com/?url=http%3A%
>>> 2F%2Fapache-> <
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2Fapache- <https://na01.safelinks.protection.outlook.com/?url=http%3A%
>>> 2F%2Fapache->>
>>> >>>>>>> royale-development.20373.n8.nabble.com <
>>> http://royale-development.20373.n8.nabble.com/> <
>>> >> http://royale-development.20373.n8.nabble.com/ <
>>> http://royale-development.20373.n8.nabble.com/>
>>> >>> %2Ffile%2F&data=02%7C01%7Caharui%4
>>> >>>>>>> 0adobe.com <http://0adobe.com/> <http://0adobe.com/ <
>>> http://0adobe.com/>
>>> >>> %7C2a19eab2ec1f4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c1
>>> >>>>>>>
>>> >> 78decee1%7C0%7C0%7C636502304073200067&sdata=OrjKd30bpS9CjjBH
>>> 0xl9t8VlHcN6
>>> >>>>>>> gaQQvhBwCdD%2Bjug%3D&reserved=0
>>> >>>>>>> t1/royale_sdk_description.png>
>>> >>>>>>>
>>> >>>>>>> Currently I have implemented logic which showing there (JSOnly),
>>> but
>>> >> I
>>> >>>>>>> thought that we can have such information in those files.
>>> >>>>>>>
>>> >>>>>>> May proposition having your thoughts in mind are:
>>> >>>>>>>
>>> >>>>>>> Royale JS: "Apache Royale 0.9.0 en_US (JS)"
>>> >>>>>>> Royale ASJS: "Apache Royale 0.9.0 FP11.7 AIR14.0 en_US (JS, SWF)"
>>> >>>>>>>
>>> >>>>>>> The question is where actually this file is created ? I will try
>>> to
>>> >>>>>>> find
>>> >>>>>>> code, but any tip would be great.
>>> >>>>>>>
>>> >>>>>>> Thanks, Piotr
>>> >>>>>>>
>>> >>>>>>>
>>> >>>>>>>
>>> >>>>>>>
>>> >>>>>>> --
>>> >>>>>>> Sent from:
>>> >>>>>>>
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2Fapache-r <https://na01.safelinks.protec
>>> tion.outlook.com/?url=http%3A%2F%2Fapache-r> <
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2Fapache-r <https://na01.safelinks.protec
>>> tion.outlook.com/?url=http%3A%2F%2Fapache-r>>
>>> >>>>>>> oyale-development.20373.n8.nabble.com <
>>> http://oyale-development.20373.n8.nabble.com/> <
>>> >> http://oyale-development.20373.n8.nabble.com/ <
>>> http://oyale-development.20373.n8.nabble.com/>
>>> >>> %2F&data=02%7C01%7Caharui%40adobe.c
>>> >>>>>>>
>>> >> om%7C2a19eab2ec1f4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794ae
>>> d2c178decee1
>>> >>>>>>>
>>> >> %7C0%7C0%7C636502304073200067&sdata=cWk4J6XPAOiogm4%2BnrSw7A
>>> EYnIgtP7c4ZF
>>> >>>>>>> U2Z184T3A%3D&reserved=0
>>> >>>>>>>
>>> >>>>>>
>>> >>>>>>
>>> >>>>>>
>>> >>>>>> --
>>> >>>>>>
>>> >>>>>> Piotr Zarzycki
>>> >>>>>>
>>> >>>>>> Patreon:
>>> >>>>>> *
>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>> 2F%2Fwww.pat <https://na01.safelinks.protec
>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat> <
>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>> 2F%2Fwww.pat <https://na01.safelinks.protec
>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat>>
>>> >>>>>> reon.com <http://reon.com/> <http://reon.com/ <http://reon.com/
>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
>>> >> 40adobe.com <http://40adobe.com/> <http://40adobe.com/ <
>>> http://40adobe.com/>>%7C2a19eab2ec1f
>>> >>>>>>
>>> >> 4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>> 7C0%7C6365023
>>> >>>>>>
>>> >> 04073200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKb
>>> g%3D&reserved
>>> >>>>>> =0
>>> >>>>>>
>>> >>>>>> <
>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>> 2F%2Fwww.pat <https://na01.safelinks.protec
>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat> <
>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>> 2F%2Fwww.pat <https://na01.safelinks.protec
>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat>>
>>> >>>>>> reon.com <http://reon.com/> <http://reon.com/ <http://reon.com/
>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
>>> >> 40adobe.com <http://40adobe.com/> <http://40adobe.com/ <
>>> http://40adobe.com/>>%7C2a19eab2ec1f
>>> >>>>>>
>>> >> 4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>> 7C0%7C6365023
>>> >>>>>>
>>> >> 04073200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKb
>>> g%3D&reserved
>>> >>>>>> =0>*
>>> >>>>>>
>>> >>>>>
>>> >>>>>
>>> >>>>>
>>> >>>>> --
>>> >>>>>
>>> >>>>> Piotr Zarzycki
>>> >>>>>
>>> >>>>> Patreon:
>>> >>>>> *
>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>> 2F%2Fwww.patr <https://na01.safelinks.protec
>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
>>> >> <https://na01.safelinks.protection.outlook.com/?url=https%3A
>>> %2F%2Fwww.patr <https://na01.safelinks.protec
>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
>>> >>>
>>> >>>>> eon.com <http://eon.com/> <http://eon.com/ <http://eon.com/
>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
>>> >> 40adobe.com <http://40adobe.com/> <http://40adobe.com/ <
>>> http://40adobe.com/>>%7C2a19eab2ec1f4e
>>> >>>>>
>>> >> feea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
>>> 0%7C6365023040
>>> >>>>>
>>> >> 73200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKbg%3
>>> D&reserved=0
>>> >>>>> <
>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>> 2F%2Fwww.patr <https://na01.safelinks.protec
>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
>>> >> <https://na01.safelinks.protection.outlook.com/?url=https%3A
>>> %2F%2Fwww.patr <https://na01.safelinks.protec
>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
>>> >>>
>>> >>>>> eon.com <http://eon.com/> <http://eon.com/ <http://eon.com/
>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
>>> >> 40adobe.com <http://40adobe.com/> <http://40adobe.com/ <
>>> http://40adobe.com/>>%7C2a19eab2ec1f4e
>>> >>>>>
>>> >> feea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
>>> 0%7C6365023040
>>> >>>>>
>>> >> 73200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKbg%3
>>> D&reserved=0>*
>>>
>>>
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>> Patreon: *https://www.patreon.com/piotrzarzycki
>> <https://www.patreon.com/piotrzarzycki>*
>>
>
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Distinguish description in "royale-sdk-description.xml" between asjs and JSOnly

Posted by Alex Harui <ah...@adobe.com.INVALID>.
The package now bundles all 3 repos in their own folder so probably you
need to write to ${basedir}/temp/royale-asjs/royale-sdk-description.xml

HTH,
-Alex

On 1/3/18, 2:27 PM, "Piotr Zarzycki" <pi...@gmail.com> wrote:

>I think I need some guide in build.xml file. I have created separate
>target
>called "create-jsonly-description" .It's writing royale-sdk-description to
>${basedir}/temp/royale-sdk-description.xml. I'm using it in target
>jsonly-package . I thought if I create that file in "temp" folder it will
>be pickup during the zipping, but it's not. It is still being pickup those
>one which was create for package (swf, js) - apache-royale-0.9.0-bin.zip.
>
>What path should be there in order to have that file inside jsonly package
>of that build [1] ?
>
>[1]
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroya
>leci.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2FlastSuccessfu
>lBuild%2Fartifact%2Fout%2F&data=02%7C01%7Caharui%40adobe.com%7C68bb5dd6821
>8431326a108d552f92ed9%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365061
>52631429914&sdata=A51VTeKUhivzNRNAMnb9jDGTW9mn0Krp8h5DyTnQ6Cc%3D&reserved=
>0
>
>Thanks, Piotr
>
>
>2018-01-02 20:20 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:
>
>> Alex,
>>
>> I think I have an idea how to fix things. I will make it probably
>>tomorrow.
>>
>> Thanks, Piotr
>>
>> 2018-01-02 8:38 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:
>>
>>> Understand. Let me change that part to the state as it was.
>>>
>>> Thanks, Piotr
>>>
>>> 2018-01-02 8:35 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:
>>>
>>>> Hi Piotr,
>>>>
>>>> I would not add new tags to flex-sdk-description either.  We don't
>>>>know
>>>> how it is being parsed by the legacy IDEs.
>>>>
>>>> I was only recommending that royale-sdk-description have something
>>>>like
>>>> output-target and rely on being XML instead of strings with space
>>>> delimiters.
>>>>
>>>> I don't care if we call it just "sdk-description" or even something
>>>>with
>>>> the name "registry" or "contents".  I think it should be XML or some
>>>> other
>>>> extensible format.
>>>>
>>>> My 2 cents,
>>>> -Alex
>>>>
>>>> On 1/1/18, 10:56 PM, "Piotr Zarzycki" <pi...@gmail.com>
>>>>wrote:
>>>>
>>>> >Alex,
>>>> >
>>>> >Actually I haven't change the old options - there are still name,
>>>> version
>>>> >and build, so we are good here.
>>>> >There is only new tag as you proposed. Once you get a chance test it
>>>>in
>>>> >the
>>>> >Flash Builder.
>>>> >
>>>> >Ok in case of royale-sdk-description I will put in version Royale
>>>> version
>>>> >and investigate more  rest of the option.
>>>> >
>>>> >Piotr
>>>> >
>>>> >On Tue, Jan 2, 2018, 07:16 Alex Harui <ah...@adobe.com.invalid>
>>>>wrote:
>>>> >
>>>> >> Hi Piotr,
>>>> >>
>>>> >> I guess I wasn't clear.  We should not change
>>>> flex-sdk-description.xml.
>>>> >> We don't know what IDE's depend on its current format.
>>>> >>
>>>> >> You can do anything you want in royale-sdk-description.
>>>> >> The royale-asjs build should hit an Ant target called
>>>>"jsonly-package"
>>>> >> that modified files in the js-only package.  Hopefully you can
>>>>either
>>>> >> modify the royale-sdk-description or generate a new one.
>>>> >>
>>>> >> HTH,
>>>> >> -ALex
>>>> >>
>>>> >>
>>>> >> On 1/1/18, 10:05 AM, "Piotr Zarzycki" <pi...@gmail.com>
>>>> wrote:
>>>> >>
>>>> >> >Alex,
>>>> >> >
>>>> >> >I have pushed changes where I have in the sdk-description.xml
>>>> >> >"output-targets". We have now following content [1]. I didn't
>>>>change
>>>> >> >"name"
>>>> >> >to "product" and prefer to leave it as is.
>>>> >> >
>>>> >> >What's with version - I didn't change it either, cause this is
>>>> >>something
>>>> >> >for Flash Builder. What if we add there 9.0 ? Flash Builder
>>>>recognize
>>>> >>it
>>>> >> >properly ?
>>>> >> >
>>>> >> >I see one problem on Jenkins. Build asjs [2] produces also
>>>>packages
>>>> >> >jsonly,
>>>> >> >but this package is being build with PLAYERGLOBAL_HOME set. In
>>>>that
>>>> >>case
>>>> >> >it
>>>> >> >will contains wrong sdk-description. My generation is based on
>>>> >> >PLAYERGLOBAL_HOME - if it's set we will have js and swf in
>>>> >>output-targets.
>>>> >> >
>>>> >> >[1]
>>>> >> >
>>>> >>
>>>> >>https://na01.safelinks.protection.outlook.com/?url=https%3
>>>> A%2F%2Fpaste.ap
>>>> >>a
>>>> >> >che.org%2FLqI7&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d
>>>> >>
>>>> >>>551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>> 650426725905160
>>>> >>>7&
>>>> >> 
>>>>>sdata=IpqzJ%2FsGEvREbeOVvILOOBGnTfzgIx%2FQvrFBB5fCPRQ%3D&reserved=0
>>>> >> >[2]
>>>> >> >
>>>> >>
>>>> >>https://na01.safelinks.protection.outlook.com/?url=http%3A
>>>> %2F%2Fapacheroy
>>>> >>a
>>>> >> >leci.westus2.cloudapp.azure.com
>>>> >> %3A8080%2Fjob%2Froyale-asjs%2FlastSuccessfu
>>>> >> >lBuild%2Fartifact%2Fout%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a729407
>>>> >>
>>>> >>>84e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%
>>>> 7C0%7C0%7C63650
>>>> >>>42
>>>> >>
>>>> >>>67259051607&sdata=6P%2FRIkl5AgD5tQh%2B%2FOvu4bQaI9VyCInE6
>>>> NidvppI3Fs%3D&r
>>>> >>>es
>>>> >> >erved=0
>>>> >> >
>>>> >> >Thanks, Piotr
>>>> >> >
>>>> >> >
>>>> >> >2017-12-31 11:13 GMT+01:00 Piotr Zarzycki
>>>><piotrzarzycki21@gmail.com
>>>> >:
>>>> >> >
>>>> >> >> I will wait to see what other things in that matter.
>>>> >> >>
>>>> >> >> Thanks, Piotr
>>>> >> >>
>>>> >> >> 2017-12-31 10:49 GMT+01:00 Piotr Zarzycki
>>>> >><pi...@gmail.com>:
>>>> >> >>
>>>> >> >>> Harbs,
>>>> >> >>>
>>>> >> >>> I'm sorry!! I thought that you would like to get rid off
>>>> >> >>> flex-sdk-description ! Ok in that case I need to check what's I
>>>> will
>>>> >> >>>have
>>>> >> >>> to change in Moonshine, but that probably a minor things. :)
>>>> >> >>>
>>>> >> >>> Thanks, Piotr
>>>> >> >>>
>>>> >> >>> 2017-12-31 10:28 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
>>>> >> >>>
>>>> >> >>>> What’s the harm in having two files? One named
>>>> flex-sdk-description
>>>> >> >>>>for
>>>> >> >>>> backwards compatibility and a second one named sdk-description
>>>> for
>>>> >> >>>>forward
>>>> >> >>>> compatibility. The sooner we have a generic file, the sooner
>>>>IDEs
>>>> >>can
>>>> >> >>>>start
>>>> >> >>>> using it.
>>>> >> >>>>
>>>> >> >>>> Harbs
>>>> >> >>>>
>>>> >> >>>> > On Dec 31, 2017, at 11:03 AM, Piotr Zarzycki <
>>>> >> >>>> piotrzarzycki21@gmail.com> wrote:
>>>> >> >>>> >
>>>> >> >>>> > Alex,
>>>> >> >>>> >
>>>> >> >>>> > I like this format and I can apply it. The question was
>>>>whether
>>>> >> >>>> condition
>>>> >> >>>> > to determined targets are ok?
>>>> >> >>>> >
>>>> >> >>>> > Harbs,
>>>> >> >>>> >
>>>> >> >>>> > I'm against change the name of that file now. Maybe once we
>>>> >>release
>>>> >> >>>> 0.9.0
>>>> >> >>>> > and IDEs integrate it.
>>>> >> >>>> > Once we try Royale in Intellij which is still in play.
>>>> >> >>>> > Jetbrains haven't claim as I thought that they won't support
>>>> >> >>>> Royale/FlexJS.
>>>> >> >>>> > Maybe some day they will.
>>>> >> >>>> >
>>>> >> >>>> > Than we can experiment what can happen with change the name.
>>>> >> >>>> >
>>>> >> >>>> > Piotr
>>>> >> >>>> >
>>>> >> >>>> > On Sun, Dec 31, 2017, 09:16 Gabe Harbs
>>>><harbs.lists@gmail.com
>>>> >> >>>><mailto:
>>>> >> >>>> harbs.lists@gmail.com>> wrote:
>>>> >> >>>> >
>>>> >> >>>> >> To be clear, I understand that “flex-idk-decription” is
>>>>needed
>>>> >>for
>>>> >> >>>>the
>>>> >> >>>> >> current Flash Builder implementation, but I don’t think we
>>>> >>should
>>>> >> >>>>be
>>>> >> >>>> held
>>>> >> >>>> >> back by that forever, so I’m suggesting *adding* a name not
>>>> >> >>>>specific
>>>> >> >>>> to
>>>> >> >>>> >> flex.
>>>> >> >>>> >>
>>>> >> >>>> >>> On Dec 31, 2017, at 9:41 AM, Gabe Harbs <
>>>> harbs.lists@gmail.com>
>>>> >> >>>> wrote:
>>>> >> >>>> >>>
>>>> >> >>>> >>> I added it. The reason I did was that was how I was able
>>>>to
>>>> >>get VS
>>>> >> >>>> Code
>>>> >> >>>> >> to recognize the SDK.
>>>> >> >>>> >>>
>>>> >> >>>> >>> I have no problem reworking the description file, but I do
>>>> >>think
>>>> >> >>>>we
>>>> >> >>>> >> should drop the “flex” from the name.
>>>> >> >>>> >>>
>>>> >> >>>> >>> In fact, we can probably just make it sdk-description.xml
>>>>and
>>>> >>the
>>>> >> >>>> root
>>>> >> >>>> >> tag could be <sdk-description>
>>>> >> >>>> >>>
>>>> >> >>>> >>> Harbs
>>>> >> >>>> >>>
>>>> >> >>>> >>>> On Dec 31, 2017, at 9:13 AM, Alex Harui
>>>> >><aharui@adobe.com.INVALID
>>>> >> >>>> >> <mailto:aharui@adobe.com.INVALID
>>>> >> >>>><ma...@adobe.com.INVALID>>>
>>>> >> >>>> wrote:
>>>> >> >>>> >>>>
>>>> >> >>>> >>>> I didn't have anything to do with the creation of
>>>> >> >>>> >> royale-sdk-description.
>>>> >> >>>> >>>> It looks like someone copied the flex-sdk-description
>>>> >>generation
>>>> >> >>>> script.
>>>> >> >>>> >>>> Is there any reason for that?
>>>> >> >>>> >>>>
>>>> >> >>>> >>>> IMO, parsing a string in an XML file to understand the
>>>>SDK
>>>> >> >>>>contents
>>>> >> >>>> >>>> doesn’t make sense to me.  If the only current consumer
>>>>of
>>>> >>this
>>>> >> >>>> file is
>>>> >> >>>> >> VS
>>>> >> >>>> >>>> Code and it is only using the presence of the file, now
>>>> would
>>>> >>be
>>>> >> >>>>a
>>>> >> >>>> good
>>>> >> >>>> >>>> time to set the contents of royale-sdk-description in a
>>>>way
>>>> >>that
>>>> >> >>>>is
>>>> >> >>>> more
>>>> >> >>>> >>>> future-proof.  Plus, the VS Code extension can probably
>>>>be
>>>> >> >>>>adjusted
>>>> >> >>>> if
>>>> >> >>>> >>>> needed.
>>>> >> >>>> >>>>
>>>> >> >>>> >>>> I'd suggest something like:
>>>> >> >>>> >>>>
>>>> >> >>>> >>>> <!-- Description of Apache Royale SDK -->
>>>> >> >>>> >>>> <royale-sdk-description>
>>>> >> >>>> >>>> <product>Apache Royale</product>
>>>> >> >>>> >>>> <version>0.8.0</version>
>>>> >> >>>> >>>> <build>20171230</build>
>>>> >> >>>> >>>> <output-targets>
>>>> >> >>>> >>>>   <output-target name="js" version="Ecma5Strict" />
>>>> >> >>>> >>>>   <output-target name="swf" version="AS3" AIR="25.0"
>>>> >> >>>>Flash="25.0" />
>>>> >> >>>> >>>> </output-targets>
>>>> >> >>>> >>>> </royale-sdk-description>
>>>> >> >>>> >>>>
>>>> >> >>>> >>>> That way everything is an XML tag or attribute and no
>>>> parsing
>>>> >>is
>>>> >> >>>> >> required.
>>>> >> >>>> >>>> I'm regretting calling things "JSOnly".  I'd rather
>>>>focus on
>>>> >>what
>>>> >> >>>> you
>>>> >> >>>> >>>> have instead of what you don't have.
>>>> >> >>>> >>>>
>>>> >> >>>> >>>> Thoughts?
>>>> >> >>>> >>>> -Alex
>>>> >> >>>> >>>>
>>>> >> >>>> >>>> On 12
>>>> >> >>>> >>>>
>>>> >> >>>> >>>>
>>>> >> >>>> >>>>
>>>> >> >>>> >>>> On 12/30/17, 3:33 AM, "Piotr Zarzycki" <
>>>> >> piotrzarzycki21@gmail.com
>>>> >> >>>> <ma...@gmail.com>
>>>> >> >>>> >> <mailto:piotrzarzycki21@gmail.com
>>>> >> >>>><ma...@gmail.com>>>
>>>> >> >>>> wrote:
>>>> >> >>>> >>>>
>>>> >> >>>> >>>>> Here is my thoughts about that, cause I don't want to
>>>>break
>>>> >> >>>> anything.
>>>> >> >>>> >> In
>>>> >> >>>> >>>>> ANT build royale-sdk-description is being created in
>>>>target
>>>> >> >>>> "prebuild"
>>>> >> >>>> >> ->
>>>> >> >>>> >>>>> "
>>>> >> >>>> >>>>> create-description". I see following option:
>>>> >> >>>> >>>>>
>>>> >> >>>> >>>>> - Check whether we have environment variables set up:
>>>> >> >>>> >>>>> env.PLAYERGLOBAL_HOME
>>>> >> >>>> >>>>> OR env.AIR_HOME  if not make short description with
>>>>"Apache
>>>> >> >>>>Royale
>>>> >> >>>> >> 0.9.0
>>>> >> >>>> >>>>> en_US (JS)"
>>>> >> >>>> >>>>>
>>>> >> >>>> >>>>> What do you think ? Is it sufficient ?
>>>> >> >>>> >>>>>
>>>> >> >>>> >>>>> Thanks, Piotr
>>>> >> >>>> >>>>>
>>>> >> >>>> >>>>>
>>>> >> >>>> >>>>> 2017-12-30 12:04 GMT+01:00 Piotr Zarzycki <
>>>> >> >>>> piotrzarzycki21@gmail.com <ma...@gmail.com>
>>>> >> >>>> >> <mailto:piotrzarzycki21@gmail.com <mailto:
>>>> >> piotrzarzycki21@gmail.com
>>>> >> >>>> >>>:
>>>> >> >>>> >>>>>
>>>> >> >>>> >>>>>> I think I have found where those files are generated. I
>>>> will
>>>> >> >>>> think how
>>>> >> >>>> >>>>>> to
>>>> >> >>>> >>>>>> change them, but if someone have other thoughts let me
>>>> >>know! :)
>>>> >> >>>> >>>>>>
>>>> >> >>>> >>>>>> Thanks, Piotr
>>>> >> >>>> >>>>>>
>>>> >> >>>> >>>>>> 2017-12-30 11:59 GMT+01:00 piotrz <piotrz@apache.org
>>>> >><mailto:
>>>> >> >>>> piotrz@apache.org> <mailto:
>>>> >> >>>> >> piotrz@apache.org <ma...@apache.org>>>:
>>>> >> >>>> >>>>>>
>>>> >> >>>> >>>>>>> Alex,
>>>> >> >>>> >>>>>>>
>>>> >> >>>> >>>>>>> Currently in Moonshine we are using
>>>>flex-sdk-description,
>>>> >>but
>>>> >> >>>> >> probably
>>>> >> >>>> >>>>>>> after
>>>> >> >>>> >>>>>>> first release of Royale we will use
>>>> royale-sdk-description.
>>>> >> >>>> >> Information
>>>> >> >>>> >>>>>>> from
>>>> >> >>>> >>>>>>> that file is being used to display name of the SDK.
>>>> >> >>>> >>>>>>>
>>>> >> >>>> >>>>>>>
>>>> >> >>>> >>>>>>> <
>>>> >> >>>> >> 
>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> >> >>>> F%2Fapache-
>>>> >> >>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%
>>>> >> >>>> 2F%2Fapache-> <
>>>> >> >>>> >> 
>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> >> >>>> F%2Fapache-
>>>> >> >>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%
>>>> >> >>>> 2F%2Fapache->>
>>>> >> >>>> >>>>>>> royale-development.20373.n8.nabble.com <
>>>> >> >>>>
>>>> >> >>>>
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2Froyale-
>>>> >> >>>>development.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%
>>>> 40adobe.com
>>>> >> %7C
>>>> >>
>>>> >>>>>>9459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794a
>>>> ed2c178decee1%7
>>>> >>>>>>C0
>>>> >>
>>>> >>>>>>%7C0%7C636504267259051607&sdata=pPyN%2BuMObhLMcIkjS1tg
>>>> rMmHc%2BrWGVr7%
>>>> >>>>>>2F
>>>> >> >>>>ulUOdzqWZQ%3D&reserved=0> <
>>>> >> >>>> >>
>>>> >> >>>>
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2Froyale-
>>>> >> >>>>development.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%
>>>> 40adobe.com
>>>> >> %7C
>>>> >>
>>>> >>>>>>9459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794a
>>>> ed2c178decee1%7
>>>> >>>>>>C0
>>>> >>
>>>> >>>>>>%7C0%7C636504267259051607&sdata=pPyN%2BuMObhLMcIkjS1tg
>>>> rMmHc%2BrWGVr7%
>>>> >>>>>>2F
>>>> >> >>>>ulUOdzqWZQ%3D&reserved=0 <
>>>> >> >>>>
>>>> >> >>>>
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2Froyale-
>>>> >> >>>>development.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%
>>>> 40adobe.com
>>>> >> %7C
>>>> >>
>>>> >>>>>>9459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794a
>>>> ed2c178decee1%7
>>>> >>>>>>C0
>>>> >>
>>>> >>>>>>%7C0%7C636504267259051607&sdata=pPyN%2BuMObhLMcIkjS1tg
>>>> rMmHc%2BrWGVr7%
>>>> >>>>>>2F
>>>> >> >>>>ulUOdzqWZQ%3D&reserved=0>
>>>> >> >>>> >>> %2Ffile%2F&data=02%7C01%7Caharui%4
>>>> >> >>>> >>>>>>> 0adobe.com
>>>> >> >>>><
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2F0adobe
>>>> >> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d5514
>>>> >>
>>>> >>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636
>>>> 504267259051607
>>>> >>>>>>&s
>>>> >> 
>>>>>>>>data=Oze6H5cbOmftD6o9eLu%2BNuWHpA7cmvd5zsBJrL0I81Q%3D&reserved=0>
>>>> >> >>>><
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2F0adobe
>>>> >> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d5514
>>>> >>
>>>> >>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636
>>>> 504267259051607
>>>> >>>>>>&s
>>>> >> 
>>>>>>>>data=Oze6H5cbOmftD6o9eLu%2BNuWHpA7cmvd5zsBJrL0I81Q%3D&reserved=0
>>>> <
>>>> >> >>>>
>>>> >>
>>>> >>>>>>https://na01.safelinks.protection.outlook.com/?url=htt
>>>> p%3A%2F%2F0adob
>>>> >>>>>>e
>>>> >> .
>>>> >> >>>>com%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d55142
>>>> >>
>>>> >>>>>>3a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>> 04267259051607&
>>>> >>>>>>sd
>>>> >> 
>>>>>>>>ata=Oze6H5cbOmftD6o9eLu%2BNuWHpA7cmvd5zsBJrL0I81Q%3D&reserved=0>
>>>> >> >>>> >>> 
>>>>%7C2a19eab2ec1f4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2
>>>> c1
>>>> >> >>>> >>>>>>>
>>>> >> >>>> >> 
>>>>78decee1%7C0%7C0%7C636502304073200067&sdata=OrjKd30bpS9CjjBH
>>>> >> >>>> 0xl9t8VlHcN6
>>>> >> >>>> >>>>>>> gaQQvhBwCdD%2Bjug%3D&reserved=0
>>>> >> >>>> >>>>>>> t1/royale_sdk_description.png>
>>>> >> >>>> >>>>>>>
>>>> >> >>>> >>>>>>> Currently I have implemented logic which showing there
>>>> >> >>>>(JSOnly),
>>>> >> >>>> but
>>>> >> >>>> >> I
>>>> >> >>>> >>>>>>> thought that we can have such information in those
>>>>files.
>>>> >> >>>> >>>>>>>
>>>> >> >>>> >>>>>>> May proposition having your thoughts in mind are:
>>>> >> >>>> >>>>>>>
>>>> >> >>>> >>>>>>> Royale JS: "Apache Royale 0.9.0 en_US (JS)"
>>>> >> >>>> >>>>>>> Royale ASJS: "Apache Royale 0.9.0 FP11.7 AIR14.0 en_US
>>>> (JS,
>>>> >> >>>>SWF)"
>>>> >> >>>> >>>>>>>
>>>> >> >>>> >>>>>>> The question is where actually this file is created ?
>>>>I
>>>> >>will
>>>> >> >>>>try
>>>> >> >>>> to
>>>> >> >>>> >>>>>>> find
>>>> >> >>>> >>>>>>> code, but any tip would be great.
>>>> >> >>>> >>>>>>>
>>>> >> >>>> >>>>>>> Thanks, Piotr
>>>> >> >>>> >>>>>>>
>>>> >> >>>> >>>>>>>
>>>> >> >>>> >>>>>>>
>>>> >> >>>> >>>>>>>
>>>> >> >>>> >>>>>>> --
>>>> >> >>>> >>>>>>> Sent from:
>>>> >> >>>> >>>>>>>
>>>> >> >>>> >> 
>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> >> >>>> F%2Fapache-r
>>>> >>
>>>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>>>> tps%3A%2F%2Fna0
>>>> >>>>>>1
>>>> >> .
>>>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38ca
>>>> >>
>>>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>> 7C0%7C636504267
>>>> >>>>>>25
>>>> >>
>>>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>>>> dEs%3D&reserved
>>>> >>>>>>=0
>>>> >> >>>> tion.outlook.com/?url=http%3A%2F%2Fapache-r> <
>>>> >> >>>> >> 
>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> >> >>>> F%2Fapache-r
>>>> >>
>>>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>>>> tps%3A%2F%2Fna0
>>>> >>>>>>1
>>>> >> .
>>>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38ca
>>>> >>
>>>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>> 7C0%7C636504267
>>>> >>>>>>25
>>>> >>
>>>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>>>> dEs%3D&reserved
>>>> >>>>>>=0
>>>> >> >>>> tion.outlook.com/?url=http%3A%2F%2Fapache-r>>
>>>> >> >>>> >>>>>>> oyale-development.20373.n8.nabble.com <
>>>> >> >>>>
>>>> >> >>>>
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2Foyale-d
>>>> >> >>>>evelopment.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%
>>>> 40adobe.com
>>>> >> %7C9
>>>> >>
>>>> >>>>>>459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794ae
>>>> d2c178decee1%7C
>>>> >>>>>>0%
>>>> >>
>>>> >>>>>>7C0%7C636504267259051607&sdata=LhWun3v78U3JZ2M%2Fh%2Bc
>>>> koBURZa0UUr%2FZ
>>>> >>>>>>vz
>>>> >> >>>>TiXJxvzss%3D&reserved=0> <
>>>> >> >>>> >>
>>>> >> >>>>
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2Foyale-d
>>>> >> >>>>evelopment.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%
>>>> 40adobe.com
>>>> >> %7C9
>>>> >>
>>>> >>>>>>459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794ae
>>>> d2c178decee1%7C
>>>> >>>>>>0%
>>>> >>
>>>> >>>>>>7C0%7C636504267259051607&sdata=LhWun3v78U3JZ2M%2Fh%2Bc
>>>> koBURZa0UUr%2FZ
>>>> >>>>>>vz
>>>> >> >>>>TiXJxvzss%3D&reserved=0 <
>>>> >> >>>>
>>>> >> >>>>
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2Foyale-d
>>>> >> >>>>evelopment.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%
>>>> 40adobe.com
>>>> >> %7C9
>>>> >>
>>>> >>>>>>459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794ae
>>>> d2c178decee1%7C
>>>> >>>>>>0%
>>>> >>
>>>> >>>>>>7C0%7C636504267259051607&sdata=LhWun3v78U3JZ2M%2Fh%2Bc
>>>> koBURZa0UUr%2FZ
>>>> >>>>>>vz
>>>> >> >>>>TiXJxvzss%3D&reserved=0>
>>>> >> >>>> >>> %2F&data=02%7C01%7Caharui%40adobe.c
>>>> >> >>>> >>>>>>>
>>>> >> >>>> >> 
>>>>om%7C2a19eab2ec1f4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794ae
>>>> >> >>>> d2c178decee1
>>>> >> >>>> >>>>>>>
>>>> >> >>>> >> 
>>>>%7C0%7C0%7C636502304073200067&sdata=cWk4J6XPAOiogm4%2BnrSw7A
>>>> >> >>>> EYnIgtP7c4ZF
>>>> >> >>>> >>>>>>> U2Z184T3A%3D&reserved=0
>>>> >> >>>> >>>>>>>
>>>> >> >>>> >>>>>>
>>>> >> >>>> >>>>>>
>>>> >> >>>> >>>>>>
>>>> >> >>>> >>>>>> --
>>>> >> >>>> >>>>>>
>>>> >> >>>> >>>>>> Piotr Zarzycki
>>>> >> >>>> >>>>>>
>>>> >> >>>> >>>>>> Patreon:
>>>> >> >>>> >>>>>> *
>>>> >> >>>> >> 
>>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>>> >> >>>> 2F%2Fwww.pat
>>>> >>
>>>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>>>> tps%3A%2F%2Fna0
>>>> >>>>>>1
>>>> >> .
>>>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38ca
>>>> >>
>>>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>> 7C0%7C636504267
>>>> >>>>>>25
>>>> >>
>>>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>>>> dEs%3D&reserved
>>>> >>>>>>=0
>>>> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat> <
>>>> >> >>>> >> 
>>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>>> >> >>>> 2F%2Fwww.pat
>>>> >>
>>>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>>>> tps%3A%2F%2Fna0
>>>> >>>>>>1
>>>> >> .
>>>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38ca
>>>> >>
>>>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>> 7C0%7C636504267
>>>> >>>>>>25
>>>> >>
>>>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>>>> dEs%3D&reserved
>>>> >>>>>>=0
>>>> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat>>
>>>> >> >>>> >>>>>> reon.com
>>>> >> >>>><
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2Freon.c
>>>> >> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d551423
>>>> >>
>>>> >>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650
>>>> 4267259051607&s
>>>> >>>>>>da
>>>> >> 
>>>>>>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0>
>>>> >> >>>><
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2Freon.c
>>>> >> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d551423
>>>> >>
>>>> >>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650
>>>> 4267259051607&s
>>>> >>>>>>da
>>>> >> 
>>>>>>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
>>>> >> >>>><
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2Freon.c
>>>> >> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d551423
>>>> >>
>>>> >>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650
>>>> 4267259051607&s
>>>> >>>>>>da
>>>> >> 
>>>>>>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
>>>> >> >>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
>>>> >> >>>> >> 40adobe.com
>>>> >> >>>><
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2F40adob
>>>> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d551
>>>> >>
>>>> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>> 650426725905160
>>>> >>>>>>7&
>>>> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D
>>>> &reserved=0>
>>>> >> >>>><
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2F40adob
>>>> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d551
>>>> >>
>>>> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>> 650426725905160
>>>> >>>>>>7&
>>>> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D
>>>> &reserved=0
>>>> >><
>>>> >> >>>>
>>>> >> >>>>
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2F40adobe
>>>> >> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d5514
>>>> >>
>>>> >>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636
>>>> 504267259051607
>>>> >>>>>>&s
>>>> >>
>>>> >>>>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3
>>>> D&reserved=0>>%
>>>> >>>>>>7C
>>>> >> >>>>2a19eab2ec1f
>>>> >> >>>> >>>>>>
>>>> >> >>>> >> 
>>>>4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>> >> >>>> 7C0%7C6365023
>>>> >> >>>> >>>>>>
>>>> >> >>>> >> 
>>>>04073200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKb
>>>> >> >>>> g%3D&reserved
>>>> >> >>>> >>>>>> =0
>>>> >> >>>> >>>>>>
>>>> >> >>>> >>>>>> <
>>>> >> >>>> >> 
>>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>>> >> >>>> 2F%2Fwww.pat
>>>> >>
>>>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>>>> tps%3A%2F%2Fna0
>>>> >>>>>>1
>>>> >> .
>>>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38ca
>>>> >>
>>>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>> 7C0%7C636504267
>>>> >>>>>>25
>>>> >>
>>>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>>>> dEs%3D&reserved
>>>> >>>>>>=0
>>>> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat> <
>>>> >> >>>> >> 
>>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>>> >> >>>> 2F%2Fwww.pat
>>>> >>
>>>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>>>> tps%3A%2F%2Fna0
>>>> >>>>>>1
>>>> >> .
>>>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38ca
>>>> >>
>>>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>> 7C0%7C636504267
>>>> >>>>>>25
>>>> >>
>>>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>>>> dEs%3D&reserved
>>>> >>>>>>=0
>>>> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat>>
>>>> >> >>>> >>>>>> reon.com
>>>> >> >>>><
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2Freon.c
>>>> >> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d551423
>>>> >>
>>>> >>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650
>>>> 4267259051607&s
>>>> >>>>>>da
>>>> >> 
>>>>>>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0>
>>>> >> >>>><
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2Freon.c
>>>> >> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d551423
>>>> >>
>>>> >>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650
>>>> 4267259051607&s
>>>> >>>>>>da
>>>> >> 
>>>>>>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
>>>> >> >>>><
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2Freon.c
>>>> >> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d551423
>>>> >>
>>>> >>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650
>>>> 4267259051607&s
>>>> >>>>>>da
>>>> >> 
>>>>>>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
>>>> >> >>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
>>>> >> >>>> >> 40adobe.com
>>>> >> >>>><
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2F40adob
>>>> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d551
>>>> >>
>>>> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>> 650426725905160
>>>> >>>>>>7&
>>>> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D
>>>> &reserved=0>
>>>> >> >>>><
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2F40adob
>>>> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d551
>>>> >>
>>>> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>> 650426725905160
>>>> >>>>>>7&
>>>> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D
>>>> &reserved=0
>>>> >><
>>>> >> >>>>
>>>> >> >>>>
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2F40adobe
>>>> >> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d5514
>>>> >>
>>>> >>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636
>>>> 504267259051607
>>>> >>>>>>&s
>>>> >>
>>>> >>>>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3
>>>> D&reserved=0>>%
>>>> >>>>>>7C
>>>> >> >>>>2a19eab2ec1f
>>>> >> >>>> >>>>>>
>>>> >> >>>> >> 
>>>>4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>> >> >>>> 7C0%7C6365023
>>>> >> >>>> >>>>>>
>>>> >> >>>> >> 
>>>>04073200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKb
>>>> >> >>>> g%3D&reserved
>>>> >> >>>> >>>>>> =0>*
>>>> >> >>>> >>>>>>
>>>> >> >>>> >>>>>
>>>> >> >>>> >>>>>
>>>> >> >>>> >>>>>
>>>> >> >>>> >>>>> --
>>>> >> >>>> >>>>>
>>>> >> >>>> >>>>> Piotr Zarzycki
>>>> >> >>>> >>>>>
>>>> >> >>>> >>>>> Patreon:
>>>> >> >>>> >>>>> *
>>>> >> >>>> >> 
>>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>>> >> >>>> 2F%2Fwww.patr
>>>> >>
>>>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>>>> tps%3A%2F%2Fna0
>>>> >>>>>>1
>>>> >> .
>>>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38ca
>>>> >>
>>>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>> 7C0%7C636504267
>>>> >>>>>>25
>>>> >>
>>>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>>>> dEs%3D&reserved
>>>> >>>>>>=0
>>>> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
>>>> >> >>>> >> 
>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A
>>>> >> >>>> %2F%2Fwww.patr
>>>> >>
>>>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>>>> tps%3A%2F%2Fna0
>>>> >>>>>>1
>>>> >> .
>>>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38ca
>>>> >>
>>>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>> 7C0%7C636504267
>>>> >>>>>>25
>>>> >>
>>>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>>>> dEs%3D&reserved
>>>> >>>>>>=0
>>>> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
>>>> >> >>>> >>>
>>>> >> >>>> >>>>> eon.com
>>>> >> >>>><
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2Feon.co
>>>> >> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d551423a
>>>> >>
>>>> >>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504
>>>> 267259051607&sd
>>>> >>>>>>at
>>>> >> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0>
>>>> >> >>>><
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2Feon.co
>>>> >> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d551423a
>>>> >>
>>>> >>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504
>>>> 267259051607&sd
>>>> >>>>>>at
>>>> >> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
>>>> >> >>>><
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2Feon.co
>>>> >> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d551423a
>>>> >>
>>>> >>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504
>>>> 267259051607&sd
>>>> >>>>>>at
>>>> >> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
>>>> >> >>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
>>>> >> >>>> >> 40adobe.com
>>>> >> >>>><
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2F40adob
>>>> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d551
>>>> >>
>>>> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>> 650426725905160
>>>> >>>>>>7&
>>>> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D
>>>> &reserved=0>
>>>> >> >>>><
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2F40adob
>>>> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d551
>>>> >>
>>>> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>> 650426725905160
>>>> >>>>>>7&
>>>> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D
>>>> &reserved=0
>>>> >><
>>>> >> >>>>
>>>> >> >>>>
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2F40adobe
>>>> >> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d5514
>>>> >>
>>>> >>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636
>>>> 504267259051607
>>>> >>>>>>&s
>>>> >>
>>>> >>>>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3
>>>> D&reserved=0>>%
>>>> >>>>>>7C
>>>> >> >>>>2a19eab2ec1f4e
>>>> >> >>>> >>>>>
>>>> >> >>>> >> 
>>>>feea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
>>>> >> >>>> 0%7C6365023040
>>>> >> >>>> >>>>>
>>>> >> >>>> >> 
>>>>73200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKbg%3
>>>> >> >>>> D&reserved=0
>>>> >> >>>> >>>>> <
>>>> >> >>>> >> 
>>>>https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>>> >> >>>> 2F%2Fwww.patr
>>>> >>
>>>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>>>> tps%3A%2F%2Fna0
>>>> >>>>>>1
>>>> >> .
>>>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38ca
>>>> >>
>>>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>> 7C0%7C636504267
>>>> >>>>>>25
>>>> >>
>>>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>>>> dEs%3D&reserved
>>>> >>>>>>=0
>>>> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
>>>> >> >>>> >> 
>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A
>>>> >> >>>> %2F%2Fwww.patr
>>>> >>
>>>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>>>> tps%3A%2F%2Fna0
>>>> >>>>>>1
>>>> >> .
>>>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38ca
>>>> >>
>>>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>> 7C0%7C636504267
>>>> >>>>>>25
>>>> >>
>>>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>>>> dEs%3D&reserved
>>>> >>>>>>=0
>>>> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
>>>> >> >>>> >>>
>>>> >> >>>> >>>>> eon.com
>>>> >> >>>><
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2Feon.co
>>>> >> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d551423a
>>>> >>
>>>> >>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504
>>>> 267259051607&sd
>>>> >>>>>>at
>>>> >> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0>
>>>> >> >>>><
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2Feon.co
>>>> >> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d551423a
>>>> >>
>>>> >>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504
>>>> 267259051607&sd
>>>> >>>>>>at
>>>> >> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
>>>> >> >>>><
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2Feon.co
>>>> >> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d551423a
>>>> >>
>>>> >>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504
>>>> 267259051607&sd
>>>> >>>>>>at
>>>> >> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
>>>> >> >>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
>>>> >> >>>> >> 40adobe.com
>>>> >> >>>><
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2F40adob
>>>> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d551
>>>> >>
>>>> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>> 650426725905160
>>>> >>>>>>7&
>>>> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D
>>>> &reserved=0>
>>>> >> >>>><
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2F40adob
>>>> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d551
>>>> >>
>>>> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>> 650426725905160
>>>> >>>>>>7&
>>>> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D
>>>> &reserved=0
>>>> >><
>>>> >> >>>>
>>>> >> >>>>
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2F40adobe
>>>> >> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e38cadc08d5514
>>>> >>
>>>> >>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636
>>>> 504267259051607
>>>> >>>>>>&s
>>>> >>
>>>> >>>>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3
>>>> D&reserved=0>>%
>>>> >>>>>>7C
>>>> >> >>>>2a19eab2ec1f4e
>>>> >> >>>> >>>>>
>>>> >> >>>> >> 
>>>>feea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
>>>> >> >>>> 0%7C6365023040
>>>> >> >>>> >>>>>
>>>> >> >>>> >> 
>>>>73200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKbg%3
>>>> >> >>>> D&reserved=0>*
>>>> >> >>>>
>>>> >> >>>>
>>>> >> >>>
>>>> >> >>>
>>>> >> >>> --
>>>> >> >>>
>>>> >> >>> Piotr Zarzycki
>>>> >> >>>
>>>> >> >>> Patreon:
>>>> >> >>>*
>>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>>> 2F%2Fwww.pa
>>>> >> >>>treon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940
>>>> >>
>>>> >>>>>784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178dece
>>>> e1%7C0%7C0%7C63
>>>> >>>>>65
>>>> >>
>>>> >>>>>04267259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNy
>>>> DWQeTnh%2BqhroQ
>>>> >>>>>%3
>>>> >> >>>D&reserved=0
>>>> >> >>>
>>>> >> >>><
>>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>>> 2F%2Fwww.pa
>>>> >> >>>treon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940
>>>> >>
>>>> >>>>>784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178dece
>>>> e1%7C0%7C0%7C63
>>>> >>>>>65
>>>> >>
>>>> >>>>>04267259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNy
>>>> DWQeTnh%2BqhroQ
>>>> >>>>>%3
>>>> >> >>>D&reserved=0>*
>>>> >> >>>
>>>> >> >>
>>>> >> >>
>>>> >> >>
>>>> >> >> --
>>>> >> >>
>>>> >> >> Piotr Zarzycki
>>>> >> >>
>>>> >> >> Patreon:
>>>> >> >>*
>>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>>> 2F%2Fwww.pat
>>>> >> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a7294078
>>>> >>
>>>> >>>>4e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%
>>>> 7C0%7C0%7C63650
>>>> >>>>42
>>>> >>
>>>> >>>>67259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQe
>>>> Tnh%2BqhroQ%3D&
>>>> >>>>re
>>>> >> >>served=0
>>>> >> >>
>>>> >> >><
>>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>>> 2F%2Fwww.pat
>>>> >> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a7294078
>>>> >>
>>>> >>>>4e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%
>>>> 7C0%7C0%7C63650
>>>> >>>>42
>>>> >>
>>>> >>>>67259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQe
>>>> Tnh%2BqhroQ%3D&
>>>> >>>>re
>>>> >> >>served=0>*
>>>> >> >>
>>>> >> >
>>>> >> >
>>>> >> >
>>>> >> >--
>>>> >> >
>>>> >> >Piotr Zarzycki
>>>> >> >
>>>> >> >Patreon:
>>>> >> >*
>>>> >>
>>>> >>https://na01.safelinks.protection.outlook.com/?url=https%3
>>>> A%2F%2Fwww.patr
>>>> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e
>>>> >>
>>>> >>>38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0
>>>> %7C0%7C63650426
>>>> >>>72
>>>> >>
>>>> >>>59051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%
>>>> 2BqhroQ%3D&rese
>>>> >>>rv
>>>> >> >ed=0
>>>> >> ><
>>>> >>
>>>> >>https://na01.safelinks.protection.outlook.com/?url=https%3
>>>> A%2F%2Fwww.patr
>>>> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>>> >> %7C9459a72940784e
>>>> >>
>>>> >>>38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0
>>>> %7C0%7C63650426
>>>> >>>72
>>>> >>
>>>> >>>59051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%
>>>> 2BqhroQ%3D&rese
>>>> >>>rv
>>>> >> >ed=0>*
>>>> >>
>>>> >>
>>>>
>>>>
>>>
>>>
>>> --
>>>
>>> Piotr Zarzycki
>>>
>>> Patreon: 
>>>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pa
>>>treon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C68bb5dd682
>>>18431326a108d552f92ed9%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>06152631429914&sdata=B4XUvuRwJqRduYHXQ9E2xsFBsoncDXxl4KrThMGJw70%3D&rese
>>>rved=0
>>> 
>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pa
>>>treon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C68bb5dd682
>>>18431326a108d552f92ed9%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>06152631429914&sdata=B4XUvuRwJqRduYHXQ9E2xsFBsoncDXxl4KrThMGJw70%3D&rese
>>>rved=0>*
>>>
>>
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>> Patreon: 
>>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pat
>>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C68bb5dd68218
>>431326a108d552f92ed9%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365061
>>52631429914&sdata=B4XUvuRwJqRduYHXQ9E2xsFBsoncDXxl4KrThMGJw70%3D&reserved
>>=0
>> 
>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pat
>>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C68bb5dd68218
>>431326a108d552f92ed9%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365061
>>52631429914&sdata=B4XUvuRwJqRduYHXQ9E2xsFBsoncDXxl4KrThMGJw70%3D&reserved
>>=0>*
>>
>
>
>
>-- 
>
>Piotr Zarzycki
>
>Patreon: 
>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patr
>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C68bb5dd6821843
>1326a108d552f92ed9%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365061526
>31429914&sdata=B4XUvuRwJqRduYHXQ9E2xsFBsoncDXxl4KrThMGJw70%3D&reserved=0
><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patr
>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C68bb5dd6821843
>1326a108d552f92ed9%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365061526
>31429914&sdata=B4XUvuRwJqRduYHXQ9E2xsFBsoncDXxl4KrThMGJw70%3D&reserved=0>*


Re: Distinguish description in "royale-sdk-description.xml" between asjs and JSOnly

Posted by Piotr Zarzycki <pi...@gmail.com>.
I think I need some guide in build.xml file. I have created separate target
called "create-jsonly-description" .It's writing royale-sdk-description to
${basedir}/temp/royale-sdk-description.xml. I'm using it in target
jsonly-package . I thought if I create that file in "temp" folder it will
be pickup during the zipping, but it's not. It is still being pickup those
one which was create for package (swf, js) - apache-royale-0.9.0-bin.zip.

What path should be there in order to have that file inside jsonly package
of that build [1] ?

[1]
http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-asjs/lastSuccessfulBuild/artifact/out/

Thanks, Piotr


2018-01-02 20:20 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:

> Alex,
>
> I think I have an idea how to fix things. I will make it probably tomorrow.
>
> Thanks, Piotr
>
> 2018-01-02 8:38 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:
>
>> Understand. Let me change that part to the state as it was.
>>
>> Thanks, Piotr
>>
>> 2018-01-02 8:35 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:
>>
>>> Hi Piotr,
>>>
>>> I would not add new tags to flex-sdk-description either.  We don't know
>>> how it is being parsed by the legacy IDEs.
>>>
>>> I was only recommending that royale-sdk-description have something like
>>> output-target and rely on being XML instead of strings with space
>>> delimiters.
>>>
>>> I don't care if we call it just "sdk-description" or even something with
>>> the name "registry" or "contents".  I think it should be XML or some
>>> other
>>> extensible format.
>>>
>>> My 2 cents,
>>> -Alex
>>>
>>> On 1/1/18, 10:56 PM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
>>>
>>> >Alex,
>>> >
>>> >Actually I haven't change the old options - there are still name,
>>> version
>>> >and build, so we are good here.
>>> >There is only new tag as you proposed. Once you get a chance test it in
>>> >the
>>> >Flash Builder.
>>> >
>>> >Ok in case of royale-sdk-description I will put in version Royale
>>> version
>>> >and investigate more  rest of the option.
>>> >
>>> >Piotr
>>> >
>>> >On Tue, Jan 2, 2018, 07:16 Alex Harui <ah...@adobe.com.invalid> wrote:
>>> >
>>> >> Hi Piotr,
>>> >>
>>> >> I guess I wasn't clear.  We should not change
>>> flex-sdk-description.xml.
>>> >> We don't know what IDE's depend on its current format.
>>> >>
>>> >> You can do anything you want in royale-sdk-description.
>>> >> The royale-asjs build should hit an Ant target called "jsonly-package"
>>> >> that modified files in the js-only package.  Hopefully you can either
>>> >> modify the royale-sdk-description or generate a new one.
>>> >>
>>> >> HTH,
>>> >> -ALex
>>> >>
>>> >>
>>> >> On 1/1/18, 10:05 AM, "Piotr Zarzycki" <pi...@gmail.com>
>>> wrote:
>>> >>
>>> >> >Alex,
>>> >> >
>>> >> >I have pushed changes where I have in the sdk-description.xml
>>> >> >"output-targets". We have now following content [1]. I didn't change
>>> >> >"name"
>>> >> >to "product" and prefer to leave it as is.
>>> >> >
>>> >> >What's with version - I didn't change it either, cause this is
>>> >>something
>>> >> >for Flash Builder. What if we add there 9.0 ? Flash Builder recognize
>>> >>it
>>> >> >properly ?
>>> >> >
>>> >> >I see one problem on Jenkins. Build asjs [2] produces also packages
>>> >> >jsonly,
>>> >> >but this package is being build with PLAYERGLOBAL_HOME set. In that
>>> >>case
>>> >> >it
>>> >> >will contains wrong sdk-description. My generation is based on
>>> >> >PLAYERGLOBAL_HOME - if it's set we will have js and swf in
>>> >>output-targets.
>>> >> >
>>> >> >[1]
>>> >> >
>>> >>
>>> >>https://na01.safelinks.protection.outlook.com/?url=https%3
>>> A%2F%2Fpaste.ap
>>> >>a
>>> >> >che.org%2FLqI7&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d
>>> >>
>>> >>>551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>> 650426725905160
>>> >>>7&
>>> >> >sdata=IpqzJ%2FsGEvREbeOVvILOOBGnTfzgIx%2FQvrFBB5fCPRQ%3D&reserved=0
>>> >> >[2]
>>> >> >
>>> >>
>>> >>https://na01.safelinks.protection.outlook.com/?url=http%3A
>>> %2F%2Fapacheroy
>>> >>a
>>> >> >leci.westus2.cloudapp.azure.com
>>> >> %3A8080%2Fjob%2Froyale-asjs%2FlastSuccessfu
>>> >> >lBuild%2Fartifact%2Fout%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a729407
>>> >>
>>> >>>84e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%
>>> 7C0%7C0%7C63650
>>> >>>42
>>> >>
>>> >>>67259051607&sdata=6P%2FRIkl5AgD5tQh%2B%2FOvu4bQaI9VyCInE6
>>> NidvppI3Fs%3D&r
>>> >>>es
>>> >> >erved=0
>>> >> >
>>> >> >Thanks, Piotr
>>> >> >
>>> >> >
>>> >> >2017-12-31 11:13 GMT+01:00 Piotr Zarzycki <piotrzarzycki21@gmail.com
>>> >:
>>> >> >
>>> >> >> I will wait to see what other things in that matter.
>>> >> >>
>>> >> >> Thanks, Piotr
>>> >> >>
>>> >> >> 2017-12-31 10:49 GMT+01:00 Piotr Zarzycki
>>> >><pi...@gmail.com>:
>>> >> >>
>>> >> >>> Harbs,
>>> >> >>>
>>> >> >>> I'm sorry!! I thought that you would like to get rid off
>>> >> >>> flex-sdk-description ! Ok in that case I need to check what's I
>>> will
>>> >> >>>have
>>> >> >>> to change in Moonshine, but that probably a minor things. :)
>>> >> >>>
>>> >> >>> Thanks, Piotr
>>> >> >>>
>>> >> >>> 2017-12-31 10:28 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
>>> >> >>>
>>> >> >>>> What’s the harm in having two files? One named
>>> flex-sdk-description
>>> >> >>>>for
>>> >> >>>> backwards compatibility and a second one named sdk-description
>>> for
>>> >> >>>>forward
>>> >> >>>> compatibility. The sooner we have a generic file, the sooner IDEs
>>> >>can
>>> >> >>>>start
>>> >> >>>> using it.
>>> >> >>>>
>>> >> >>>> Harbs
>>> >> >>>>
>>> >> >>>> > On Dec 31, 2017, at 11:03 AM, Piotr Zarzycki <
>>> >> >>>> piotrzarzycki21@gmail.com> wrote:
>>> >> >>>> >
>>> >> >>>> > Alex,
>>> >> >>>> >
>>> >> >>>> > I like this format and I can apply it. The question was whether
>>> >> >>>> condition
>>> >> >>>> > to determined targets are ok?
>>> >> >>>> >
>>> >> >>>> > Harbs,
>>> >> >>>> >
>>> >> >>>> > I'm against change the name of that file now. Maybe once we
>>> >>release
>>> >> >>>> 0.9.0
>>> >> >>>> > and IDEs integrate it.
>>> >> >>>> > Once we try Royale in Intellij which is still in play.
>>> >> >>>> > Jetbrains haven't claim as I thought that they won't support
>>> >> >>>> Royale/FlexJS.
>>> >> >>>> > Maybe some day they will.
>>> >> >>>> >
>>> >> >>>> > Than we can experiment what can happen with change the name.
>>> >> >>>> >
>>> >> >>>> > Piotr
>>> >> >>>> >
>>> >> >>>> > On Sun, Dec 31, 2017, 09:16 Gabe Harbs <harbs.lists@gmail.com
>>> >> >>>><mailto:
>>> >> >>>> harbs.lists@gmail.com>> wrote:
>>> >> >>>> >
>>> >> >>>> >> To be clear, I understand that “flex-idk-decription” is needed
>>> >>for
>>> >> >>>>the
>>> >> >>>> >> current Flash Builder implementation, but I don’t think we
>>> >>should
>>> >> >>>>be
>>> >> >>>> held
>>> >> >>>> >> back by that forever, so I’m suggesting *adding* a name not
>>> >> >>>>specific
>>> >> >>>> to
>>> >> >>>> >> flex.
>>> >> >>>> >>
>>> >> >>>> >>> On Dec 31, 2017, at 9:41 AM, Gabe Harbs <
>>> harbs.lists@gmail.com>
>>> >> >>>> wrote:
>>> >> >>>> >>>
>>> >> >>>> >>> I added it. The reason I did was that was how I was able to
>>> >>get VS
>>> >> >>>> Code
>>> >> >>>> >> to recognize the SDK.
>>> >> >>>> >>>
>>> >> >>>> >>> I have no problem reworking the description file, but I do
>>> >>think
>>> >> >>>>we
>>> >> >>>> >> should drop the “flex” from the name.
>>> >> >>>> >>>
>>> >> >>>> >>> In fact, we can probably just make it sdk-description.xml and
>>> >>the
>>> >> >>>> root
>>> >> >>>> >> tag could be <sdk-description>
>>> >> >>>> >>>
>>> >> >>>> >>> Harbs
>>> >> >>>> >>>
>>> >> >>>> >>>> On Dec 31, 2017, at 9:13 AM, Alex Harui
>>> >><aharui@adobe.com.INVALID
>>> >> >>>> >> <mailto:aharui@adobe.com.INVALID
>>> >> >>>><ma...@adobe.com.INVALID>>>
>>> >> >>>> wrote:
>>> >> >>>> >>>>
>>> >> >>>> >>>> I didn't have anything to do with the creation of
>>> >> >>>> >> royale-sdk-description.
>>> >> >>>> >>>> It looks like someone copied the flex-sdk-description
>>> >>generation
>>> >> >>>> script.
>>> >> >>>> >>>> Is there any reason for that?
>>> >> >>>> >>>>
>>> >> >>>> >>>> IMO, parsing a string in an XML file to understand the SDK
>>> >> >>>>contents
>>> >> >>>> >>>> doesn’t make sense to me.  If the only current consumer of
>>> >>this
>>> >> >>>> file is
>>> >> >>>> >> VS
>>> >> >>>> >>>> Code and it is only using the presence of the file, now
>>> would
>>> >>be
>>> >> >>>>a
>>> >> >>>> good
>>> >> >>>> >>>> time to set the contents of royale-sdk-description in a way
>>> >>that
>>> >> >>>>is
>>> >> >>>> more
>>> >> >>>> >>>> future-proof.  Plus, the VS Code extension can probably be
>>> >> >>>>adjusted
>>> >> >>>> if
>>> >> >>>> >>>> needed.
>>> >> >>>> >>>>
>>> >> >>>> >>>> I'd suggest something like:
>>> >> >>>> >>>>
>>> >> >>>> >>>> <!-- Description of Apache Royale SDK -->
>>> >> >>>> >>>> <royale-sdk-description>
>>> >> >>>> >>>> <product>Apache Royale</product>
>>> >> >>>> >>>> <version>0.8.0</version>
>>> >> >>>> >>>> <build>20171230</build>
>>> >> >>>> >>>> <output-targets>
>>> >> >>>> >>>>   <output-target name="js" version="Ecma5Strict" />
>>> >> >>>> >>>>   <output-target name="swf" version="AS3" AIR="25.0"
>>> >> >>>>Flash="25.0" />
>>> >> >>>> >>>> </output-targets>
>>> >> >>>> >>>> </royale-sdk-description>
>>> >> >>>> >>>>
>>> >> >>>> >>>> That way everything is an XML tag or attribute and no
>>> parsing
>>> >>is
>>> >> >>>> >> required.
>>> >> >>>> >>>> I'm regretting calling things "JSOnly".  I'd rather focus on
>>> >>what
>>> >> >>>> you
>>> >> >>>> >>>> have instead of what you don't have.
>>> >> >>>> >>>>
>>> >> >>>> >>>> Thoughts?
>>> >> >>>> >>>> -Alex
>>> >> >>>> >>>>
>>> >> >>>> >>>> On 12
>>> >> >>>> >>>>
>>> >> >>>> >>>>
>>> >> >>>> >>>>
>>> >> >>>> >>>> On 12/30/17, 3:33 AM, "Piotr Zarzycki" <
>>> >> piotrzarzycki21@gmail.com
>>> >> >>>> <ma...@gmail.com>
>>> >> >>>> >> <mailto:piotrzarzycki21@gmail.com
>>> >> >>>><ma...@gmail.com>>>
>>> >> >>>> wrote:
>>> >> >>>> >>>>
>>> >> >>>> >>>>> Here is my thoughts about that, cause I don't want to break
>>> >> >>>> anything.
>>> >> >>>> >> In
>>> >> >>>> >>>>> ANT build royale-sdk-description is being created in target
>>> >> >>>> "prebuild"
>>> >> >>>> >> ->
>>> >> >>>> >>>>> "
>>> >> >>>> >>>>> create-description". I see following option:
>>> >> >>>> >>>>>
>>> >> >>>> >>>>> - Check whether we have environment variables set up:
>>> >> >>>> >>>>> env.PLAYERGLOBAL_HOME
>>> >> >>>> >>>>> OR env.AIR_HOME  if not make short description with "Apache
>>> >> >>>>Royale
>>> >> >>>> >> 0.9.0
>>> >> >>>> >>>>> en_US (JS)"
>>> >> >>>> >>>>>
>>> >> >>>> >>>>> What do you think ? Is it sufficient ?
>>> >> >>>> >>>>>
>>> >> >>>> >>>>> Thanks, Piotr
>>> >> >>>> >>>>>
>>> >> >>>> >>>>>
>>> >> >>>> >>>>> 2017-12-30 12:04 GMT+01:00 Piotr Zarzycki <
>>> >> >>>> piotrzarzycki21@gmail.com <ma...@gmail.com>
>>> >> >>>> >> <mailto:piotrzarzycki21@gmail.com <mailto:
>>> >> piotrzarzycki21@gmail.com
>>> >> >>>> >>>:
>>> >> >>>> >>>>>
>>> >> >>>> >>>>>> I think I have found where those files are generated. I
>>> will
>>> >> >>>> think how
>>> >> >>>> >>>>>> to
>>> >> >>>> >>>>>> change them, but if someone have other thoughts let me
>>> >>know! :)
>>> >> >>>> >>>>>>
>>> >> >>>> >>>>>> Thanks, Piotr
>>> >> >>>> >>>>>>
>>> >> >>>> >>>>>> 2017-12-30 11:59 GMT+01:00 piotrz <piotrz@apache.org
>>> >><mailto:
>>> >> >>>> piotrz@apache.org> <mailto:
>>> >> >>>> >> piotrz@apache.org <ma...@apache.org>>>:
>>> >> >>>> >>>>>>
>>> >> >>>> >>>>>>> Alex,
>>> >> >>>> >>>>>>>
>>> >> >>>> >>>>>>> Currently in Moonshine we are using flex-sdk-description,
>>> >>but
>>> >> >>>> >> probably
>>> >> >>>> >>>>>>> after
>>> >> >>>> >>>>>>> first release of Royale we will use
>>> royale-sdk-description.
>>> >> >>>> >> Information
>>> >> >>>> >>>>>>> from
>>> >> >>>> >>>>>>> that file is being used to display name of the SDK.
>>> >> >>>> >>>>>>>
>>> >> >>>> >>>>>>>
>>> >> >>>> >>>>>>> <
>>> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> >> >>>> F%2Fapache-
>>> >> >>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%
>>> >> >>>> 2F%2Fapache-> <
>>> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> >> >>>> F%2Fapache-
>>> >> >>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%
>>> >> >>>> 2F%2Fapache->>
>>> >> >>>> >>>>>>> royale-development.20373.n8.nabble.com <
>>> >> >>>>
>>> >> >>>>
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2Froyale-
>>> >> >>>>development.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%
>>> 40adobe.com
>>> >> %7C
>>> >>
>>> >>>>>>9459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794a
>>> ed2c178decee1%7
>>> >>>>>>C0
>>> >>
>>> >>>>>>%7C0%7C636504267259051607&sdata=pPyN%2BuMObhLMcIkjS1tg
>>> rMmHc%2BrWGVr7%
>>> >>>>>>2F
>>> >> >>>>ulUOdzqWZQ%3D&reserved=0> <
>>> >> >>>> >>
>>> >> >>>>
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2Froyale-
>>> >> >>>>development.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%
>>> 40adobe.com
>>> >> %7C
>>> >>
>>> >>>>>>9459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794a
>>> ed2c178decee1%7
>>> >>>>>>C0
>>> >>
>>> >>>>>>%7C0%7C636504267259051607&sdata=pPyN%2BuMObhLMcIkjS1tg
>>> rMmHc%2BrWGVr7%
>>> >>>>>>2F
>>> >> >>>>ulUOdzqWZQ%3D&reserved=0 <
>>> >> >>>>
>>> >> >>>>
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2Froyale-
>>> >> >>>>development.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%
>>> 40adobe.com
>>> >> %7C
>>> >>
>>> >>>>>>9459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794a
>>> ed2c178decee1%7
>>> >>>>>>C0
>>> >>
>>> >>>>>>%7C0%7C636504267259051607&sdata=pPyN%2BuMObhLMcIkjS1tg
>>> rMmHc%2BrWGVr7%
>>> >>>>>>2F
>>> >> >>>>ulUOdzqWZQ%3D&reserved=0>
>>> >> >>>> >>> %2Ffile%2F&data=02%7C01%7Caharui%4
>>> >> >>>> >>>>>>> 0adobe.com
>>> >> >>>><
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2F0adobe
>>> >> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d5514
>>> >>
>>> >>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636
>>> 504267259051607
>>> >>>>>>&s
>>> >> >>>>data=Oze6H5cbOmftD6o9eLu%2BNuWHpA7cmvd5zsBJrL0I81Q%3D&reserved=0>
>>> >> >>>><
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2F0adobe
>>> >> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d5514
>>> >>
>>> >>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636
>>> 504267259051607
>>> >>>>>>&s
>>> >> >>>>data=Oze6H5cbOmftD6o9eLu%2BNuWHpA7cmvd5zsBJrL0I81Q%3D&reserved=0
>>> <
>>> >> >>>>
>>> >>
>>> >>>>>>https://na01.safelinks.protection.outlook.com/?url=htt
>>> p%3A%2F%2F0adob
>>> >>>>>>e
>>> >> .
>>> >> >>>>com%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d55142
>>> >>
>>> >>>>>>3a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>> 04267259051607&
>>> >>>>>>sd
>>> >> >>>>ata=Oze6H5cbOmftD6o9eLu%2BNuWHpA7cmvd5zsBJrL0I81Q%3D&reserved=0>
>>> >> >>>> >>> %7C2a19eab2ec1f4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2
>>> c1
>>> >> >>>> >>>>>>>
>>> >> >>>> >> 78decee1%7C0%7C0%7C636502304073200067&sdata=OrjKd30bpS9CjjBH
>>> >> >>>> 0xl9t8VlHcN6
>>> >> >>>> >>>>>>> gaQQvhBwCdD%2Bjug%3D&reserved=0
>>> >> >>>> >>>>>>> t1/royale_sdk_description.png>
>>> >> >>>> >>>>>>>
>>> >> >>>> >>>>>>> Currently I have implemented logic which showing there
>>> >> >>>>(JSOnly),
>>> >> >>>> but
>>> >> >>>> >> I
>>> >> >>>> >>>>>>> thought that we can have such information in those files.
>>> >> >>>> >>>>>>>
>>> >> >>>> >>>>>>> May proposition having your thoughts in mind are:
>>> >> >>>> >>>>>>>
>>> >> >>>> >>>>>>> Royale JS: "Apache Royale 0.9.0 en_US (JS)"
>>> >> >>>> >>>>>>> Royale ASJS: "Apache Royale 0.9.0 FP11.7 AIR14.0 en_US
>>> (JS,
>>> >> >>>>SWF)"
>>> >> >>>> >>>>>>>
>>> >> >>>> >>>>>>> The question is where actually this file is created ? I
>>> >>will
>>> >> >>>>try
>>> >> >>>> to
>>> >> >>>> >>>>>>> find
>>> >> >>>> >>>>>>> code, but any tip would be great.
>>> >> >>>> >>>>>>>
>>> >> >>>> >>>>>>> Thanks, Piotr
>>> >> >>>> >>>>>>>
>>> >> >>>> >>>>>>>
>>> >> >>>> >>>>>>>
>>> >> >>>> >>>>>>>
>>> >> >>>> >>>>>>> --
>>> >> >>>> >>>>>>> Sent from:
>>> >> >>>> >>>>>>>
>>> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> >> >>>> F%2Fapache-r
>>> >>
>>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>>> tps%3A%2F%2Fna0
>>> >>>>>>1
>>> >> .
>>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38ca
>>> >>
>>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>> 7C0%7C636504267
>>> >>>>>>25
>>> >>
>>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>>> dEs%3D&reserved
>>> >>>>>>=0
>>> >> >>>> tion.outlook.com/?url=http%3A%2F%2Fapache-r> <
>>> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> >> >>>> F%2Fapache-r
>>> >>
>>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>>> tps%3A%2F%2Fna0
>>> >>>>>>1
>>> >> .
>>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38ca
>>> >>
>>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>> 7C0%7C636504267
>>> >>>>>>25
>>> >>
>>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>>> dEs%3D&reserved
>>> >>>>>>=0
>>> >> >>>> tion.outlook.com/?url=http%3A%2F%2Fapache-r>>
>>> >> >>>> >>>>>>> oyale-development.20373.n8.nabble.com <
>>> >> >>>>
>>> >> >>>>
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2Foyale-d
>>> >> >>>>evelopment.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%
>>> 40adobe.com
>>> >> %7C9
>>> >>
>>> >>>>>>459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794ae
>>> d2c178decee1%7C
>>> >>>>>>0%
>>> >>
>>> >>>>>>7C0%7C636504267259051607&sdata=LhWun3v78U3JZ2M%2Fh%2Bc
>>> koBURZa0UUr%2FZ
>>> >>>>>>vz
>>> >> >>>>TiXJxvzss%3D&reserved=0> <
>>> >> >>>> >>
>>> >> >>>>
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2Foyale-d
>>> >> >>>>evelopment.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%
>>> 40adobe.com
>>> >> %7C9
>>> >>
>>> >>>>>>459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794ae
>>> d2c178decee1%7C
>>> >>>>>>0%
>>> >>
>>> >>>>>>7C0%7C636504267259051607&sdata=LhWun3v78U3JZ2M%2Fh%2Bc
>>> koBURZa0UUr%2FZ
>>> >>>>>>vz
>>> >> >>>>TiXJxvzss%3D&reserved=0 <
>>> >> >>>>
>>> >> >>>>
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2Foyale-d
>>> >> >>>>evelopment.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%
>>> 40adobe.com
>>> >> %7C9
>>> >>
>>> >>>>>>459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794ae
>>> d2c178decee1%7C
>>> >>>>>>0%
>>> >>
>>> >>>>>>7C0%7C636504267259051607&sdata=LhWun3v78U3JZ2M%2Fh%2Bc
>>> koBURZa0UUr%2FZ
>>> >>>>>>vz
>>> >> >>>>TiXJxvzss%3D&reserved=0>
>>> >> >>>> >>> %2F&data=02%7C01%7Caharui%40adobe.c
>>> >> >>>> >>>>>>>
>>> >> >>>> >> om%7C2a19eab2ec1f4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794ae
>>> >> >>>> d2c178decee1
>>> >> >>>> >>>>>>>
>>> >> >>>> >> %7C0%7C0%7C636502304073200067&sdata=cWk4J6XPAOiogm4%2BnrSw7A
>>> >> >>>> EYnIgtP7c4ZF
>>> >> >>>> >>>>>>> U2Z184T3A%3D&reserved=0
>>> >> >>>> >>>>>>>
>>> >> >>>> >>>>>>
>>> >> >>>> >>>>>>
>>> >> >>>> >>>>>>
>>> >> >>>> >>>>>> --
>>> >> >>>> >>>>>>
>>> >> >>>> >>>>>> Piotr Zarzycki
>>> >> >>>> >>>>>>
>>> >> >>>> >>>>>> Patreon:
>>> >> >>>> >>>>>> *
>>> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>> >> >>>> 2F%2Fwww.pat
>>> >>
>>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>>> tps%3A%2F%2Fna0
>>> >>>>>>1
>>> >> .
>>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38ca
>>> >>
>>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>> 7C0%7C636504267
>>> >>>>>>25
>>> >>
>>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>>> dEs%3D&reserved
>>> >>>>>>=0
>>> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat> <
>>> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>> >> >>>> 2F%2Fwww.pat
>>> >>
>>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>>> tps%3A%2F%2Fna0
>>> >>>>>>1
>>> >> .
>>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38ca
>>> >>
>>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>> 7C0%7C636504267
>>> >>>>>>25
>>> >>
>>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>>> dEs%3D&reserved
>>> >>>>>>=0
>>> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat>>
>>> >> >>>> >>>>>> reon.com
>>> >> >>>><
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2Freon.c
>>> >> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d551423
>>> >>
>>> >>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650
>>> 4267259051607&s
>>> >>>>>>da
>>> >> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0>
>>> >> >>>><
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2Freon.c
>>> >> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d551423
>>> >>
>>> >>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650
>>> 4267259051607&s
>>> >>>>>>da
>>> >> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
>>> >> >>>><
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2Freon.c
>>> >> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d551423
>>> >>
>>> >>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650
>>> 4267259051607&s
>>> >>>>>>da
>>> >> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
>>> >> >>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
>>> >> >>>> >> 40adobe.com
>>> >> >>>><
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2F40adob
>>> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d551
>>> >>
>>> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>> 650426725905160
>>> >>>>>>7&
>>> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D
>>> &reserved=0>
>>> >> >>>><
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2F40adob
>>> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d551
>>> >>
>>> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>> 650426725905160
>>> >>>>>>7&
>>> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D
>>> &reserved=0
>>> >><
>>> >> >>>>
>>> >> >>>>
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2F40adobe
>>> >> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d5514
>>> >>
>>> >>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636
>>> 504267259051607
>>> >>>>>>&s
>>> >>
>>> >>>>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3
>>> D&reserved=0>>%
>>> >>>>>>7C
>>> >> >>>>2a19eab2ec1f
>>> >> >>>> >>>>>>
>>> >> >>>> >> 4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>> >> >>>> 7C0%7C6365023
>>> >> >>>> >>>>>>
>>> >> >>>> >> 04073200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKb
>>> >> >>>> g%3D&reserved
>>> >> >>>> >>>>>> =0
>>> >> >>>> >>>>>>
>>> >> >>>> >>>>>> <
>>> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>> >> >>>> 2F%2Fwww.pat
>>> >>
>>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>>> tps%3A%2F%2Fna0
>>> >>>>>>1
>>> >> .
>>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38ca
>>> >>
>>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>> 7C0%7C636504267
>>> >>>>>>25
>>> >>
>>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>>> dEs%3D&reserved
>>> >>>>>>=0
>>> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat> <
>>> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>> >> >>>> 2F%2Fwww.pat
>>> >>
>>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>>> tps%3A%2F%2Fna0
>>> >>>>>>1
>>> >> .
>>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38ca
>>> >>
>>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>> 7C0%7C636504267
>>> >>>>>>25
>>> >>
>>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>>> dEs%3D&reserved
>>> >>>>>>=0
>>> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat>>
>>> >> >>>> >>>>>> reon.com
>>> >> >>>><
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2Freon.c
>>> >> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d551423
>>> >>
>>> >>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650
>>> 4267259051607&s
>>> >>>>>>da
>>> >> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0>
>>> >> >>>><
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2Freon.c
>>> >> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d551423
>>> >>
>>> >>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650
>>> 4267259051607&s
>>> >>>>>>da
>>> >> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
>>> >> >>>><
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2Freon.c
>>> >> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d551423
>>> >>
>>> >>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650
>>> 4267259051607&s
>>> >>>>>>da
>>> >> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
>>> >> >>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
>>> >> >>>> >> 40adobe.com
>>> >> >>>><
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2F40adob
>>> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d551
>>> >>
>>> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>> 650426725905160
>>> >>>>>>7&
>>> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D
>>> &reserved=0>
>>> >> >>>><
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2F40adob
>>> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d551
>>> >>
>>> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>> 650426725905160
>>> >>>>>>7&
>>> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D
>>> &reserved=0
>>> >><
>>> >> >>>>
>>> >> >>>>
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2F40adobe
>>> >> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d5514
>>> >>
>>> >>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636
>>> 504267259051607
>>> >>>>>>&s
>>> >>
>>> >>>>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3
>>> D&reserved=0>>%
>>> >>>>>>7C
>>> >> >>>>2a19eab2ec1f
>>> >> >>>> >>>>>>
>>> >> >>>> >> 4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>> >> >>>> 7C0%7C6365023
>>> >> >>>> >>>>>>
>>> >> >>>> >> 04073200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKb
>>> >> >>>> g%3D&reserved
>>> >> >>>> >>>>>> =0>*
>>> >> >>>> >>>>>>
>>> >> >>>> >>>>>
>>> >> >>>> >>>>>
>>> >> >>>> >>>>>
>>> >> >>>> >>>>> --
>>> >> >>>> >>>>>
>>> >> >>>> >>>>> Piotr Zarzycki
>>> >> >>>> >>>>>
>>> >> >>>> >>>>> Patreon:
>>> >> >>>> >>>>> *
>>> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>> >> >>>> 2F%2Fwww.patr
>>> >>
>>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>>> tps%3A%2F%2Fna0
>>> >>>>>>1
>>> >> .
>>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38ca
>>> >>
>>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>> 7C0%7C636504267
>>> >>>>>>25
>>> >>
>>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>>> dEs%3D&reserved
>>> >>>>>>=0
>>> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
>>> >> >>>> >> <https://na01.safelinks.protection.outlook.com/?url=https%3A
>>> >> >>>> %2F%2Fwww.patr
>>> >>
>>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>>> tps%3A%2F%2Fna0
>>> >>>>>>1
>>> >> .
>>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38ca
>>> >>
>>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>> 7C0%7C636504267
>>> >>>>>>25
>>> >>
>>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>>> dEs%3D&reserved
>>> >>>>>>=0
>>> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
>>> >> >>>> >>>
>>> >> >>>> >>>>> eon.com
>>> >> >>>><
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2Feon.co
>>> >> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d551423a
>>> >>
>>> >>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504
>>> 267259051607&sd
>>> >>>>>>at
>>> >> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0>
>>> >> >>>><
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2Feon.co
>>> >> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d551423a
>>> >>
>>> >>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504
>>> 267259051607&sd
>>> >>>>>>at
>>> >> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
>>> >> >>>><
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2Feon.co
>>> >> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d551423a
>>> >>
>>> >>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504
>>> 267259051607&sd
>>> >>>>>>at
>>> >> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
>>> >> >>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
>>> >> >>>> >> 40adobe.com
>>> >> >>>><
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2F40adob
>>> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d551
>>> >>
>>> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>> 650426725905160
>>> >>>>>>7&
>>> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D
>>> &reserved=0>
>>> >> >>>><
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2F40adob
>>> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d551
>>> >>
>>> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>> 650426725905160
>>> >>>>>>7&
>>> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D
>>> &reserved=0
>>> >><
>>> >> >>>>
>>> >> >>>>
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2F40adobe
>>> >> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d5514
>>> >>
>>> >>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636
>>> 504267259051607
>>> >>>>>>&s
>>> >>
>>> >>>>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3
>>> D&reserved=0>>%
>>> >>>>>>7C
>>> >> >>>>2a19eab2ec1f4e
>>> >> >>>> >>>>>
>>> >> >>>> >> feea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
>>> >> >>>> 0%7C6365023040
>>> >> >>>> >>>>>
>>> >> >>>> >> 73200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKbg%3
>>> >> >>>> D&reserved=0
>>> >> >>>> >>>>> <
>>> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>> >> >>>> 2F%2Fwww.patr
>>> >>
>>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>>> tps%3A%2F%2Fna0
>>> >>>>>>1
>>> >> .
>>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38ca
>>> >>
>>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>> 7C0%7C636504267
>>> >>>>>>25
>>> >>
>>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>>> dEs%3D&reserved
>>> >>>>>>=0
>>> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
>>> >> >>>> >> <https://na01.safelinks.protection.outlook.com/?url=https%3A
>>> >> >>>> %2F%2Fwww.patr
>>> >>
>>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>>> tps%3A%2F%2Fna0
>>> >>>>>>1
>>> >> .
>>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38ca
>>> >>
>>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>> 7C0%7C636504267
>>> >>>>>>25
>>> >>
>>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>>> dEs%3D&reserved
>>> >>>>>>=0
>>> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
>>> >> >>>> >>>
>>> >> >>>> >>>>> eon.com
>>> >> >>>><
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2Feon.co
>>> >> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d551423a
>>> >>
>>> >>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504
>>> 267259051607&sd
>>> >>>>>>at
>>> >> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0>
>>> >> >>>><
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2Feon.co
>>> >> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d551423a
>>> >>
>>> >>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504
>>> 267259051607&sd
>>> >>>>>>at
>>> >> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
>>> >> >>>><
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2Feon.co
>>> >> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d551423a
>>> >>
>>> >>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504
>>> 267259051607&sd
>>> >>>>>>at
>>> >> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
>>> >> >>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
>>> >> >>>> >> 40adobe.com
>>> >> >>>><
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2F40adob
>>> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d551
>>> >>
>>> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>> 650426725905160
>>> >>>>>>7&
>>> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D
>>> &reserved=0>
>>> >> >>>><
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2F40adob
>>> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d551
>>> >>
>>> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>> 650426725905160
>>> >>>>>>7&
>>> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D
>>> &reserved=0
>>> >><
>>> >> >>>>
>>> >> >>>>
>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>> F%2F40adobe
>>> >> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e38cadc08d5514
>>> >>
>>> >>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636
>>> 504267259051607
>>> >>>>>>&s
>>> >>
>>> >>>>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3
>>> D&reserved=0>>%
>>> >>>>>>7C
>>> >> >>>>2a19eab2ec1f4e
>>> >> >>>> >>>>>
>>> >> >>>> >> feea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
>>> >> >>>> 0%7C6365023040
>>> >> >>>> >>>>>
>>> >> >>>> >> 73200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKbg%3
>>> >> >>>> D&reserved=0>*
>>> >> >>>>
>>> >> >>>>
>>> >> >>>
>>> >> >>>
>>> >> >>> --
>>> >> >>>
>>> >> >>> Piotr Zarzycki
>>> >> >>>
>>> >> >>> Patreon:
>>> >> >>>*
>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>> 2F%2Fwww.pa
>>> >> >>>treon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940
>>> >>
>>> >>>>>784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178dece
>>> e1%7C0%7C0%7C63
>>> >>>>>65
>>> >>
>>> >>>>>04267259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNy
>>> DWQeTnh%2BqhroQ
>>> >>>>>%3
>>> >> >>>D&reserved=0
>>> >> >>>
>>> >> >>><
>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>> 2F%2Fwww.pa
>>> >> >>>treon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940
>>> >>
>>> >>>>>784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178dece
>>> e1%7C0%7C0%7C63
>>> >>>>>65
>>> >>
>>> >>>>>04267259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNy
>>> DWQeTnh%2BqhroQ
>>> >>>>>%3
>>> >> >>>D&reserved=0>*
>>> >> >>>
>>> >> >>
>>> >> >>
>>> >> >>
>>> >> >> --
>>> >> >>
>>> >> >> Piotr Zarzycki
>>> >> >>
>>> >> >> Patreon:
>>> >> >>*
>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>> 2F%2Fwww.pat
>>> >> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a7294078
>>> >>
>>> >>>>4e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%
>>> 7C0%7C0%7C63650
>>> >>>>42
>>> >>
>>> >>>>67259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQe
>>> Tnh%2BqhroQ%3D&
>>> >>>>re
>>> >> >>served=0
>>> >> >>
>>> >> >><
>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>> 2F%2Fwww.pat
>>> >> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a7294078
>>> >>
>>> >>>>4e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%
>>> 7C0%7C0%7C63650
>>> >>>>42
>>> >>
>>> >>>>67259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQe
>>> Tnh%2BqhroQ%3D&
>>> >>>>re
>>> >> >>served=0>*
>>> >> >>
>>> >> >
>>> >> >
>>> >> >
>>> >> >--
>>> >> >
>>> >> >Piotr Zarzycki
>>> >> >
>>> >> >Patreon:
>>> >> >*
>>> >>
>>> >>https://na01.safelinks.protection.outlook.com/?url=https%3
>>> A%2F%2Fwww.patr
>>> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e
>>> >>
>>> >>>38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0
>>> %7C0%7C63650426
>>> >>>72
>>> >>
>>> >>>59051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%
>>> 2BqhroQ%3D&rese
>>> >>>rv
>>> >> >ed=0
>>> >> ><
>>> >>
>>> >>https://na01.safelinks.protection.outlook.com/?url=https%3
>>> A%2F%2Fwww.patr
>>> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>> >> %7C9459a72940784e
>>> >>
>>> >>>38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0
>>> %7C0%7C63650426
>>> >>>72
>>> >>
>>> >>>59051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%
>>> 2BqhroQ%3D&rese
>>> >>>rv
>>> >> >ed=0>*
>>> >>
>>> >>
>>>
>>>
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>> Patreon: *https://www.patreon.com/piotrzarzycki
>> <https://www.patreon.com/piotrzarzycki>*
>>
>
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Distinguish description in "royale-sdk-description.xml" between asjs and JSOnly

Posted by Piotr Zarzycki <pi...@gmail.com>.
Alex,

I think I have an idea how to fix things. I will make it probably tomorrow.

Thanks, Piotr

2018-01-02 8:38 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:

> Understand. Let me change that part to the state as it was.
>
> Thanks, Piotr
>
> 2018-01-02 8:35 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:
>
>> Hi Piotr,
>>
>> I would not add new tags to flex-sdk-description either.  We don't know
>> how it is being parsed by the legacy IDEs.
>>
>> I was only recommending that royale-sdk-description have something like
>> output-target and rely on being XML instead of strings with space
>> delimiters.
>>
>> I don't care if we call it just "sdk-description" or even something with
>> the name "registry" or "contents".  I think it should be XML or some other
>> extensible format.
>>
>> My 2 cents,
>> -Alex
>>
>> On 1/1/18, 10:56 PM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
>>
>> >Alex,
>> >
>> >Actually I haven't change the old options - there are still name, version
>> >and build, so we are good here.
>> >There is only new tag as you proposed. Once you get a chance test it in
>> >the
>> >Flash Builder.
>> >
>> >Ok in case of royale-sdk-description I will put in version Royale version
>> >and investigate more  rest of the option.
>> >
>> >Piotr
>> >
>> >On Tue, Jan 2, 2018, 07:16 Alex Harui <ah...@adobe.com.invalid> wrote:
>> >
>> >> Hi Piotr,
>> >>
>> >> I guess I wasn't clear.  We should not change flex-sdk-description.xml.
>> >> We don't know what IDE's depend on its current format.
>> >>
>> >> You can do anything you want in royale-sdk-description.
>> >> The royale-asjs build should hit an Ant target called "jsonly-package"
>> >> that modified files in the js-only package.  Hopefully you can either
>> >> modify the royale-sdk-description or generate a new one.
>> >>
>> >> HTH,
>> >> -ALex
>> >>
>> >>
>> >> On 1/1/18, 10:05 AM, "Piotr Zarzycki" <pi...@gmail.com>
>> wrote:
>> >>
>> >> >Alex,
>> >> >
>> >> >I have pushed changes where I have in the sdk-description.xml
>> >> >"output-targets". We have now following content [1]. I didn't change
>> >> >"name"
>> >> >to "product" and prefer to leave it as is.
>> >> >
>> >> >What's with version - I didn't change it either, cause this is
>> >>something
>> >> >for Flash Builder. What if we add there 9.0 ? Flash Builder recognize
>> >>it
>> >> >properly ?
>> >> >
>> >> >I see one problem on Jenkins. Build asjs [2] produces also packages
>> >> >jsonly,
>> >> >but this package is being build with PLAYERGLOBAL_HOME set. In that
>> >>case
>> >> >it
>> >> >will contains wrong sdk-description. My generation is based on
>> >> >PLAYERGLOBAL_HOME - if it's set we will have js and swf in
>> >>output-targets.
>> >> >
>> >> >[1]
>> >> >
>> >>
>> >>https://na01.safelinks.protection.outlook.com/?url=https%
>> 3A%2F%2Fpaste.ap
>> >>a
>> >> >che.org%2FLqI7&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d
>> >>
>> >>>551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>> 650426725905160
>> >>>7&
>> >> >sdata=IpqzJ%2FsGEvREbeOVvILOOBGnTfzgIx%2FQvrFBB5fCPRQ%3D&reserved=0
>> >> >[2]
>> >> >
>> >>
>> >>https://na01.safelinks.protection.outlook.com/?url=http%
>> 3A%2F%2Fapacheroy
>> >>a
>> >> >leci.westus2.cloudapp.azure.com
>> >> %3A8080%2Fjob%2Froyale-asjs%2FlastSuccessfu
>> >> >lBuild%2Fartifact%2Fout%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a729407
>> >>
>> >>>84e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%
>> 7C0%7C0%7C63650
>> >>>42
>> >>
>> >>>67259051607&sdata=6P%2FRIkl5AgD5tQh%2B%2FOvu4bQaI9VyCInE6
>> NidvppI3Fs%3D&r
>> >>>es
>> >> >erved=0
>> >> >
>> >> >Thanks, Piotr
>> >> >
>> >> >
>> >> >2017-12-31 11:13 GMT+01:00 Piotr Zarzycki <piotrzarzycki21@gmail.com
>> >:
>> >> >
>> >> >> I will wait to see what other things in that matter.
>> >> >>
>> >> >> Thanks, Piotr
>> >> >>
>> >> >> 2017-12-31 10:49 GMT+01:00 Piotr Zarzycki
>> >><pi...@gmail.com>:
>> >> >>
>> >> >>> Harbs,
>> >> >>>
>> >> >>> I'm sorry!! I thought that you would like to get rid off
>> >> >>> flex-sdk-description ! Ok in that case I need to check what's I
>> will
>> >> >>>have
>> >> >>> to change in Moonshine, but that probably a minor things. :)
>> >> >>>
>> >> >>> Thanks, Piotr
>> >> >>>
>> >> >>> 2017-12-31 10:28 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
>> >> >>>
>> >> >>>> What’s the harm in having two files? One named
>> flex-sdk-description
>> >> >>>>for
>> >> >>>> backwards compatibility and a second one named sdk-description for
>> >> >>>>forward
>> >> >>>> compatibility. The sooner we have a generic file, the sooner IDEs
>> >>can
>> >> >>>>start
>> >> >>>> using it.
>> >> >>>>
>> >> >>>> Harbs
>> >> >>>>
>> >> >>>> > On Dec 31, 2017, at 11:03 AM, Piotr Zarzycki <
>> >> >>>> piotrzarzycki21@gmail.com> wrote:
>> >> >>>> >
>> >> >>>> > Alex,
>> >> >>>> >
>> >> >>>> > I like this format and I can apply it. The question was whether
>> >> >>>> condition
>> >> >>>> > to determined targets are ok?
>> >> >>>> >
>> >> >>>> > Harbs,
>> >> >>>> >
>> >> >>>> > I'm against change the name of that file now. Maybe once we
>> >>release
>> >> >>>> 0.9.0
>> >> >>>> > and IDEs integrate it.
>> >> >>>> > Once we try Royale in Intellij which is still in play.
>> >> >>>> > Jetbrains haven't claim as I thought that they won't support
>> >> >>>> Royale/FlexJS.
>> >> >>>> > Maybe some day they will.
>> >> >>>> >
>> >> >>>> > Than we can experiment what can happen with change the name.
>> >> >>>> >
>> >> >>>> > Piotr
>> >> >>>> >
>> >> >>>> > On Sun, Dec 31, 2017, 09:16 Gabe Harbs <harbs.lists@gmail.com
>> >> >>>><mailto:
>> >> >>>> harbs.lists@gmail.com>> wrote:
>> >> >>>> >
>> >> >>>> >> To be clear, I understand that “flex-idk-decription” is needed
>> >>for
>> >> >>>>the
>> >> >>>> >> current Flash Builder implementation, but I don’t think we
>> >>should
>> >> >>>>be
>> >> >>>> held
>> >> >>>> >> back by that forever, so I’m suggesting *adding* a name not
>> >> >>>>specific
>> >> >>>> to
>> >> >>>> >> flex.
>> >> >>>> >>
>> >> >>>> >>> On Dec 31, 2017, at 9:41 AM, Gabe Harbs <
>> harbs.lists@gmail.com>
>> >> >>>> wrote:
>> >> >>>> >>>
>> >> >>>> >>> I added it. The reason I did was that was how I was able to
>> >>get VS
>> >> >>>> Code
>> >> >>>> >> to recognize the SDK.
>> >> >>>> >>>
>> >> >>>> >>> I have no problem reworking the description file, but I do
>> >>think
>> >> >>>>we
>> >> >>>> >> should drop the “flex” from the name.
>> >> >>>> >>>
>> >> >>>> >>> In fact, we can probably just make it sdk-description.xml and
>> >>the
>> >> >>>> root
>> >> >>>> >> tag could be <sdk-description>
>> >> >>>> >>>
>> >> >>>> >>> Harbs
>> >> >>>> >>>
>> >> >>>> >>>> On Dec 31, 2017, at 9:13 AM, Alex Harui
>> >><aharui@adobe.com.INVALID
>> >> >>>> >> <mailto:aharui@adobe.com.INVALID
>> >> >>>><ma...@adobe.com.INVALID>>>
>> >> >>>> wrote:
>> >> >>>> >>>>
>> >> >>>> >>>> I didn't have anything to do with the creation of
>> >> >>>> >> royale-sdk-description.
>> >> >>>> >>>> It looks like someone copied the flex-sdk-description
>> >>generation
>> >> >>>> script.
>> >> >>>> >>>> Is there any reason for that?
>> >> >>>> >>>>
>> >> >>>> >>>> IMO, parsing a string in an XML file to understand the SDK
>> >> >>>>contents
>> >> >>>> >>>> doesn’t make sense to me.  If the only current consumer of
>> >>this
>> >> >>>> file is
>> >> >>>> >> VS
>> >> >>>> >>>> Code and it is only using the presence of the file, now would
>> >>be
>> >> >>>>a
>> >> >>>> good
>> >> >>>> >>>> time to set the contents of royale-sdk-description in a way
>> >>that
>> >> >>>>is
>> >> >>>> more
>> >> >>>> >>>> future-proof.  Plus, the VS Code extension can probably be
>> >> >>>>adjusted
>> >> >>>> if
>> >> >>>> >>>> needed.
>> >> >>>> >>>>
>> >> >>>> >>>> I'd suggest something like:
>> >> >>>> >>>>
>> >> >>>> >>>> <!-- Description of Apache Royale SDK -->
>> >> >>>> >>>> <royale-sdk-description>
>> >> >>>> >>>> <product>Apache Royale</product>
>> >> >>>> >>>> <version>0.8.0</version>
>> >> >>>> >>>> <build>20171230</build>
>> >> >>>> >>>> <output-targets>
>> >> >>>> >>>>   <output-target name="js" version="Ecma5Strict" />
>> >> >>>> >>>>   <output-target name="swf" version="AS3" AIR="25.0"
>> >> >>>>Flash="25.0" />
>> >> >>>> >>>> </output-targets>
>> >> >>>> >>>> </royale-sdk-description>
>> >> >>>> >>>>
>> >> >>>> >>>> That way everything is an XML tag or attribute and no parsing
>> >>is
>> >> >>>> >> required.
>> >> >>>> >>>> I'm regretting calling things "JSOnly".  I'd rather focus on
>> >>what
>> >> >>>> you
>> >> >>>> >>>> have instead of what you don't have.
>> >> >>>> >>>>
>> >> >>>> >>>> Thoughts?
>> >> >>>> >>>> -Alex
>> >> >>>> >>>>
>> >> >>>> >>>> On 12
>> >> >>>> >>>>
>> >> >>>> >>>>
>> >> >>>> >>>>
>> >> >>>> >>>> On 12/30/17, 3:33 AM, "Piotr Zarzycki" <
>> >> piotrzarzycki21@gmail.com
>> >> >>>> <ma...@gmail.com>
>> >> >>>> >> <mailto:piotrzarzycki21@gmail.com
>> >> >>>><ma...@gmail.com>>>
>> >> >>>> wrote:
>> >> >>>> >>>>
>> >> >>>> >>>>> Here is my thoughts about that, cause I don't want to break
>> >> >>>> anything.
>> >> >>>> >> In
>> >> >>>> >>>>> ANT build royale-sdk-description is being created in target
>> >> >>>> "prebuild"
>> >> >>>> >> ->
>> >> >>>> >>>>> "
>> >> >>>> >>>>> create-description". I see following option:
>> >> >>>> >>>>>
>> >> >>>> >>>>> - Check whether we have environment variables set up:
>> >> >>>> >>>>> env.PLAYERGLOBAL_HOME
>> >> >>>> >>>>> OR env.AIR_HOME  if not make short description with "Apache
>> >> >>>>Royale
>> >> >>>> >> 0.9.0
>> >> >>>> >>>>> en_US (JS)"
>> >> >>>> >>>>>
>> >> >>>> >>>>> What do you think ? Is it sufficient ?
>> >> >>>> >>>>>
>> >> >>>> >>>>> Thanks, Piotr
>> >> >>>> >>>>>
>> >> >>>> >>>>>
>> >> >>>> >>>>> 2017-12-30 12:04 GMT+01:00 Piotr Zarzycki <
>> >> >>>> piotrzarzycki21@gmail.com <ma...@gmail.com>
>> >> >>>> >> <mailto:piotrzarzycki21@gmail.com <mailto:
>> >> piotrzarzycki21@gmail.com
>> >> >>>> >>>:
>> >> >>>> >>>>>
>> >> >>>> >>>>>> I think I have found where those files are generated. I
>> will
>> >> >>>> think how
>> >> >>>> >>>>>> to
>> >> >>>> >>>>>> change them, but if someone have other thoughts let me
>> >>know! :)
>> >> >>>> >>>>>>
>> >> >>>> >>>>>> Thanks, Piotr
>> >> >>>> >>>>>>
>> >> >>>> >>>>>> 2017-12-30 11:59 GMT+01:00 piotrz <piotrz@apache.org
>> >><mailto:
>> >> >>>> piotrz@apache.org> <mailto:
>> >> >>>> >> piotrz@apache.org <ma...@apache.org>>>:
>> >> >>>> >>>>>>
>> >> >>>> >>>>>>> Alex,
>> >> >>>> >>>>>>>
>> >> >>>> >>>>>>> Currently in Moonshine we are using flex-sdk-description,
>> >>but
>> >> >>>> >> probably
>> >> >>>> >>>>>>> after
>> >> >>>> >>>>>>> first release of Royale we will use
>> royale-sdk-description.
>> >> >>>> >> Information
>> >> >>>> >>>>>>> from
>> >> >>>> >>>>>>> that file is being used to display name of the SDK.
>> >> >>>> >>>>>>>
>> >> >>>> >>>>>>>
>> >> >>>> >>>>>>> <
>> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>> >> >>>> F%2Fapache-
>> >> >>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%
>> >> >>>> 2F%2Fapache-> <
>> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>> >> >>>> F%2Fapache-
>> >> >>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%
>> >> >>>> 2F%2Fapache->>
>> >> >>>> >>>>>>> royale-development.20373.n8.nabble.com <
>> >> >>>>
>> >> >>>>
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%
>> 2F%2Froyale-
>> >> >>>>development.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%
>> 40adobe.com
>> >> %7C
>> >>
>> >>>>>>9459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794a
>> ed2c178decee1%7
>> >>>>>>C0
>> >>
>> >>>>>>%7C0%7C636504267259051607&sdata=pPyN%2BuMObhLMcIkjS1tgrMmHc%2BrWGVr
>> 7%
>> >>>>>>2F
>> >> >>>>ulUOdzqWZQ%3D&reserved=0> <
>> >> >>>> >>
>> >> >>>>
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%
>> 2F%2Froyale-
>> >> >>>>development.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%
>> 40adobe.com
>> >> %7C
>> >>
>> >>>>>>9459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794a
>> ed2c178decee1%7
>> >>>>>>C0
>> >>
>> >>>>>>%7C0%7C636504267259051607&sdata=pPyN%2BuMObhLMcIkjS1tgrMmHc%2BrWGVr
>> 7%
>> >>>>>>2F
>> >> >>>>ulUOdzqWZQ%3D&reserved=0 <
>> >> >>>>
>> >> >>>>
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%
>> 2F%2Froyale-
>> >> >>>>development.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%
>> 40adobe.com
>> >> %7C
>> >>
>> >>>>>>9459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794a
>> ed2c178decee1%7
>> >>>>>>C0
>> >>
>> >>>>>>%7C0%7C636504267259051607&sdata=pPyN%2BuMObhLMcIkjS1tgrMmHc%2BrWGVr
>> 7%
>> >>>>>>2F
>> >> >>>>ulUOdzqWZQ%3D&reserved=0>
>> >> >>>> >>> %2Ffile%2F&data=02%7C01%7Caharui%4
>> >> >>>> >>>>>>> 0adobe.com
>> >> >>>><
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F0adobe
>> >> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d5514
>> >>
>> >>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636
>> 504267259051607
>> >>>>>>&s
>> >> >>>>data=Oze6H5cbOmftD6o9eLu%2BNuWHpA7cmvd5zsBJrL0I81Q%3D&reserved=0>
>> >> >>>><
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F0adobe
>> >> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d5514
>> >>
>> >>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636
>> 504267259051607
>> >>>>>>&s
>> >> >>>>data=Oze6H5cbOmftD6o9eLu%2BNuWHpA7cmvd5zsBJrL0I81Q%3D&reserved=0 <
>> >> >>>>
>> >>
>> >>>>>>https://na01.safelinks.protection.outlook.com/?url=htt
>> p%3A%2F%2F0adob
>> >>>>>>e
>> >> .
>> >> >>>>com%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d55142
>> >>
>> >>>>>>3a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>> 04267259051607&
>> >>>>>>sd
>> >> >>>>ata=Oze6H5cbOmftD6o9eLu%2BNuWHpA7cmvd5zsBJrL0I81Q%3D&reserved=0>
>> >> >>>> >>> %7C2a19eab2ec1f4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2
>> c1
>> >> >>>> >>>>>>>
>> >> >>>> >> 78decee1%7C0%7C0%7C636502304073200067&sdata=OrjKd30bpS9CjjBH
>> >> >>>> 0xl9t8VlHcN6
>> >> >>>> >>>>>>> gaQQvhBwCdD%2Bjug%3D&reserved=0
>> >> >>>> >>>>>>> t1/royale_sdk_description.png>
>> >> >>>> >>>>>>>
>> >> >>>> >>>>>>> Currently I have implemented logic which showing there
>> >> >>>>(JSOnly),
>> >> >>>> but
>> >> >>>> >> I
>> >> >>>> >>>>>>> thought that we can have such information in those files.
>> >> >>>> >>>>>>>
>> >> >>>> >>>>>>> May proposition having your thoughts in mind are:
>> >> >>>> >>>>>>>
>> >> >>>> >>>>>>> Royale JS: "Apache Royale 0.9.0 en_US (JS)"
>> >> >>>> >>>>>>> Royale ASJS: "Apache Royale 0.9.0 FP11.7 AIR14.0 en_US
>> (JS,
>> >> >>>>SWF)"
>> >> >>>> >>>>>>>
>> >> >>>> >>>>>>> The question is where actually this file is created ? I
>> >>will
>> >> >>>>try
>> >> >>>> to
>> >> >>>> >>>>>>> find
>> >> >>>> >>>>>>> code, but any tip would be great.
>> >> >>>> >>>>>>>
>> >> >>>> >>>>>>> Thanks, Piotr
>> >> >>>> >>>>>>>
>> >> >>>> >>>>>>>
>> >> >>>> >>>>>>>
>> >> >>>> >>>>>>>
>> >> >>>> >>>>>>> --
>> >> >>>> >>>>>>> Sent from:
>> >> >>>> >>>>>>>
>> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>> >> >>>> F%2Fapache-r
>> >>
>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>> tps%3A%2F%2Fna0
>> >>>>>>1
>> >> .
>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38ca
>> >>
>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>> 7C0%7C636504267
>> >>>>>>25
>> >>
>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>> dEs%3D&reserved
>> >>>>>>=0
>> >> >>>> tion.outlook.com/?url=http%3A%2F%2Fapache-r> <
>> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>> >> >>>> F%2Fapache-r
>> >>
>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>> tps%3A%2F%2Fna0
>> >>>>>>1
>> >> .
>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38ca
>> >>
>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>> 7C0%7C636504267
>> >>>>>>25
>> >>
>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>> dEs%3D&reserved
>> >>>>>>=0
>> >> >>>> tion.outlook.com/?url=http%3A%2F%2Fapache-r>>
>> >> >>>> >>>>>>> oyale-development.20373.n8.nabble.com <
>> >> >>>>
>> >> >>>>
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%
>> 2F%2Foyale-d
>> >> >>>>evelopment.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%
>> 40adobe.com
>> >> %7C9
>> >>
>> >>>>>>459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794ae
>> d2c178decee1%7C
>> >>>>>>0%
>> >>
>> >>>>>>7C0%7C636504267259051607&sdata=LhWun3v78U3JZ2M%2Fh%2Bc
>> koBURZa0UUr%2FZ
>> >>>>>>vz
>> >> >>>>TiXJxvzss%3D&reserved=0> <
>> >> >>>> >>
>> >> >>>>
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%
>> 2F%2Foyale-d
>> >> >>>>evelopment.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%
>> 40adobe.com
>> >> %7C9
>> >>
>> >>>>>>459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794ae
>> d2c178decee1%7C
>> >>>>>>0%
>> >>
>> >>>>>>7C0%7C636504267259051607&sdata=LhWun3v78U3JZ2M%2Fh%2Bc
>> koBURZa0UUr%2FZ
>> >>>>>>vz
>> >> >>>>TiXJxvzss%3D&reserved=0 <
>> >> >>>>
>> >> >>>>
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%
>> 2F%2Foyale-d
>> >> >>>>evelopment.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%
>> 40adobe.com
>> >> %7C9
>> >>
>> >>>>>>459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794ae
>> d2c178decee1%7C
>> >>>>>>0%
>> >>
>> >>>>>>7C0%7C636504267259051607&sdata=LhWun3v78U3JZ2M%2Fh%2Bc
>> koBURZa0UUr%2FZ
>> >>>>>>vz
>> >> >>>>TiXJxvzss%3D&reserved=0>
>> >> >>>> >>> %2F&data=02%7C01%7Caharui%40adobe.c
>> >> >>>> >>>>>>>
>> >> >>>> >> om%7C2a19eab2ec1f4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794ae
>> >> >>>> d2c178decee1
>> >> >>>> >>>>>>>
>> >> >>>> >> %7C0%7C0%7C636502304073200067&sdata=cWk4J6XPAOiogm4%2BnrSw7A
>> >> >>>> EYnIgtP7c4ZF
>> >> >>>> >>>>>>> U2Z184T3A%3D&reserved=0
>> >> >>>> >>>>>>>
>> >> >>>> >>>>>>
>> >> >>>> >>>>>>
>> >> >>>> >>>>>>
>> >> >>>> >>>>>> --
>> >> >>>> >>>>>>
>> >> >>>> >>>>>> Piotr Zarzycki
>> >> >>>> >>>>>>
>> >> >>>> >>>>>> Patreon:
>> >> >>>> >>>>>> *
>> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>> >> >>>> 2F%2Fwww.pat
>> >>
>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>> tps%3A%2F%2Fna0
>> >>>>>>1
>> >> .
>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38ca
>> >>
>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>> 7C0%7C636504267
>> >>>>>>25
>> >>
>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>> dEs%3D&reserved
>> >>>>>>=0
>> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat> <
>> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>> >> >>>> 2F%2Fwww.pat
>> >>
>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>> tps%3A%2F%2Fna0
>> >>>>>>1
>> >> .
>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38ca
>> >>
>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>> 7C0%7C636504267
>> >>>>>>25
>> >>
>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>> dEs%3D&reserved
>> >>>>>>=0
>> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat>>
>> >> >>>> >>>>>> reon.com
>> >> >>>><
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
>> >> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d551423
>> >>
>> >>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650
>> 4267259051607&s
>> >>>>>>da
>> >> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0>
>> >> >>>><
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
>> >> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d551423
>> >>
>> >>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650
>> 4267259051607&s
>> >>>>>>da
>> >> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
>> >> >>>><
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
>> >> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d551423
>> >>
>> >>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650
>> 4267259051607&s
>> >>>>>>da
>> >> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
>> >> >>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
>> >> >>>> >> 40adobe.com
>> >> >>>><
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
>> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d551
>> >>
>> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>> 650426725905160
>> >>>>>>7&
>> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%
>> 3D&reserved=0>
>> >> >>>><
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
>> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d551
>> >>
>> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>> 650426725905160
>> >>>>>>7&
>> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%
>> 3D&reserved=0
>> >><
>> >> >>>>
>> >> >>>>
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%
>> 2F%2F40adobe
>> >> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d5514
>> >>
>> >>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636
>> 504267259051607
>> >>>>>>&s
>> >>
>> >>>>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%
>> 3D&reserved=0>>%
>> >>>>>>7C
>> >> >>>>2a19eab2ec1f
>> >> >>>> >>>>>>
>> >> >>>> >> 4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>> >> >>>> 7C0%7C6365023
>> >> >>>> >>>>>>
>> >> >>>> >> 04073200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKb
>> >> >>>> g%3D&reserved
>> >> >>>> >>>>>> =0
>> >> >>>> >>>>>>
>> >> >>>> >>>>>> <
>> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>> >> >>>> 2F%2Fwww.pat
>> >>
>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>> tps%3A%2F%2Fna0
>> >>>>>>1
>> >> .
>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38ca
>> >>
>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>> 7C0%7C636504267
>> >>>>>>25
>> >>
>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>> dEs%3D&reserved
>> >>>>>>=0
>> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat> <
>> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>> >> >>>> 2F%2Fwww.pat
>> >>
>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>> tps%3A%2F%2Fna0
>> >>>>>>1
>> >> .
>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38ca
>> >>
>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>> 7C0%7C636504267
>> >>>>>>25
>> >>
>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>> dEs%3D&reserved
>> >>>>>>=0
>> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat>>
>> >> >>>> >>>>>> reon.com
>> >> >>>><
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
>> >> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d551423
>> >>
>> >>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650
>> 4267259051607&s
>> >>>>>>da
>> >> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0>
>> >> >>>><
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
>> >> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d551423
>> >>
>> >>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650
>> 4267259051607&s
>> >>>>>>da
>> >> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
>> >> >>>><
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
>> >> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d551423
>> >>
>> >>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650
>> 4267259051607&s
>> >>>>>>da
>> >> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
>> >> >>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
>> >> >>>> >> 40adobe.com
>> >> >>>><
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
>> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d551
>> >>
>> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>> 650426725905160
>> >>>>>>7&
>> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%
>> 3D&reserved=0>
>> >> >>>><
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
>> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d551
>> >>
>> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>> 650426725905160
>> >>>>>>7&
>> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%
>> 3D&reserved=0
>> >><
>> >> >>>>
>> >> >>>>
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%
>> 2F%2F40adobe
>> >> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d5514
>> >>
>> >>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636
>> 504267259051607
>> >>>>>>&s
>> >>
>> >>>>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%
>> 3D&reserved=0>>%
>> >>>>>>7C
>> >> >>>>2a19eab2ec1f
>> >> >>>> >>>>>>
>> >> >>>> >> 4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>> >> >>>> 7C0%7C6365023
>> >> >>>> >>>>>>
>> >> >>>> >> 04073200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKb
>> >> >>>> g%3D&reserved
>> >> >>>> >>>>>> =0>*
>> >> >>>> >>>>>>
>> >> >>>> >>>>>
>> >> >>>> >>>>>
>> >> >>>> >>>>>
>> >> >>>> >>>>> --
>> >> >>>> >>>>>
>> >> >>>> >>>>> Piotr Zarzycki
>> >> >>>> >>>>>
>> >> >>>> >>>>> Patreon:
>> >> >>>> >>>>> *
>> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>> >> >>>> 2F%2Fwww.patr
>> >>
>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>> tps%3A%2F%2Fna0
>> >>>>>>1
>> >> .
>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38ca
>> >>
>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>> 7C0%7C636504267
>> >>>>>>25
>> >>
>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>> dEs%3D&reserved
>> >>>>>>=0
>> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
>> >> >>>> >> <https://na01.safelinks.protection.outlook.com/?url=https%3A
>> >> >>>> %2F%2Fwww.patr
>> >>
>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>> tps%3A%2F%2Fna0
>> >>>>>>1
>> >> .
>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38ca
>> >>
>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>> 7C0%7C636504267
>> >>>>>>25
>> >>
>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>> dEs%3D&reserved
>> >>>>>>=0
>> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
>> >> >>>> >>>
>> >> >>>> >>>>> eon.com
>> >> >>>><
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
>> >> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d551423a
>> >>
>> >>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504
>> 267259051607&sd
>> >>>>>>at
>> >> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0>
>> >> >>>><
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
>> >> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d551423a
>> >>
>> >>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504
>> 267259051607&sd
>> >>>>>>at
>> >> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
>> >> >>>><
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
>> >> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d551423a
>> >>
>> >>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504
>> 267259051607&sd
>> >>>>>>at
>> >> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
>> >> >>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
>> >> >>>> >> 40adobe.com
>> >> >>>><
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
>> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d551
>> >>
>> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>> 650426725905160
>> >>>>>>7&
>> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%
>> 3D&reserved=0>
>> >> >>>><
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
>> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d551
>> >>
>> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>> 650426725905160
>> >>>>>>7&
>> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%
>> 3D&reserved=0
>> >><
>> >> >>>>
>> >> >>>>
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%
>> 2F%2F40adobe
>> >> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d5514
>> >>
>> >>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636
>> 504267259051607
>> >>>>>>&s
>> >>
>> >>>>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%
>> 3D&reserved=0>>%
>> >>>>>>7C
>> >> >>>>2a19eab2ec1f4e
>> >> >>>> >>>>>
>> >> >>>> >> feea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
>> >> >>>> 0%7C6365023040
>> >> >>>> >>>>>
>> >> >>>> >> 73200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKbg%3
>> >> >>>> D&reserved=0
>> >> >>>> >>>>> <
>> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>> >> >>>> 2F%2Fwww.patr
>> >>
>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>> tps%3A%2F%2Fna0
>> >>>>>>1
>> >> .
>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38ca
>> >>
>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>> 7C0%7C636504267
>> >>>>>>25
>> >>
>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>> dEs%3D&reserved
>> >>>>>>=0
>> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
>> >> >>>> >> <https://na01.safelinks.protection.outlook.com/?url=https%3A
>> >> >>>> %2F%2Fwww.patr
>> >>
>> >>>>>><https://na01.safelinks.protection.outlook.com/?url=ht
>> tps%3A%2F%2Fna0
>> >>>>>>1
>> >> .
>> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38ca
>> >>
>> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>> 7C0%7C636504267
>> >>>>>>25
>> >>
>> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8
>> dEs%3D&reserved
>> >>>>>>=0
>> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
>> >> >>>> >>>
>> >> >>>> >>>>> eon.com
>> >> >>>><
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
>> >> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d551423a
>> >>
>> >>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504
>> 267259051607&sd
>> >>>>>>at
>> >> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0>
>> >> >>>><
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
>> >> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d551423a
>> >>
>> >>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504
>> 267259051607&sd
>> >>>>>>at
>> >> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
>> >> >>>><
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
>> >> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d551423a
>> >>
>> >>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504
>> 267259051607&sd
>> >>>>>>at
>> >> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
>> >> >>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
>> >> >>>> >> 40adobe.com
>> >> >>>><
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
>> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d551
>> >>
>> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>> 650426725905160
>> >>>>>>7&
>> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%
>> 3D&reserved=0>
>> >> >>>><
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
>> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d551
>> >>
>> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>> 650426725905160
>> >>>>>>7&
>> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%
>> 3D&reserved=0
>> >><
>> >> >>>>
>> >> >>>>
>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%
>> 2F%2F40adobe
>> >> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e38cadc08d5514
>> >>
>> >>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636
>> 504267259051607
>> >>>>>>&s
>> >>
>> >>>>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%
>> 3D&reserved=0>>%
>> >>>>>>7C
>> >> >>>>2a19eab2ec1f4e
>> >> >>>> >>>>>
>> >> >>>> >> feea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
>> >> >>>> 0%7C6365023040
>> >> >>>> >>>>>
>> >> >>>> >> 73200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKbg%3
>> >> >>>> D&reserved=0>*
>> >> >>>>
>> >> >>>>
>> >> >>>
>> >> >>>
>> >> >>> --
>> >> >>>
>> >> >>> Piotr Zarzycki
>> >> >>>
>> >> >>> Patreon:
>> >> >>>*
>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>> 2F%2Fwww.pa
>> >> >>>treon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940
>> >>
>> >>>>>784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178dece
>> e1%7C0%7C0%7C63
>> >>>>>65
>> >>
>> >>>>>04267259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNy
>> DWQeTnh%2BqhroQ
>> >>>>>%3
>> >> >>>D&reserved=0
>> >> >>>
>> >> >>><
>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>> 2F%2Fwww.pa
>> >> >>>treon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940
>> >>
>> >>>>>784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178dece
>> e1%7C0%7C0%7C63
>> >>>>>65
>> >>
>> >>>>>04267259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNy
>> DWQeTnh%2BqhroQ
>> >>>>>%3
>> >> >>>D&reserved=0>*
>> >> >>>
>> >> >>
>> >> >>
>> >> >>
>> >> >> --
>> >> >>
>> >> >> Piotr Zarzycki
>> >> >>
>> >> >> Patreon:
>> >> >>*
>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>> 2F%2Fwww.pat
>> >> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a7294078
>> >>
>> >>>>4e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%
>> 7C0%7C0%7C63650
>> >>>>42
>> >>
>> >>>>67259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQe
>> Tnh%2BqhroQ%3D&
>> >>>>re
>> >> >>served=0
>> >> >>
>> >> >><
>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>> 2F%2Fwww.pat
>> >> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a7294078
>> >>
>> >>>>4e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%
>> 7C0%7C0%7C63650
>> >>>>42
>> >>
>> >>>>67259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQe
>> Tnh%2BqhroQ%3D&
>> >>>>re
>> >> >>served=0>*
>> >> >>
>> >> >
>> >> >
>> >> >
>> >> >--
>> >> >
>> >> >Piotr Zarzycki
>> >> >
>> >> >Patreon:
>> >> >*
>> >>
>> >>https://na01.safelinks.protection.outlook.com/?url=https%
>> 3A%2F%2Fwww.patr
>> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e
>> >>
>> >>>38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%
>> 7C0%7C0%7C63650426
>> >>>72
>> >>
>> >>>59051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%
>> 2BqhroQ%3D&rese
>> >>>rv
>> >> >ed=0
>> >> ><
>> >>
>> >>https://na01.safelinks.protection.outlook.com/?url=https%
>> 3A%2F%2Fwww.patr
>> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>> >> %7C9459a72940784e
>> >>
>> >>>38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%
>> 7C0%7C0%7C63650426
>> >>>72
>> >>
>> >>>59051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%
>> 2BqhroQ%3D&rese
>> >>>rv
>> >> >ed=0>*
>> >>
>> >>
>>
>>
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Distinguish description in "royale-sdk-description.xml" between asjs and JSOnly

Posted by Piotr Zarzycki <pi...@gmail.com>.
Understand. Let me change that part to the state as it was.

Thanks, Piotr

2018-01-02 8:35 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:

> Hi Piotr,
>
> I would not add new tags to flex-sdk-description either.  We don't know
> how it is being parsed by the legacy IDEs.
>
> I was only recommending that royale-sdk-description have something like
> output-target and rely on being XML instead of strings with space
> delimiters.
>
> I don't care if we call it just "sdk-description" or even something with
> the name "registry" or "contents".  I think it should be XML or some other
> extensible format.
>
> My 2 cents,
> -Alex
>
> On 1/1/18, 10:56 PM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
>
> >Alex,
> >
> >Actually I haven't change the old options - there are still name, version
> >and build, so we are good here.
> >There is only new tag as you proposed. Once you get a chance test it in
> >the
> >Flash Builder.
> >
> >Ok in case of royale-sdk-description I will put in version Royale version
> >and investigate more  rest of the option.
> >
> >Piotr
> >
> >On Tue, Jan 2, 2018, 07:16 Alex Harui <ah...@adobe.com.invalid> wrote:
> >
> >> Hi Piotr,
> >>
> >> I guess I wasn't clear.  We should not change flex-sdk-description.xml.
> >> We don't know what IDE's depend on its current format.
> >>
> >> You can do anything you want in royale-sdk-description.
> >> The royale-asjs build should hit an Ant target called "jsonly-package"
> >> that modified files in the js-only package.  Hopefully you can either
> >> modify the royale-sdk-description or generate a new one.
> >>
> >> HTH,
> >> -ALex
> >>
> >>
> >> On 1/1/18, 10:05 AM, "Piotr Zarzycki" <pi...@gmail.com>
> wrote:
> >>
> >> >Alex,
> >> >
> >> >I have pushed changes where I have in the sdk-description.xml
> >> >"output-targets". We have now following content [1]. I didn't change
> >> >"name"
> >> >to "product" and prefer to leave it as is.
> >> >
> >> >What's with version - I didn't change it either, cause this is
> >>something
> >> >for Flash Builder. What if we add there 9.0 ? Flash Builder recognize
> >>it
> >> >properly ?
> >> >
> >> >I see one problem on Jenkins. Build asjs [2] produces also packages
> >> >jsonly,
> >> >but this package is being build with PLAYERGLOBAL_HOME set. In that
> >>case
> >> >it
> >> >will contains wrong sdk-description. My generation is based on
> >> >PLAYERGLOBAL_HOME - if it's set we will have js and swf in
> >>output-targets.
> >> >
> >> >[1]
> >> >
> >>
> >>https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fpaste.ap
> >>a
> >> >che.org%2FLqI7&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d
> >>
> >>>551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C63650426725905160
> >>>7&
> >> >sdata=IpqzJ%2FsGEvREbeOVvILOOBGnTfzgIx%2FQvrFBB5fCPRQ%3D&reserved=0
> >> >[2]
> >> >
> >>
> >>https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2Fapacheroy
> >>a
> >> >leci.westus2.cloudapp.azure.com
> >> %3A8080%2Fjob%2Froyale-asjs%2FlastSuccessfu
> >> >lBuild%2Fartifact%2Fout%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a729407
> >>
> >>>84e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C63650
> >>>42
> >>
> >>>67259051607&sdata=6P%2FRIkl5AgD5tQh%2B%2FOvu4bQaI9VyCInE6NidvppI3Fs%
> 3D&r
> >>>es
> >> >erved=0
> >> >
> >> >Thanks, Piotr
> >> >
> >> >
> >> >2017-12-31 11:13 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:
> >> >
> >> >> I will wait to see what other things in that matter.
> >> >>
> >> >> Thanks, Piotr
> >> >>
> >> >> 2017-12-31 10:49 GMT+01:00 Piotr Zarzycki
> >><pi...@gmail.com>:
> >> >>
> >> >>> Harbs,
> >> >>>
> >> >>> I'm sorry!! I thought that you would like to get rid off
> >> >>> flex-sdk-description ! Ok in that case I need to check what's I will
> >> >>>have
> >> >>> to change in Moonshine, but that probably a minor things. :)
> >> >>>
> >> >>> Thanks, Piotr
> >> >>>
> >> >>> 2017-12-31 10:28 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
> >> >>>
> >> >>>> What’s the harm in having two files? One named flex-sdk-description
> >> >>>>for
> >> >>>> backwards compatibility and a second one named sdk-description for
> >> >>>>forward
> >> >>>> compatibility. The sooner we have a generic file, the sooner IDEs
> >>can
> >> >>>>start
> >> >>>> using it.
> >> >>>>
> >> >>>> Harbs
> >> >>>>
> >> >>>> > On Dec 31, 2017, at 11:03 AM, Piotr Zarzycki <
> >> >>>> piotrzarzycki21@gmail.com> wrote:
> >> >>>> >
> >> >>>> > Alex,
> >> >>>> >
> >> >>>> > I like this format and I can apply it. The question was whether
> >> >>>> condition
> >> >>>> > to determined targets are ok?
> >> >>>> >
> >> >>>> > Harbs,
> >> >>>> >
> >> >>>> > I'm against change the name of that file now. Maybe once we
> >>release
> >> >>>> 0.9.0
> >> >>>> > and IDEs integrate it.
> >> >>>> > Once we try Royale in Intellij which is still in play.
> >> >>>> > Jetbrains haven't claim as I thought that they won't support
> >> >>>> Royale/FlexJS.
> >> >>>> > Maybe some day they will.
> >> >>>> >
> >> >>>> > Than we can experiment what can happen with change the name.
> >> >>>> >
> >> >>>> > Piotr
> >> >>>> >
> >> >>>> > On Sun, Dec 31, 2017, 09:16 Gabe Harbs <harbs.lists@gmail.com
> >> >>>><mailto:
> >> >>>> harbs.lists@gmail.com>> wrote:
> >> >>>> >
> >> >>>> >> To be clear, I understand that “flex-idk-decription” is needed
> >>for
> >> >>>>the
> >> >>>> >> current Flash Builder implementation, but I don’t think we
> >>should
> >> >>>>be
> >> >>>> held
> >> >>>> >> back by that forever, so I’m suggesting *adding* a name not
> >> >>>>specific
> >> >>>> to
> >> >>>> >> flex.
> >> >>>> >>
> >> >>>> >>> On Dec 31, 2017, at 9:41 AM, Gabe Harbs <harbs.lists@gmail.com
> >
> >> >>>> wrote:
> >> >>>> >>>
> >> >>>> >>> I added it. The reason I did was that was how I was able to
> >>get VS
> >> >>>> Code
> >> >>>> >> to recognize the SDK.
> >> >>>> >>>
> >> >>>> >>> I have no problem reworking the description file, but I do
> >>think
> >> >>>>we
> >> >>>> >> should drop the “flex” from the name.
> >> >>>> >>>
> >> >>>> >>> In fact, we can probably just make it sdk-description.xml and
> >>the
> >> >>>> root
> >> >>>> >> tag could be <sdk-description>
> >> >>>> >>>
> >> >>>> >>> Harbs
> >> >>>> >>>
> >> >>>> >>>> On Dec 31, 2017, at 9:13 AM, Alex Harui
> >><aharui@adobe.com.INVALID
> >> >>>> >> <mailto:aharui@adobe.com.INVALID
> >> >>>><ma...@adobe.com.INVALID>>>
> >> >>>> wrote:
> >> >>>> >>>>
> >> >>>> >>>> I didn't have anything to do with the creation of
> >> >>>> >> royale-sdk-description.
> >> >>>> >>>> It looks like someone copied the flex-sdk-description
> >>generation
> >> >>>> script.
> >> >>>> >>>> Is there any reason for that?
> >> >>>> >>>>
> >> >>>> >>>> IMO, parsing a string in an XML file to understand the SDK
> >> >>>>contents
> >> >>>> >>>> doesn’t make sense to me.  If the only current consumer of
> >>this
> >> >>>> file is
> >> >>>> >> VS
> >> >>>> >>>> Code and it is only using the presence of the file, now would
> >>be
> >> >>>>a
> >> >>>> good
> >> >>>> >>>> time to set the contents of royale-sdk-description in a way
> >>that
> >> >>>>is
> >> >>>> more
> >> >>>> >>>> future-proof.  Plus, the VS Code extension can probably be
> >> >>>>adjusted
> >> >>>> if
> >> >>>> >>>> needed.
> >> >>>> >>>>
> >> >>>> >>>> I'd suggest something like:
> >> >>>> >>>>
> >> >>>> >>>> <!-- Description of Apache Royale SDK -->
> >> >>>> >>>> <royale-sdk-description>
> >> >>>> >>>> <product>Apache Royale</product>
> >> >>>> >>>> <version>0.8.0</version>
> >> >>>> >>>> <build>20171230</build>
> >> >>>> >>>> <output-targets>
> >> >>>> >>>>   <output-target name="js" version="Ecma5Strict" />
> >> >>>> >>>>   <output-target name="swf" version="AS3" AIR="25.0"
> >> >>>>Flash="25.0" />
> >> >>>> >>>> </output-targets>
> >> >>>> >>>> </royale-sdk-description>
> >> >>>> >>>>
> >> >>>> >>>> That way everything is an XML tag or attribute and no parsing
> >>is
> >> >>>> >> required.
> >> >>>> >>>> I'm regretting calling things "JSOnly".  I'd rather focus on
> >>what
> >> >>>> you
> >> >>>> >>>> have instead of what you don't have.
> >> >>>> >>>>
> >> >>>> >>>> Thoughts?
> >> >>>> >>>> -Alex
> >> >>>> >>>>
> >> >>>> >>>> On 12
> >> >>>> >>>>
> >> >>>> >>>>
> >> >>>> >>>>
> >> >>>> >>>> On 12/30/17, 3:33 AM, "Piotr Zarzycki" <
> >> piotrzarzycki21@gmail.com
> >> >>>> <ma...@gmail.com>
> >> >>>> >> <mailto:piotrzarzycki21@gmail.com
> >> >>>><ma...@gmail.com>>>
> >> >>>> wrote:
> >> >>>> >>>>
> >> >>>> >>>>> Here is my thoughts about that, cause I don't want to break
> >> >>>> anything.
> >> >>>> >> In
> >> >>>> >>>>> ANT build royale-sdk-description is being created in target
> >> >>>> "prebuild"
> >> >>>> >> ->
> >> >>>> >>>>> "
> >> >>>> >>>>> create-description". I see following option:
> >> >>>> >>>>>
> >> >>>> >>>>> - Check whether we have environment variables set up:
> >> >>>> >>>>> env.PLAYERGLOBAL_HOME
> >> >>>> >>>>> OR env.AIR_HOME  if not make short description with "Apache
> >> >>>>Royale
> >> >>>> >> 0.9.0
> >> >>>> >>>>> en_US (JS)"
> >> >>>> >>>>>
> >> >>>> >>>>> What do you think ? Is it sufficient ?
> >> >>>> >>>>>
> >> >>>> >>>>> Thanks, Piotr
> >> >>>> >>>>>
> >> >>>> >>>>>
> >> >>>> >>>>> 2017-12-30 12:04 GMT+01:00 Piotr Zarzycki <
> >> >>>> piotrzarzycki21@gmail.com <ma...@gmail.com>
> >> >>>> >> <mailto:piotrzarzycki21@gmail.com <mailto:
> >> piotrzarzycki21@gmail.com
> >> >>>> >>>:
> >> >>>> >>>>>
> >> >>>> >>>>>> I think I have found where those files are generated. I will
> >> >>>> think how
> >> >>>> >>>>>> to
> >> >>>> >>>>>> change them, but if someone have other thoughts let me
> >>know! :)
> >> >>>> >>>>>>
> >> >>>> >>>>>> Thanks, Piotr
> >> >>>> >>>>>>
> >> >>>> >>>>>> 2017-12-30 11:59 GMT+01:00 piotrz <piotrz@apache.org
> >><mailto:
> >> >>>> piotrz@apache.org> <mailto:
> >> >>>> >> piotrz@apache.org <ma...@apache.org>>>:
> >> >>>> >>>>>>
> >> >>>> >>>>>>> Alex,
> >> >>>> >>>>>>>
> >> >>>> >>>>>>> Currently in Moonshine we are using flex-sdk-description,
> >>but
> >> >>>> >> probably
> >> >>>> >>>>>>> after
> >> >>>> >>>>>>> first release of Royale we will use royale-sdk-description.
> >> >>>> >> Information
> >> >>>> >>>>>>> from
> >> >>>> >>>>>>> that file is being used to display name of the SDK.
> >> >>>> >>>>>>>
> >> >>>> >>>>>>>
> >> >>>> >>>>>>> <
> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
> >> >>>> F%2Fapache-
> >> >>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%
> >> >>>> 2F%2Fapache-> <
> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
> >> >>>> F%2Fapache-
> >> >>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%
> >> >>>> 2F%2Fapache->>
> >> >>>> >>>>>>> royale-development.20373.n8.nabble.com <
> >> >>>>
> >> >>>>
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Froyale-
> >> >>>>development.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%
> 40adobe.com
> >> %7C
> >>
> >>>>>>9459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7
> >>>>>>C0
> >>
> >>>>>>%7C0%7C636504267259051607&sdata=pPyN%2BuMObhLMcIkjS1tgrMmHc%
> 2BrWGVr7%
> >>>>>>2F
> >> >>>>ulUOdzqWZQ%3D&reserved=0> <
> >> >>>> >>
> >> >>>>
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Froyale-
> >> >>>>development.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%
> 40adobe.com
> >> %7C
> >>
> >>>>>>9459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7
> >>>>>>C0
> >>
> >>>>>>%7C0%7C636504267259051607&sdata=pPyN%2BuMObhLMcIkjS1tgrMmHc%
> 2BrWGVr7%
> >>>>>>2F
> >> >>>>ulUOdzqWZQ%3D&reserved=0 <
> >> >>>>
> >> >>>>
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Froyale-
> >> >>>>development.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%
> 40adobe.com
> >> %7C
> >>
> >>>>>>9459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7
> >>>>>>C0
> >>
> >>>>>>%7C0%7C636504267259051607&sdata=pPyN%2BuMObhLMcIkjS1tgrMmHc%
> 2BrWGVr7%
> >>>>>>2F
> >> >>>>ulUOdzqWZQ%3D&reserved=0>
> >> >>>> >>> %2Ffile%2F&data=02%7C01%7Caharui%4
> >> >>>> >>>>>>> 0adobe.com
> >> >>>><
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F0adobe
> >> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d5514
> >>
> >>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636504267259051607
> >>>>>>&s
> >> >>>>data=Oze6H5cbOmftD6o9eLu%2BNuWHpA7cmvd5zsBJrL0I81Q%3D&reserved=0>
> >> >>>><
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F0adobe
> >> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d5514
> >>
> >>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636504267259051607
> >>>>>>&s
> >> >>>>data=Oze6H5cbOmftD6o9eLu%2BNuWHpA7cmvd5zsBJrL0I81Q%3D&reserved=0 <
> >> >>>>
> >>
> >>>>>>https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2F0adob
> >>>>>>e
> >> .
> >> >>>>com%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d55142
> >>
> >>>>>>3a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636504267259051607&
> >>>>>>sd
> >> >>>>ata=Oze6H5cbOmftD6o9eLu%2BNuWHpA7cmvd5zsBJrL0I81Q%3D&reserved=0>
> >> >>>> >>> %7C2a19eab2ec1f4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c1
> >> >>>> >>>>>>>
> >> >>>> >> 78decee1%7C0%7C0%7C636502304073200067&sdata=OrjKd30bpS9CjjBH
> >> >>>> 0xl9t8VlHcN6
> >> >>>> >>>>>>> gaQQvhBwCdD%2Bjug%3D&reserved=0
> >> >>>> >>>>>>> t1/royale_sdk_description.png>
> >> >>>> >>>>>>>
> >> >>>> >>>>>>> Currently I have implemented logic which showing there
> >> >>>>(JSOnly),
> >> >>>> but
> >> >>>> >> I
> >> >>>> >>>>>>> thought that we can have such information in those files.
> >> >>>> >>>>>>>
> >> >>>> >>>>>>> May proposition having your thoughts in mind are:
> >> >>>> >>>>>>>
> >> >>>> >>>>>>> Royale JS: "Apache Royale 0.9.0 en_US (JS)"
> >> >>>> >>>>>>> Royale ASJS: "Apache Royale 0.9.0 FP11.7 AIR14.0 en_US (JS,
> >> >>>>SWF)"
> >> >>>> >>>>>>>
> >> >>>> >>>>>>> The question is where actually this file is created ? I
> >>will
> >> >>>>try
> >> >>>> to
> >> >>>> >>>>>>> find
> >> >>>> >>>>>>> code, but any tip would be great.
> >> >>>> >>>>>>>
> >> >>>> >>>>>>> Thanks, Piotr
> >> >>>> >>>>>>>
> >> >>>> >>>>>>>
> >> >>>> >>>>>>>
> >> >>>> >>>>>>>
> >> >>>> >>>>>>> --
> >> >>>> >>>>>>> Sent from:
> >> >>>> >>>>>>>
> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
> >> >>>> F%2Fapache-r
> >>
> >>>>>><https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fna0
> >>>>>>1
> >> .
> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38ca
> >>
> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C636504267
> >>>>>>25
> >>
> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4fe
> UyldZY2wz8dEs%3D&reserved
> >>>>>>=0
> >> >>>> tion.outlook.com/?url=http%3A%2F%2Fapache-r> <
> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
> >> >>>> F%2Fapache-r
> >>
> >>>>>><https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fna0
> >>>>>>1
> >> .
> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38ca
> >>
> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C636504267
> >>>>>>25
> >>
> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4fe
> UyldZY2wz8dEs%3D&reserved
> >>>>>>=0
> >> >>>> tion.outlook.com/?url=http%3A%2F%2Fapache-r>>
> >> >>>> >>>>>>> oyale-development.20373.n8.nabble.com <
> >> >>>>
> >> >>>>
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Foyale-d
> >> >>>>evelopment.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9
> >>
> >>>>>>459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C
> >>>>>>0%
> >>
> >>>>>>7C0%7C636504267259051607&sdata=LhWun3v78U3JZ2M%2Fh%
> 2BckoBURZa0UUr%2FZ
> >>>>>>vz
> >> >>>>TiXJxvzss%3D&reserved=0> <
> >> >>>> >>
> >> >>>>
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Foyale-d
> >> >>>>evelopment.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9
> >>
> >>>>>>459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C
> >>>>>>0%
> >>
> >>>>>>7C0%7C636504267259051607&sdata=LhWun3v78U3JZ2M%2Fh%
> 2BckoBURZa0UUr%2FZ
> >>>>>>vz
> >> >>>>TiXJxvzss%3D&reserved=0 <
> >> >>>>
> >> >>>>
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Foyale-d
> >> >>>>evelopment.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9
> >>
> >>>>>>459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C
> >>>>>>0%
> >>
> >>>>>>7C0%7C636504267259051607&sdata=LhWun3v78U3JZ2M%2Fh%
> 2BckoBURZa0UUr%2FZ
> >>>>>>vz
> >> >>>>TiXJxvzss%3D&reserved=0>
> >> >>>> >>> %2F&data=02%7C01%7Caharui%40adobe.c
> >> >>>> >>>>>>>
> >> >>>> >> om%7C2a19eab2ec1f4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794ae
> >> >>>> d2c178decee1
> >> >>>> >>>>>>>
> >> >>>> >> %7C0%7C0%7C636502304073200067&sdata=cWk4J6XPAOiogm4%2BnrSw7A
> >> >>>> EYnIgtP7c4ZF
> >> >>>> >>>>>>> U2Z184T3A%3D&reserved=0
> >> >>>> >>>>>>>
> >> >>>> >>>>>>
> >> >>>> >>>>>>
> >> >>>> >>>>>>
> >> >>>> >>>>>> --
> >> >>>> >>>>>>
> >> >>>> >>>>>> Piotr Zarzycki
> >> >>>> >>>>>>
> >> >>>> >>>>>> Patreon:
> >> >>>> >>>>>> *
> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
> >> >>>> 2F%2Fwww.pat
> >>
> >>>>>><https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fna0
> >>>>>>1
> >> .
> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38ca
> >>
> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C636504267
> >>>>>>25
> >>
> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4fe
> UyldZY2wz8dEs%3D&reserved
> >>>>>>=0
> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat> <
> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
> >> >>>> 2F%2Fwww.pat
> >>
> >>>>>><https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fna0
> >>>>>>1
> >> .
> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38ca
> >>
> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C636504267
> >>>>>>25
> >>
> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4fe
> UyldZY2wz8dEs%3D&reserved
> >>>>>>=0
> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat>>
> >> >>>> >>>>>> reon.com
> >> >>>><
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
> >> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d551423
> >>
> >>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636504267259051607&s
> >>>>>>da
> >> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0>
> >> >>>><
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
> >> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d551423
> >>
> >>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636504267259051607&s
> >>>>>>da
> >> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
> >> >>>><
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
> >> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d551423
> >>
> >>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636504267259051607&s
> >>>>>>da
> >> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
> >> >>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
> >> >>>> >> 40adobe.com
> >> >>>><
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d551
> >>
> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C63650426725905160
> >>>>>>7&
> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=
> 0>
> >> >>>><
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d551
> >>
> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C63650426725905160
> >>>>>>7&
> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0
> >><
> >> >>>>
> >> >>>>
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adobe
> >> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d5514
> >>
> >>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636504267259051607
> >>>>>>&s
> >>
> >>>>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=
> 0>>%
> >>>>>>7C
> >> >>>>2a19eab2ec1f
> >> >>>> >>>>>>
> >> >>>> >> 4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
> >> >>>> 7C0%7C6365023
> >> >>>> >>>>>>
> >> >>>> >> 04073200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKb
> >> >>>> g%3D&reserved
> >> >>>> >>>>>> =0
> >> >>>> >>>>>>
> >> >>>> >>>>>> <
> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
> >> >>>> 2F%2Fwww.pat
> >>
> >>>>>><https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fna0
> >>>>>>1
> >> .
> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38ca
> >>
> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C636504267
> >>>>>>25
> >>
> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4fe
> UyldZY2wz8dEs%3D&reserved
> >>>>>>=0
> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat> <
> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
> >> >>>> 2F%2Fwww.pat
> >>
> >>>>>><https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fna0
> >>>>>>1
> >> .
> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38ca
> >>
> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C636504267
> >>>>>>25
> >>
> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4fe
> UyldZY2wz8dEs%3D&reserved
> >>>>>>=0
> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat>>
> >> >>>> >>>>>> reon.com
> >> >>>><
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
> >> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d551423
> >>
> >>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636504267259051607&s
> >>>>>>da
> >> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0>
> >> >>>><
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
> >> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d551423
> >>
> >>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636504267259051607&s
> >>>>>>da
> >> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
> >> >>>><
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
> >> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d551423
> >>
> >>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636504267259051607&s
> >>>>>>da
> >> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
> >> >>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
> >> >>>> >> 40adobe.com
> >> >>>><
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d551
> >>
> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C63650426725905160
> >>>>>>7&
> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=
> 0>
> >> >>>><
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d551
> >>
> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C63650426725905160
> >>>>>>7&
> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0
> >><
> >> >>>>
> >> >>>>
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adobe
> >> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d5514
> >>
> >>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636504267259051607
> >>>>>>&s
> >>
> >>>>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=
> 0>>%
> >>>>>>7C
> >> >>>>2a19eab2ec1f
> >> >>>> >>>>>>
> >> >>>> >> 4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
> >> >>>> 7C0%7C6365023
> >> >>>> >>>>>>
> >> >>>> >> 04073200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKb
> >> >>>> g%3D&reserved
> >> >>>> >>>>>> =0>*
> >> >>>> >>>>>>
> >> >>>> >>>>>
> >> >>>> >>>>>
> >> >>>> >>>>>
> >> >>>> >>>>> --
> >> >>>> >>>>>
> >> >>>> >>>>> Piotr Zarzycki
> >> >>>> >>>>>
> >> >>>> >>>>> Patreon:
> >> >>>> >>>>> *
> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
> >> >>>> 2F%2Fwww.patr
> >>
> >>>>>><https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fna0
> >>>>>>1
> >> .
> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38ca
> >>
> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C636504267
> >>>>>>25
> >>
> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4fe
> UyldZY2wz8dEs%3D&reserved
> >>>>>>=0
> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
> >> >>>> >> <https://na01.safelinks.protection.outlook.com/?url=https%3A
> >> >>>> %2F%2Fwww.patr
> >>
> >>>>>><https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fna0
> >>>>>>1
> >> .
> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38ca
> >>
> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C636504267
> >>>>>>25
> >>
> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4fe
> UyldZY2wz8dEs%3D&reserved
> >>>>>>=0
> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
> >> >>>> >>>
> >> >>>> >>>>> eon.com
> >> >>>><
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
> >> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d551423a
> >>
> >>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636504267259051607&sd
> >>>>>>at
> >> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0>
> >> >>>><
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
> >> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d551423a
> >>
> >>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636504267259051607&sd
> >>>>>>at
> >> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
> >> >>>><
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
> >> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d551423a
> >>
> >>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636504267259051607&sd
> >>>>>>at
> >> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
> >> >>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
> >> >>>> >> 40adobe.com
> >> >>>><
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d551
> >>
> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C63650426725905160
> >>>>>>7&
> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=
> 0>
> >> >>>><
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d551
> >>
> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C63650426725905160
> >>>>>>7&
> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0
> >><
> >> >>>>
> >> >>>>
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adobe
> >> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d5514
> >>
> >>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636504267259051607
> >>>>>>&s
> >>
> >>>>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=
> 0>>%
> >>>>>>7C
> >> >>>>2a19eab2ec1f4e
> >> >>>> >>>>>
> >> >>>> >> feea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
> >> >>>> 0%7C6365023040
> >> >>>> >>>>>
> >> >>>> >> 73200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKbg%3
> >> >>>> D&reserved=0
> >> >>>> >>>>> <
> >> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
> >> >>>> 2F%2Fwww.patr
> >>
> >>>>>><https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fna0
> >>>>>>1
> >> .
> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38ca
> >>
> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C636504267
> >>>>>>25
> >>
> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4fe
> UyldZY2wz8dEs%3D&reserved
> >>>>>>=0
> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
> >> >>>> >> <https://na01.safelinks.protection.outlook.com/?url=https%3A
> >> >>>> %2F%2Fwww.patr
> >>
> >>>>>><https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fna0
> >>>>>>1
> >> .
> >> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38ca
> >>
> >>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C636504267
> >>>>>>25
> >>
> >>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4fe
> UyldZY2wz8dEs%3D&reserved
> >>>>>>=0
> >> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
> >> >>>> >>>
> >> >>>> >>>>> eon.com
> >> >>>><
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
> >> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d551423a
> >>
> >>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636504267259051607&sd
> >>>>>>at
> >> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0>
> >> >>>><
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
> >> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d551423a
> >>
> >>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636504267259051607&sd
> >>>>>>at
> >> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
> >> >>>><
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
> >> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d551423a
> >>
> >>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636504267259051607&sd
> >>>>>>at
> >> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
> >> >>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
> >> >>>> >> 40adobe.com
> >> >>>><
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d551
> >>
> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C63650426725905160
> >>>>>>7&
> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=
> 0>
> >> >>>><
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
> >> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d551
> >>
> >>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C63650426725905160
> >>>>>>7&
> >> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0
> >><
> >> >>>>
> >> >>>>
> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adobe
> >> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e38cadc08d5514
> >>
> >>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636504267259051607
> >>>>>>&s
> >>
> >>>>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=
> 0>>%
> >>>>>>7C
> >> >>>>2a19eab2ec1f4e
> >> >>>> >>>>>
> >> >>>> >> feea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
> >> >>>> 0%7C6365023040
> >> >>>> >>>>>
> >> >>>> >> 73200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKbg%3
> >> >>>> D&reserved=0>*
> >> >>>>
> >> >>>>
> >> >>>
> >> >>>
> >> >>> --
> >> >>>
> >> >>> Piotr Zarzycki
> >> >>>
> >> >>> Patreon:
> >> >>>*
> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pa
> >> >>>treon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940
> >>
> >>>>>784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C63
> >>>>>65
> >>
> >>>>>04267259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%
> 2BqhroQ
> >>>>>%3
> >> >>>D&reserved=0
> >> >>>
> >> >>><
> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pa
> >> >>>treon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940
> >>
> >>>>>784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C63
> >>>>>65
> >>
> >>>>>04267259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%
> 2BqhroQ
> >>>>>%3
> >> >>>D&reserved=0>*
> >> >>>
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >>
> >> >> Piotr Zarzycki
> >> >>
> >> >> Patreon:
> >> >>*
> >> https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fwww.pat
> >> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a7294078
> >>
> >>>>4e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C63650
> >>>>42
> >>
> >>>>67259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%
> 2BqhroQ%3D&
> >>>>re
> >> >>served=0
> >> >>
> >> >><
> >> https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fwww.pat
> >> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a7294078
> >>
> >>>>4e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C63650
> >>>>42
> >>
> >>>>67259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%
> 2BqhroQ%3D&
> >>>>re
> >> >>served=0>*
> >> >>
> >> >
> >> >
> >> >
> >> >--
> >> >
> >> >Piotr Zarzycki
> >> >
> >> >Patreon:
> >> >*
> >>
> >>https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fwww.patr
> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e
> >>
> >>>38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C63650426
> >>>72
> >>
> >>>59051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%
> 2BqhroQ%3D&rese
> >>>rv
> >> >ed=0
> >> ><
> >>
> >>https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fwww.patr
> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> >> %7C9459a72940784e
> >>
> >>>38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C63650426
> >>>72
> >>
> >>>59051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%
> 2BqhroQ%3D&rese
> >>>rv
> >> >ed=0>*
> >>
> >>
>
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Distinguish description in "royale-sdk-description.xml" between asjs and JSOnly

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Hi Piotr,

I would not add new tags to flex-sdk-description either.  We don't know
how it is being parsed by the legacy IDEs.

I was only recommending that royale-sdk-description have something like
output-target and rely on being XML instead of strings with space
delimiters.

I don't care if we call it just "sdk-description" or even something with
the name "registry" or "contents".  I think it should be XML or some other
extensible format.

My 2 cents,
-Alex

On 1/1/18, 10:56 PM, "Piotr Zarzycki" <pi...@gmail.com> wrote:

>Alex,
>
>Actually I haven't change the old options - there are still name, version
>and build, so we are good here.
>There is only new tag as you proposed. Once you get a chance test it in
>the
>Flash Builder.
>
>Ok in case of royale-sdk-description I will put in version Royale version
>and investigate more  rest of the option.
>
>Piotr
>
>On Tue, Jan 2, 2018, 07:16 Alex Harui <ah...@adobe.com.invalid> wrote:
>
>> Hi Piotr,
>>
>> I guess I wasn't clear.  We should not change flex-sdk-description.xml.
>> We don't know what IDE's depend on its current format.
>>
>> You can do anything you want in royale-sdk-description.
>> The royale-asjs build should hit an Ant target called "jsonly-package"
>> that modified files in the js-only package.  Hopefully you can either
>> modify the royale-sdk-description or generate a new one.
>>
>> HTH,
>> -ALex
>>
>>
>> On 1/1/18, 10:05 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
>>
>> >Alex,
>> >
>> >I have pushed changes where I have in the sdk-description.xml
>> >"output-targets". We have now following content [1]. I didn't change
>> >"name"
>> >to "product" and prefer to leave it as is.
>> >
>> >What's with version - I didn't change it either, cause this is
>>something
>> >for Flash Builder. What if we add there 9.0 ? Flash Builder recognize
>>it
>> >properly ?
>> >
>> >I see one problem on Jenkins. Build asjs [2] produces also packages
>> >jsonly,
>> >but this package is being build with PLAYERGLOBAL_HOME set. In that
>>case
>> >it
>> >will contains wrong sdk-description. My generation is based on
>> >PLAYERGLOBAL_HOME - if it's set we will have js and swf in
>>output-targets.
>> >
>> >[1]
>> >
>> 
>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.ap
>>a
>> >che.org%2FLqI7&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d
>> 
>>>551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725905160
>>>7&
>> >sdata=IpqzJ%2FsGEvREbeOVvILOOBGnTfzgIx%2FQvrFBB5fCPRQ%3D&reserved=0
>> >[2]
>> >
>> 
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroy
>>a
>> >leci.westus2.cloudapp.azure.com
>> %3A8080%2Fjob%2Froyale-asjs%2FlastSuccessfu
>> >lBuild%2Fartifact%2Fout%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a729407
>> 
>>>84e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650
>>>42
>> 
>>>67259051607&sdata=6P%2FRIkl5AgD5tQh%2B%2FOvu4bQaI9VyCInE6NidvppI3Fs%3D&r
>>>es
>> >erved=0
>> >
>> >Thanks, Piotr
>> >
>> >
>> >2017-12-31 11:13 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:
>> >
>> >> I will wait to see what other things in that matter.
>> >>
>> >> Thanks, Piotr
>> >>
>> >> 2017-12-31 10:49 GMT+01:00 Piotr Zarzycki
>><pi...@gmail.com>:
>> >>
>> >>> Harbs,
>> >>>
>> >>> I'm sorry!! I thought that you would like to get rid off
>> >>> flex-sdk-description ! Ok in that case I need to check what's I will
>> >>>have
>> >>> to change in Moonshine, but that probably a minor things. :)
>> >>>
>> >>> Thanks, Piotr
>> >>>
>> >>> 2017-12-31 10:28 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
>> >>>
>> >>>> What’s the harm in having two files? One named flex-sdk-description
>> >>>>for
>> >>>> backwards compatibility and a second one named sdk-description for
>> >>>>forward
>> >>>> compatibility. The sooner we have a generic file, the sooner IDEs
>>can
>> >>>>start
>> >>>> using it.
>> >>>>
>> >>>> Harbs
>> >>>>
>> >>>> > On Dec 31, 2017, at 11:03 AM, Piotr Zarzycki <
>> >>>> piotrzarzycki21@gmail.com> wrote:
>> >>>> >
>> >>>> > Alex,
>> >>>> >
>> >>>> > I like this format and I can apply it. The question was whether
>> >>>> condition
>> >>>> > to determined targets are ok?
>> >>>> >
>> >>>> > Harbs,
>> >>>> >
>> >>>> > I'm against change the name of that file now. Maybe once we
>>release
>> >>>> 0.9.0
>> >>>> > and IDEs integrate it.
>> >>>> > Once we try Royale in Intellij which is still in play.
>> >>>> > Jetbrains haven't claim as I thought that they won't support
>> >>>> Royale/FlexJS.
>> >>>> > Maybe some day they will.
>> >>>> >
>> >>>> > Than we can experiment what can happen with change the name.
>> >>>> >
>> >>>> > Piotr
>> >>>> >
>> >>>> > On Sun, Dec 31, 2017, 09:16 Gabe Harbs <harbs.lists@gmail.com
>> >>>><mailto:
>> >>>> harbs.lists@gmail.com>> wrote:
>> >>>> >
>> >>>> >> To be clear, I understand that “flex-idk-decription” is needed
>>for
>> >>>>the
>> >>>> >> current Flash Builder implementation, but I don’t think we
>>should
>> >>>>be
>> >>>> held
>> >>>> >> back by that forever, so I’m suggesting *adding* a name not
>> >>>>specific
>> >>>> to
>> >>>> >> flex.
>> >>>> >>
>> >>>> >>> On Dec 31, 2017, at 9:41 AM, Gabe Harbs <ha...@gmail.com>
>> >>>> wrote:
>> >>>> >>>
>> >>>> >>> I added it. The reason I did was that was how I was able to
>>get VS
>> >>>> Code
>> >>>> >> to recognize the SDK.
>> >>>> >>>
>> >>>> >>> I have no problem reworking the description file, but I do
>>think
>> >>>>we
>> >>>> >> should drop the “flex” from the name.
>> >>>> >>>
>> >>>> >>> In fact, we can probably just make it sdk-description.xml and
>>the
>> >>>> root
>> >>>> >> tag could be <sdk-description>
>> >>>> >>>
>> >>>> >>> Harbs
>> >>>> >>>
>> >>>> >>>> On Dec 31, 2017, at 9:13 AM, Alex Harui
>><aharui@adobe.com.INVALID
>> >>>> >> <mailto:aharui@adobe.com.INVALID
>> >>>><ma...@adobe.com.INVALID>>>
>> >>>> wrote:
>> >>>> >>>>
>> >>>> >>>> I didn't have anything to do with the creation of
>> >>>> >> royale-sdk-description.
>> >>>> >>>> It looks like someone copied the flex-sdk-description
>>generation
>> >>>> script.
>> >>>> >>>> Is there any reason for that?
>> >>>> >>>>
>> >>>> >>>> IMO, parsing a string in an XML file to understand the SDK
>> >>>>contents
>> >>>> >>>> doesn’t make sense to me.  If the only current consumer of
>>this
>> >>>> file is
>> >>>> >> VS
>> >>>> >>>> Code and it is only using the presence of the file, now would
>>be
>> >>>>a
>> >>>> good
>> >>>> >>>> time to set the contents of royale-sdk-description in a way
>>that
>> >>>>is
>> >>>> more
>> >>>> >>>> future-proof.  Plus, the VS Code extension can probably be
>> >>>>adjusted
>> >>>> if
>> >>>> >>>> needed.
>> >>>> >>>>
>> >>>> >>>> I'd suggest something like:
>> >>>> >>>>
>> >>>> >>>> <!-- Description of Apache Royale SDK -->
>> >>>> >>>> <royale-sdk-description>
>> >>>> >>>> <product>Apache Royale</product>
>> >>>> >>>> <version>0.8.0</version>
>> >>>> >>>> <build>20171230</build>
>> >>>> >>>> <output-targets>
>> >>>> >>>>   <output-target name="js" version="Ecma5Strict" />
>> >>>> >>>>   <output-target name="swf" version="AS3" AIR="25.0"
>> >>>>Flash="25.0" />
>> >>>> >>>> </output-targets>
>> >>>> >>>> </royale-sdk-description>
>> >>>> >>>>
>> >>>> >>>> That way everything is an XML tag or attribute and no parsing
>>is
>> >>>> >> required.
>> >>>> >>>> I'm regretting calling things "JSOnly".  I'd rather focus on
>>what
>> >>>> you
>> >>>> >>>> have instead of what you don't have.
>> >>>> >>>>
>> >>>> >>>> Thoughts?
>> >>>> >>>> -Alex
>> >>>> >>>>
>> >>>> >>>> On 12
>> >>>> >>>>
>> >>>> >>>>
>> >>>> >>>>
>> >>>> >>>> On 12/30/17, 3:33 AM, "Piotr Zarzycki" <
>> piotrzarzycki21@gmail.com
>> >>>> <ma...@gmail.com>
>> >>>> >> <mailto:piotrzarzycki21@gmail.com
>> >>>><ma...@gmail.com>>>
>> >>>> wrote:
>> >>>> >>>>
>> >>>> >>>>> Here is my thoughts about that, cause I don't want to break
>> >>>> anything.
>> >>>> >> In
>> >>>> >>>>> ANT build royale-sdk-description is being created in target
>> >>>> "prebuild"
>> >>>> >> ->
>> >>>> >>>>> "
>> >>>> >>>>> create-description". I see following option:
>> >>>> >>>>>
>> >>>> >>>>> - Check whether we have environment variables set up:
>> >>>> >>>>> env.PLAYERGLOBAL_HOME
>> >>>> >>>>> OR env.AIR_HOME  if not make short description with "Apache
>> >>>>Royale
>> >>>> >> 0.9.0
>> >>>> >>>>> en_US (JS)"
>> >>>> >>>>>
>> >>>> >>>>> What do you think ? Is it sufficient ?
>> >>>> >>>>>
>> >>>> >>>>> Thanks, Piotr
>> >>>> >>>>>
>> >>>> >>>>>
>> >>>> >>>>> 2017-12-30 12:04 GMT+01:00 Piotr Zarzycki <
>> >>>> piotrzarzycki21@gmail.com <ma...@gmail.com>
>> >>>> >> <mailto:piotrzarzycki21@gmail.com <mailto:
>> piotrzarzycki21@gmail.com
>> >>>> >>>:
>> >>>> >>>>>
>> >>>> >>>>>> I think I have found where those files are generated. I will
>> >>>> think how
>> >>>> >>>>>> to
>> >>>> >>>>>> change them, but if someone have other thoughts let me
>>know! :)
>> >>>> >>>>>>
>> >>>> >>>>>> Thanks, Piotr
>> >>>> >>>>>>
>> >>>> >>>>>> 2017-12-30 11:59 GMT+01:00 piotrz <piotrz@apache.org
>><mailto:
>> >>>> piotrz@apache.org> <mailto:
>> >>>> >> piotrz@apache.org <ma...@apache.org>>>:
>> >>>> >>>>>>
>> >>>> >>>>>>> Alex,
>> >>>> >>>>>>>
>> >>>> >>>>>>> Currently in Moonshine we are using flex-sdk-description,
>>but
>> >>>> >> probably
>> >>>> >>>>>>> after
>> >>>> >>>>>>> first release of Royale we will use royale-sdk-description.
>> >>>> >> Information
>> >>>> >>>>>>> from
>> >>>> >>>>>>> that file is being used to display name of the SDK.
>> >>>> >>>>>>>
>> >>>> >>>>>>>
>> >>>> >>>>>>> <
>> >>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>> >>>> F%2Fapache-
>> >>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%
>> >>>> 2F%2Fapache-> <
>> >>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>> >>>> F%2Fapache-
>> >>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%
>> >>>> 2F%2Fapache->>
>> >>>> >>>>>>> royale-development.20373.n8.nabble.com <
>> >>>>
>> >>>>
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Froyale-
>> >>>>development.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C
>> 
>>>>>>9459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7
>>>>>>C0
>> 
>>>>>>%7C0%7C636504267259051607&sdata=pPyN%2BuMObhLMcIkjS1tgrMmHc%2BrWGVr7%
>>>>>>2F
>> >>>>ulUOdzqWZQ%3D&reserved=0> <
>> >>>> >>
>> >>>>
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Froyale-
>> >>>>development.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C
>> 
>>>>>>9459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7
>>>>>>C0
>> 
>>>>>>%7C0%7C636504267259051607&sdata=pPyN%2BuMObhLMcIkjS1tgrMmHc%2BrWGVr7%
>>>>>>2F
>> >>>>ulUOdzqWZQ%3D&reserved=0 <
>> >>>>
>> >>>>
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Froyale-
>> >>>>development.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C
>> 
>>>>>>9459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7
>>>>>>C0
>> 
>>>>>>%7C0%7C636504267259051607&sdata=pPyN%2BuMObhLMcIkjS1tgrMmHc%2BrWGVr7%
>>>>>>2F
>> >>>>ulUOdzqWZQ%3D&reserved=0>
>> >>>> >>> %2Ffile%2F&data=02%7C01%7Caharui%4
>> >>>> >>>>>>> 0adobe.com
>> >>>><
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F0adobe
>> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d5514
>> 
>>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607
>>>>>>&s
>> >>>>data=Oze6H5cbOmftD6o9eLu%2BNuWHpA7cmvd5zsBJrL0I81Q%3D&reserved=0>
>> >>>><
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F0adobe
>> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d5514
>> 
>>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607
>>>>>>&s
>> >>>>data=Oze6H5cbOmftD6o9eLu%2BNuWHpA7cmvd5zsBJrL0I81Q%3D&reserved=0 <
>> >>>>
>> 
>>>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F0adob
>>>>>>e
>> .
>> >>>>com%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d55142
>> 
>>>>>>3a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&
>>>>>>sd
>> >>>>ata=Oze6H5cbOmftD6o9eLu%2BNuWHpA7cmvd5zsBJrL0I81Q%3D&reserved=0>
>> >>>> >>> %7C2a19eab2ec1f4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c1
>> >>>> >>>>>>>
>> >>>> >> 78decee1%7C0%7C0%7C636502304073200067&sdata=OrjKd30bpS9CjjBH
>> >>>> 0xl9t8VlHcN6
>> >>>> >>>>>>> gaQQvhBwCdD%2Bjug%3D&reserved=0
>> >>>> >>>>>>> t1/royale_sdk_description.png>
>> >>>> >>>>>>>
>> >>>> >>>>>>> Currently I have implemented logic which showing there
>> >>>>(JSOnly),
>> >>>> but
>> >>>> >> I
>> >>>> >>>>>>> thought that we can have such information in those files.
>> >>>> >>>>>>>
>> >>>> >>>>>>> May proposition having your thoughts in mind are:
>> >>>> >>>>>>>
>> >>>> >>>>>>> Royale JS: "Apache Royale 0.9.0 en_US (JS)"
>> >>>> >>>>>>> Royale ASJS: "Apache Royale 0.9.0 FP11.7 AIR14.0 en_US (JS,
>> >>>>SWF)"
>> >>>> >>>>>>>
>> >>>> >>>>>>> The question is where actually this file is created ? I
>>will
>> >>>>try
>> >>>> to
>> >>>> >>>>>>> find
>> >>>> >>>>>>> code, but any tip would be great.
>> >>>> >>>>>>>
>> >>>> >>>>>>> Thanks, Piotr
>> >>>> >>>>>>>
>> >>>> >>>>>>>
>> >>>> >>>>>>>
>> >>>> >>>>>>>
>> >>>> >>>>>>> --
>> >>>> >>>>>>> Sent from:
>> >>>> >>>>>>>
>> >>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>> >>>> F%2Fapache-r
>> 
>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna0
>>>>>>1
>> .
>> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38ca
>> 
>>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267
>>>>>>25
>> 
>>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved
>>>>>>=0
>> >>>> tion.outlook.com/?url=http%3A%2F%2Fapache-r> <
>> >>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>> >>>> F%2Fapache-r
>> 
>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna0
>>>>>>1
>> .
>> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38ca
>> 
>>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267
>>>>>>25
>> 
>>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved
>>>>>>=0
>> >>>> tion.outlook.com/?url=http%3A%2F%2Fapache-r>>
>> >>>> >>>>>>> oyale-development.20373.n8.nabble.com <
>> >>>>
>> >>>>
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Foyale-d
>> >>>>evelopment.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9
>> 
>>>>>>459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C
>>>>>>0%
>> 
>>>>>>7C0%7C636504267259051607&sdata=LhWun3v78U3JZ2M%2Fh%2BckoBURZa0UUr%2FZ
>>>>>>vz
>> >>>>TiXJxvzss%3D&reserved=0> <
>> >>>> >>
>> >>>>
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Foyale-d
>> >>>>evelopment.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9
>> 
>>>>>>459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C
>>>>>>0%
>> 
>>>>>>7C0%7C636504267259051607&sdata=LhWun3v78U3JZ2M%2Fh%2BckoBURZa0UUr%2FZ
>>>>>>vz
>> >>>>TiXJxvzss%3D&reserved=0 <
>> >>>>
>> >>>>
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Foyale-d
>> >>>>evelopment.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9
>> 
>>>>>>459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C
>>>>>>0%
>> 
>>>>>>7C0%7C636504267259051607&sdata=LhWun3v78U3JZ2M%2Fh%2BckoBURZa0UUr%2FZ
>>>>>>vz
>> >>>>TiXJxvzss%3D&reserved=0>
>> >>>> >>> %2F&data=02%7C01%7Caharui%40adobe.c
>> >>>> >>>>>>>
>> >>>> >> om%7C2a19eab2ec1f4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794ae
>> >>>> d2c178decee1
>> >>>> >>>>>>>
>> >>>> >> %7C0%7C0%7C636502304073200067&sdata=cWk4J6XPAOiogm4%2BnrSw7A
>> >>>> EYnIgtP7c4ZF
>> >>>> >>>>>>> U2Z184T3A%3D&reserved=0
>> >>>> >>>>>>>
>> >>>> >>>>>>
>> >>>> >>>>>>
>> >>>> >>>>>>
>> >>>> >>>>>> --
>> >>>> >>>>>>
>> >>>> >>>>>> Piotr Zarzycki
>> >>>> >>>>>>
>> >>>> >>>>>> Patreon:
>> >>>> >>>>>> *
>> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>> >>>> 2F%2Fwww.pat
>> 
>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna0
>>>>>>1
>> .
>> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38ca
>> 
>>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267
>>>>>>25
>> 
>>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved
>>>>>>=0
>> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat> <
>> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>> >>>> 2F%2Fwww.pat
>> 
>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna0
>>>>>>1
>> .
>> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38ca
>> 
>>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267
>>>>>>25
>> 
>>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved
>>>>>>=0
>> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat>>
>> >>>> >>>>>> reon.com
>> >>>><
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
>> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d551423
>> 
>>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&s
>>>>>>da
>> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0>
>> >>>><
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
>> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d551423
>> 
>>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&s
>>>>>>da
>> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
>> >>>><
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
>> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d551423
>> 
>>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&s
>>>>>>da
>> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
>> >>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
>> >>>> >> 40adobe.com
>> >>>><
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
>> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d551
>> 
>>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725905160
>>>>>>7&
>> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0>
>> >>>><
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
>> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d551
>> 
>>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725905160
>>>>>>7&
>> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0
>><
>> >>>>
>> >>>>
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adobe
>> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d5514
>> 
>>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607
>>>>>>&s
>> 
>>>>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0>>%
>>>>>>7C
>> >>>>2a19eab2ec1f
>> >>>> >>>>>>
>> >>>> >> 4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>> >>>> 7C0%7C6365023
>> >>>> >>>>>>
>> >>>> >> 04073200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKb
>> >>>> g%3D&reserved
>> >>>> >>>>>> =0
>> >>>> >>>>>>
>> >>>> >>>>>> <
>> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>> >>>> 2F%2Fwww.pat
>> 
>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna0
>>>>>>1
>> .
>> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38ca
>> 
>>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267
>>>>>>25
>> 
>>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved
>>>>>>=0
>> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat> <
>> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>> >>>> 2F%2Fwww.pat
>> 
>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna0
>>>>>>1
>> .
>> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38ca
>> 
>>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267
>>>>>>25
>> 
>>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved
>>>>>>=0
>> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat>>
>> >>>> >>>>>> reon.com
>> >>>><
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
>> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d551423
>> 
>>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&s
>>>>>>da
>> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0>
>> >>>><
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
>> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d551423
>> 
>>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&s
>>>>>>da
>> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
>> >>>><
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
>> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d551423
>> 
>>>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&s
>>>>>>da
>> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
>> >>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
>> >>>> >> 40adobe.com
>> >>>><
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
>> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d551
>> 
>>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725905160
>>>>>>7&
>> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0>
>> >>>><
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
>> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d551
>> 
>>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725905160
>>>>>>7&
>> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0
>><
>> >>>>
>> >>>>
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adobe
>> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d5514
>> 
>>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607
>>>>>>&s
>> 
>>>>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0>>%
>>>>>>7C
>> >>>>2a19eab2ec1f
>> >>>> >>>>>>
>> >>>> >> 4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>> >>>> 7C0%7C6365023
>> >>>> >>>>>>
>> >>>> >> 04073200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKb
>> >>>> g%3D&reserved
>> >>>> >>>>>> =0>*
>> >>>> >>>>>>
>> >>>> >>>>>
>> >>>> >>>>>
>> >>>> >>>>>
>> >>>> >>>>> --
>> >>>> >>>>>
>> >>>> >>>>> Piotr Zarzycki
>> >>>> >>>>>
>> >>>> >>>>> Patreon:
>> >>>> >>>>> *
>> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>> >>>> 2F%2Fwww.patr
>> 
>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna0
>>>>>>1
>> .
>> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38ca
>> 
>>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267
>>>>>>25
>> 
>>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved
>>>>>>=0
>> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
>> >>>> >> <https://na01.safelinks.protection.outlook.com/?url=https%3A
>> >>>> %2F%2Fwww.patr
>> 
>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna0
>>>>>>1
>> .
>> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38ca
>> 
>>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267
>>>>>>25
>> 
>>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved
>>>>>>=0
>> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
>> >>>> >>>
>> >>>> >>>>> eon.com
>> >>>><
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
>> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d551423a
>> 
>>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sd
>>>>>>at
>> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0>
>> >>>><
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
>> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d551423a
>> 
>>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sd
>>>>>>at
>> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
>> >>>><
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
>> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d551423a
>> 
>>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sd
>>>>>>at
>> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
>> >>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
>> >>>> >> 40adobe.com
>> >>>><
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
>> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d551
>> 
>>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725905160
>>>>>>7&
>> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0>
>> >>>><
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
>> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d551
>> 
>>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725905160
>>>>>>7&
>> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0
>><
>> >>>>
>> >>>>
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adobe
>> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d5514
>> 
>>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607
>>>>>>&s
>> 
>>>>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0>>%
>>>>>>7C
>> >>>>2a19eab2ec1f4e
>> >>>> >>>>>
>> >>>> >> feea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
>> >>>> 0%7C6365023040
>> >>>> >>>>>
>> >>>> >> 73200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKbg%3
>> >>>> D&reserved=0
>> >>>> >>>>> <
>> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>> >>>> 2F%2Fwww.patr
>> 
>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna0
>>>>>>1
>> .
>> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38ca
>> 
>>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267
>>>>>>25
>> 
>>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved
>>>>>>=0
>> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
>> >>>> >> <https://na01.safelinks.protection.outlook.com/?url=https%3A
>> >>>> %2F%2Fwww.patr
>> 
>>>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna0
>>>>>>1
>> .
>> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38ca
>> 
>>>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267
>>>>>>25
>> 
>>>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved
>>>>>>=0
>> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
>> >>>> >>>
>> >>>> >>>>> eon.com
>> >>>><
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
>> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d551423a
>> 
>>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sd
>>>>>>at
>> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0>
>> >>>><
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
>> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d551423a
>> 
>>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sd
>>>>>>at
>> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
>> >>>><
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
>> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d551423a
>> 
>>>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sd
>>>>>>at
>> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
>> >>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
>> >>>> >> 40adobe.com
>> >>>><
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
>> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d551
>> 
>>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725905160
>>>>>>7&
>> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0>
>> >>>><
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
>> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d551
>> 
>>>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725905160
>>>>>>7&
>> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0
>><
>> >>>>
>> >>>>
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adobe
>> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e38cadc08d5514
>> 
>>>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607
>>>>>>&s
>> 
>>>>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0>>%
>>>>>>7C
>> >>>>2a19eab2ec1f4e
>> >>>> >>>>>
>> >>>> >> feea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
>> >>>> 0%7C6365023040
>> >>>> >>>>>
>> >>>> >> 73200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKbg%3
>> >>>> D&reserved=0>*
>> >>>>
>> >>>>
>> >>>
>> >>>
>> >>> --
>> >>>
>> >>> Piotr Zarzycki
>> >>>
>> >>> Patreon:
>> >>>*
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pa
>> >>>treon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940
>> 
>>>>>784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>65
>> 
>>>>>04267259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%2BqhroQ
>>>>>%3
>> >>>D&reserved=0
>> >>>
>> >>><
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pa
>> >>>treon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940
>> 
>>>>>784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63
>>>>>65
>> 
>>>>>04267259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%2BqhroQ
>>>>>%3
>> >>>D&reserved=0>*
>> >>>
>> >>
>> >>
>> >>
>> >> --
>> >>
>> >> Piotr Zarzycki
>> >>
>> >> Patreon:
>> >>*
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pat
>> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a7294078
>> 
>>>>4e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650
>>>>42
>> 
>>>>67259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%2BqhroQ%3D&
>>>>re
>> >>served=0
>> >>
>> >><
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pat
>> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a7294078
>> 
>>>>4e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650
>>>>42
>> 
>>>>67259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%2BqhroQ%3D&
>>>>re
>> >>served=0>*
>> >>
>> >
>> >
>> >
>> >--
>> >
>> >Piotr Zarzycki
>> >
>> >Patreon:
>> >*
>> 
>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patr
>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e
>> 
>>>38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426
>>>72
>> 
>>>59051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%2BqhroQ%3D&rese
>>>rv
>> >ed=0
>> ><
>> 
>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patr
>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>> %7C9459a72940784e
>> 
>>>38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426
>>>72
>> 
>>>59051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%2BqhroQ%3D&rese
>>>rv
>> >ed=0>*
>>
>>


Re: Distinguish description in "royale-sdk-description.xml" between asjs and JSOnly

Posted by Piotr Zarzycki <pi...@gmail.com>.
Alex,

Actually I haven't change the old options - there are still name, version
and build, so we are good here.
There is only new tag as you proposed. Once you get a chance test it in the
Flash Builder.

Ok in case of royale-sdk-description I will put in version Royale version
and investigate more  rest of the option.

Piotr

On Tue, Jan 2, 2018, 07:16 Alex Harui <ah...@adobe.com.invalid> wrote:

> Hi Piotr,
>
> I guess I wasn't clear.  We should not change flex-sdk-description.xml.
> We don't know what IDE's depend on its current format.
>
> You can do anything you want in royale-sdk-description.
> The royale-asjs build should hit an Ant target called "jsonly-package"
> that modified files in the js-only package.  Hopefully you can either
> modify the royale-sdk-description or generate a new one.
>
> HTH,
> -ALex
>
>
> On 1/1/18, 10:05 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
>
> >Alex,
> >
> >I have pushed changes where I have in the sdk-description.xml
> >"output-targets". We have now following content [1]. I didn't change
> >"name"
> >to "product" and prefer to leave it as is.
> >
> >What's with version - I didn't change it either, cause this is something
> >for Flash Builder. What if we add there 9.0 ? Flash Builder recognize it
> >properly ?
> >
> >I see one problem on Jenkins. Build asjs [2] produces also packages
> >jsonly,
> >but this package is being build with PLAYERGLOBAL_HOME set. In that case
> >it
> >will contains wrong sdk-description. My generation is based on
> >PLAYERGLOBAL_HOME - if it's set we will have js and swf in output-targets.
> >
> >[1]
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apa
> >che.org%2FLqI7&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d
> >551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&
> >sdata=IpqzJ%2FsGEvREbeOVvILOOBGnTfzgIx%2FQvrFBB5fCPRQ%3D&reserved=0
> >[2]
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroya
> >leci.westus2.cloudapp.azure.com
> %3A8080%2Fjob%2Froyale-asjs%2FlastSuccessfu
> >lBuild%2Fartifact%2Fout%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a729407
> >84e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365042
> >67259051607&sdata=6P%2FRIkl5AgD5tQh%2B%2FOvu4bQaI9VyCInE6NidvppI3Fs%3D&res
> >erved=0
> >
> >Thanks, Piotr
> >
> >
> >2017-12-31 11:13 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:
> >
> >> I will wait to see what other things in that matter.
> >>
> >> Thanks, Piotr
> >>
> >> 2017-12-31 10:49 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:
> >>
> >>> Harbs,
> >>>
> >>> I'm sorry!! I thought that you would like to get rid off
> >>> flex-sdk-description ! Ok in that case I need to check what's I will
> >>>have
> >>> to change in Moonshine, but that probably a minor things. :)
> >>>
> >>> Thanks, Piotr
> >>>
> >>> 2017-12-31 10:28 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
> >>>
> >>>> What’s the harm in having two files? One named flex-sdk-description
> >>>>for
> >>>> backwards compatibility and a second one named sdk-description for
> >>>>forward
> >>>> compatibility. The sooner we have a generic file, the sooner IDEs can
> >>>>start
> >>>> using it.
> >>>>
> >>>> Harbs
> >>>>
> >>>> > On Dec 31, 2017, at 11:03 AM, Piotr Zarzycki <
> >>>> piotrzarzycki21@gmail.com> wrote:
> >>>> >
> >>>> > Alex,
> >>>> >
> >>>> > I like this format and I can apply it. The question was whether
> >>>> condition
> >>>> > to determined targets are ok?
> >>>> >
> >>>> > Harbs,
> >>>> >
> >>>> > I'm against change the name of that file now. Maybe once we release
> >>>> 0.9.0
> >>>> > and IDEs integrate it.
> >>>> > Once we try Royale in Intellij which is still in play.
> >>>> > Jetbrains haven't claim as I thought that they won't support
> >>>> Royale/FlexJS.
> >>>> > Maybe some day they will.
> >>>> >
> >>>> > Than we can experiment what can happen with change the name.
> >>>> >
> >>>> > Piotr
> >>>> >
> >>>> > On Sun, Dec 31, 2017, 09:16 Gabe Harbs <harbs.lists@gmail.com
> >>>><mailto:
> >>>> harbs.lists@gmail.com>> wrote:
> >>>> >
> >>>> >> To be clear, I understand that “flex-idk-decription” is needed for
> >>>>the
> >>>> >> current Flash Builder implementation, but I don’t think we should
> >>>>be
> >>>> held
> >>>> >> back by that forever, so I’m suggesting *adding* a name not
> >>>>specific
> >>>> to
> >>>> >> flex.
> >>>> >>
> >>>> >>> On Dec 31, 2017, at 9:41 AM, Gabe Harbs <ha...@gmail.com>
> >>>> wrote:
> >>>> >>>
> >>>> >>> I added it. The reason I did was that was how I was able to get VS
> >>>> Code
> >>>> >> to recognize the SDK.
> >>>> >>>
> >>>> >>> I have no problem reworking the description file, but I do think
> >>>>we
> >>>> >> should drop the “flex” from the name.
> >>>> >>>
> >>>> >>> In fact, we can probably just make it sdk-description.xml and the
> >>>> root
> >>>> >> tag could be <sdk-description>
> >>>> >>>
> >>>> >>> Harbs
> >>>> >>>
> >>>> >>>> On Dec 31, 2017, at 9:13 AM, Alex Harui <aharui@adobe.com.INVALID
> >>>> >> <mailto:aharui@adobe.com.INVALID
> >>>><ma...@adobe.com.INVALID>>>
> >>>> wrote:
> >>>> >>>>
> >>>> >>>> I didn't have anything to do with the creation of
> >>>> >> royale-sdk-description.
> >>>> >>>> It looks like someone copied the flex-sdk-description generation
> >>>> script.
> >>>> >>>> Is there any reason for that?
> >>>> >>>>
> >>>> >>>> IMO, parsing a string in an XML file to understand the SDK
> >>>>contents
> >>>> >>>> doesn’t make sense to me.  If the only current consumer of this
> >>>> file is
> >>>> >> VS
> >>>> >>>> Code and it is only using the presence of the file, now would be
> >>>>a
> >>>> good
> >>>> >>>> time to set the contents of royale-sdk-description in a way that
> >>>>is
> >>>> more
> >>>> >>>> future-proof.  Plus, the VS Code extension can probably be
> >>>>adjusted
> >>>> if
> >>>> >>>> needed.
> >>>> >>>>
> >>>> >>>> I'd suggest something like:
> >>>> >>>>
> >>>> >>>> <!-- Description of Apache Royale SDK -->
> >>>> >>>> <royale-sdk-description>
> >>>> >>>> <product>Apache Royale</product>
> >>>> >>>> <version>0.8.0</version>
> >>>> >>>> <build>20171230</build>
> >>>> >>>> <output-targets>
> >>>> >>>>   <output-target name="js" version="Ecma5Strict" />
> >>>> >>>>   <output-target name="swf" version="AS3" AIR="25.0"
> >>>>Flash="25.0" />
> >>>> >>>> </output-targets>
> >>>> >>>> </royale-sdk-description>
> >>>> >>>>
> >>>> >>>> That way everything is an XML tag or attribute and no parsing is
> >>>> >> required.
> >>>> >>>> I'm regretting calling things "JSOnly".  I'd rather focus on what
> >>>> you
> >>>> >>>> have instead of what you don't have.
> >>>> >>>>
> >>>> >>>> Thoughts?
> >>>> >>>> -Alex
> >>>> >>>>
> >>>> >>>> On 12
> >>>> >>>>
> >>>> >>>>
> >>>> >>>>
> >>>> >>>> On 12/30/17, 3:33 AM, "Piotr Zarzycki" <
> piotrzarzycki21@gmail.com
> >>>> <ma...@gmail.com>
> >>>> >> <mailto:piotrzarzycki21@gmail.com
> >>>><ma...@gmail.com>>>
> >>>> wrote:
> >>>> >>>>
> >>>> >>>>> Here is my thoughts about that, cause I don't want to break
> >>>> anything.
> >>>> >> In
> >>>> >>>>> ANT build royale-sdk-description is being created in target
> >>>> "prebuild"
> >>>> >> ->
> >>>> >>>>> "
> >>>> >>>>> create-description". I see following option:
> >>>> >>>>>
> >>>> >>>>> - Check whether we have environment variables set up:
> >>>> >>>>> env.PLAYERGLOBAL_HOME
> >>>> >>>>> OR env.AIR_HOME  if not make short description with "Apache
> >>>>Royale
> >>>> >> 0.9.0
> >>>> >>>>> en_US (JS)"
> >>>> >>>>>
> >>>> >>>>> What do you think ? Is it sufficient ?
> >>>> >>>>>
> >>>> >>>>> Thanks, Piotr
> >>>> >>>>>
> >>>> >>>>>
> >>>> >>>>> 2017-12-30 12:04 GMT+01:00 Piotr Zarzycki <
> >>>> piotrzarzycki21@gmail.com <ma...@gmail.com>
> >>>> >> <mailto:piotrzarzycki21@gmail.com <mailto:
> piotrzarzycki21@gmail.com
> >>>> >>>:
> >>>> >>>>>
> >>>> >>>>>> I think I have found where those files are generated. I will
> >>>> think how
> >>>> >>>>>> to
> >>>> >>>>>> change them, but if someone have other thoughts let me know! :)
> >>>> >>>>>>
> >>>> >>>>>> Thanks, Piotr
> >>>> >>>>>>
> >>>> >>>>>> 2017-12-30 11:59 GMT+01:00 piotrz <piotrz@apache.org <mailto:
> >>>> piotrz@apache.org> <mailto:
> >>>> >> piotrz@apache.org <ma...@apache.org>>>:
> >>>> >>>>>>
> >>>> >>>>>>> Alex,
> >>>> >>>>>>>
> >>>> >>>>>>> Currently in Moonshine we are using flex-sdk-description, but
> >>>> >> probably
> >>>> >>>>>>> after
> >>>> >>>>>>> first release of Royale we will use royale-sdk-description.
> >>>> >> Information
> >>>> >>>>>>> from
> >>>> >>>>>>> that file is being used to display name of the SDK.
> >>>> >>>>>>>
> >>>> >>>>>>>
> >>>> >>>>>>> <
> >>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
> >>>> F%2Fapache-
> >>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%
> >>>> 2F%2Fapache-> <
> >>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
> >>>> F%2Fapache-
> >>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%
> >>>> 2F%2Fapache->>
> >>>> >>>>>>> royale-development.20373.n8.nabble.com <
> >>>>
> >>>>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Froyale-
> >>>>development.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com
> %7C
> >>>>9459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0
> >>>>%7C0%7C636504267259051607&sdata=pPyN%2BuMObhLMcIkjS1tgrMmHc%2BrWGVr7%2F
> >>>>ulUOdzqWZQ%3D&reserved=0> <
> >>>> >>
> >>>>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Froyale-
> >>>>development.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com
> %7C
> >>>>9459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0
> >>>>%7C0%7C636504267259051607&sdata=pPyN%2BuMObhLMcIkjS1tgrMmHc%2BrWGVr7%2F
> >>>>ulUOdzqWZQ%3D&reserved=0 <
> >>>>
> >>>>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Froyale-
> >>>>development.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com
> %7C
> >>>>9459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0
> >>>>%7C0%7C636504267259051607&sdata=pPyN%2BuMObhLMcIkjS1tgrMmHc%2BrWGVr7%2F
> >>>>ulUOdzqWZQ%3D&reserved=0>
> >>>> >>> %2Ffile%2F&data=02%7C01%7Caharui%4
> >>>> >>>>>>> 0adobe.com
> >>>><
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F0adobe
> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d5514
> >>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&s
> >>>>data=Oze6H5cbOmftD6o9eLu%2BNuWHpA7cmvd5zsBJrL0I81Q%3D&reserved=0>
> >>>><
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F0adobe
> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d5514
> >>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&s
> >>>>data=Oze6H5cbOmftD6o9eLu%2BNuWHpA7cmvd5zsBJrL0I81Q%3D&reserved=0 <
> >>>>
> >>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F0adobe
> .
> >>>>com%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d55142
> >>>>3a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sd
> >>>>ata=Oze6H5cbOmftD6o9eLu%2BNuWHpA7cmvd5zsBJrL0I81Q%3D&reserved=0>
> >>>> >>> %7C2a19eab2ec1f4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c1
> >>>> >>>>>>>
> >>>> >> 78decee1%7C0%7C0%7C636502304073200067&sdata=OrjKd30bpS9CjjBH
> >>>> 0xl9t8VlHcN6
> >>>> >>>>>>> gaQQvhBwCdD%2Bjug%3D&reserved=0
> >>>> >>>>>>> t1/royale_sdk_description.png>
> >>>> >>>>>>>
> >>>> >>>>>>> Currently I have implemented logic which showing there
> >>>>(JSOnly),
> >>>> but
> >>>> >> I
> >>>> >>>>>>> thought that we can have such information in those files.
> >>>> >>>>>>>
> >>>> >>>>>>> May proposition having your thoughts in mind are:
> >>>> >>>>>>>
> >>>> >>>>>>> Royale JS: "Apache Royale 0.9.0 en_US (JS)"
> >>>> >>>>>>> Royale ASJS: "Apache Royale 0.9.0 FP11.7 AIR14.0 en_US (JS,
> >>>>SWF)"
> >>>> >>>>>>>
> >>>> >>>>>>> The question is where actually this file is created ? I will
> >>>>try
> >>>> to
> >>>> >>>>>>> find
> >>>> >>>>>>> code, but any tip would be great.
> >>>> >>>>>>>
> >>>> >>>>>>> Thanks, Piotr
> >>>> >>>>>>>
> >>>> >>>>>>>
> >>>> >>>>>>>
> >>>> >>>>>>>
> >>>> >>>>>>> --
> >>>> >>>>>>> Sent from:
> >>>> >>>>>>>
> >>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
> >>>> F%2Fapache-r
> >>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna01
> .
> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38ca
> >>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725
> >>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved=0
> >>>> tion.outlook.com/?url=http%3A%2F%2Fapache-r> <
> >>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
> >>>> F%2Fapache-r
> >>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna01
> .
> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38ca
> >>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725
> >>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved=0
> >>>> tion.outlook.com/?url=http%3A%2F%2Fapache-r>>
> >>>> >>>>>>> oyale-development.20373.n8.nabble.com <
> >>>>
> >>>>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Foyale-d
> >>>>evelopment.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9
> >>>>459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
> >>>>7C0%7C636504267259051607&sdata=LhWun3v78U3JZ2M%2Fh%2BckoBURZa0UUr%2FZvz
> >>>>TiXJxvzss%3D&reserved=0> <
> >>>> >>
> >>>>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Foyale-d
> >>>>evelopment.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9
> >>>>459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
> >>>>7C0%7C636504267259051607&sdata=LhWun3v78U3JZ2M%2Fh%2BckoBURZa0UUr%2FZvz
> >>>>TiXJxvzss%3D&reserved=0 <
> >>>>
> >>>>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Foyale-d
> >>>>evelopment.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9
> >>>>459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
> >>>>7C0%7C636504267259051607&sdata=LhWun3v78U3JZ2M%2Fh%2BckoBURZa0UUr%2FZvz
> >>>>TiXJxvzss%3D&reserved=0>
> >>>> >>> %2F&data=02%7C01%7Caharui%40adobe.c
> >>>> >>>>>>>
> >>>> >> om%7C2a19eab2ec1f4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794ae
> >>>> d2c178decee1
> >>>> >>>>>>>
> >>>> >> %7C0%7C0%7C636502304073200067&sdata=cWk4J6XPAOiogm4%2BnrSw7A
> >>>> EYnIgtP7c4ZF
> >>>> >>>>>>> U2Z184T3A%3D&reserved=0
> >>>> >>>>>>>
> >>>> >>>>>>
> >>>> >>>>>>
> >>>> >>>>>>
> >>>> >>>>>> --
> >>>> >>>>>>
> >>>> >>>>>> Piotr Zarzycki
> >>>> >>>>>>
> >>>> >>>>>> Patreon:
> >>>> >>>>>> *
> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
> >>>> 2F%2Fwww.pat
> >>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna01
> .
> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38ca
> >>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725
> >>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved=0
> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat> <
> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
> >>>> 2F%2Fwww.pat
> >>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna01
> .
> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38ca
> >>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725
> >>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved=0
> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat>>
> >>>> >>>>>> reon.com
> >>>><
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d551423
> >>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sda
> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0>
> >>>><
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d551423
> >>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sda
> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
> >>>><
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d551423
> >>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sda
> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
> >>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
> >>>> >> 40adobe.com
> >>>><
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d551
> >>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&
> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0>
> >>>><
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d551
> >>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&
> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0 <
> >>>>
> >>>>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adobe
> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d5514
> >>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&s
> >>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0>>%7C
> >>>>2a19eab2ec1f
> >>>> >>>>>>
> >>>> >> 4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
> >>>> 7C0%7C6365023
> >>>> >>>>>>
> >>>> >> 04073200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKb
> >>>> g%3D&reserved
> >>>> >>>>>> =0
> >>>> >>>>>>
> >>>> >>>>>> <
> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
> >>>> 2F%2Fwww.pat
> >>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna01
> .
> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38ca
> >>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725
> >>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved=0
> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat> <
> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
> >>>> 2F%2Fwww.pat
> >>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna01
> .
> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38ca
> >>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725
> >>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved=0
> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat>>
> >>>> >>>>>> reon.com
> >>>><
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d551423
> >>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sda
> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0>
> >>>><
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d551423
> >>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sda
> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
> >>>><
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
> >>>>om%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d551423
> >>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sda
> >>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
> >>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
> >>>> >> 40adobe.com
> >>>><
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d551
> >>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&
> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0>
> >>>><
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d551
> >>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&
> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0 <
> >>>>
> >>>>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adobe
> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d5514
> >>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&s
> >>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0>>%7C
> >>>>2a19eab2ec1f
> >>>> >>>>>>
> >>>> >> 4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
> >>>> 7C0%7C6365023
> >>>> >>>>>>
> >>>> >> 04073200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKb
> >>>> g%3D&reserved
> >>>> >>>>>> =0>*
> >>>> >>>>>>
> >>>> >>>>>
> >>>> >>>>>
> >>>> >>>>>
> >>>> >>>>> --
> >>>> >>>>>
> >>>> >>>>> Piotr Zarzycki
> >>>> >>>>>
> >>>> >>>>> Patreon:
> >>>> >>>>> *
> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
> >>>> 2F%2Fwww.patr
> >>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna01
> .
> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38ca
> >>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725
> >>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved=0
> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
> >>>> >> <https://na01.safelinks.protection.outlook.com/?url=https%3A
> >>>> %2F%2Fwww.patr
> >>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna01
> .
> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38ca
> >>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725
> >>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved=0
> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
> >>>> >>>
> >>>> >>>>> eon.com
> >>>><
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d551423a
> >>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sdat
> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0>
> >>>><
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d551423a
> >>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sdat
> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
> >>>><
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d551423a
> >>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sdat
> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
> >>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
> >>>> >> 40adobe.com
> >>>><
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d551
> >>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&
> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0>
> >>>><
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d551
> >>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&
> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0 <
> >>>>
> >>>>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adobe
> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d5514
> >>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&s
> >>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0>>%7C
> >>>>2a19eab2ec1f4e
> >>>> >>>>>
> >>>> >> feea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
> >>>> 0%7C6365023040
> >>>> >>>>>
> >>>> >> 73200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKbg%3
> >>>> D&reserved=0
> >>>> >>>>> <
> >>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
> >>>> 2F%2Fwww.patr
> >>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna01
> .
> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38ca
> >>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725
> >>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved=0
> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
> >>>> >> <https://na01.safelinks.protection.outlook.com/?url=https%3A
> >>>> %2F%2Fwww.patr
> >>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna01
> .
> >>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38ca
> >>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725
> >>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved=0
> >>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
> >>>> >>>
> >>>> >>>>> eon.com
> >>>><
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d551423a
> >>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sdat
> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0>
> >>>><
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d551423a
> >>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sdat
> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
> >>>><
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
> >>>>m%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d551423a
> >>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sdat
> >>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
> >>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
> >>>> >> 40adobe.com
> >>>><
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d551
> >>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&
> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0>
> >>>><
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
> >>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d551
> >>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&
> >>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0 <
> >>>>
> >>>>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adobe
> >>>>.com%2F&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e38cadc08d5514
> >>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&s
> >>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0>>%7C
> >>>>2a19eab2ec1f4e
> >>>> >>>>>
> >>>> >> feea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
> >>>> 0%7C6365023040
> >>>> >>>>>
> >>>> >> 73200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKbg%3
> >>>> D&reserved=0>*
> >>>>
> >>>>
> >>>
> >>>
> >>> --
> >>>
> >>> Piotr Zarzycki
> >>>
> >>> Patreon:
> >>>*
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pa
> >>>treon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940
> >>>784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
> >>>04267259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%2BqhroQ%3
> >>>D&reserved=0
> >>>
> >>><
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pa
> >>>treon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940
> >>>784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
> >>>04267259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%2BqhroQ%3
> >>>D&reserved=0>*
> >>>
> >>
> >>
> >>
> >> --
> >>
> >> Piotr Zarzycki
> >>
> >> Patreon:
> >>*
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pat
> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> %7C9459a7294078
> >>4e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365042
> >>67259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%2BqhroQ%3D&re
> >>served=0
> >>
> >><
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pat
> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> %7C9459a7294078
> >>4e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365042
> >>67259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%2BqhroQ%3D&re
> >>served=0>*
> >>
> >
> >
> >
> >--
> >
> >Piotr Zarzycki
> >
> >Patreon:
> >*
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patr
> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e
> >38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365042672
> >59051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%2BqhroQ%3D&reserv
> >ed=0
> ><
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patr
> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> %7C9459a72940784e
> >38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365042672
> >59051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%2BqhroQ%3D&reserv
> >ed=0>*
>
>

Re: Distinguish description in "royale-sdk-description.xml" between asjs and JSOnly

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Hi Piotr,

I guess I wasn't clear.  We should not change flex-sdk-description.xml.
We don't know what IDE's depend on its current format.

You can do anything you want in royale-sdk-description.
The royale-asjs build should hit an Ant target called "jsonly-package"
that modified files in the js-only package.  Hopefully you can either
modify the royale-sdk-description or generate a new one.

HTH,
-ALex
 

On 1/1/18, 10:05 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:

>Alex,
>
>I have pushed changes where I have in the sdk-description.xml
>"output-targets". We have now following content [1]. I didn't change
>"name"
>to "product" and prefer to leave it as is.
>
>What's with version - I didn't change it either, cause this is something
>for Flash Builder. What if we add there 9.0 ? Flash Builder recognize it
>properly ?
>
>I see one problem on Jenkins. Build asjs [2] produces also packages
>jsonly,
>but this package is being build with PLAYERGLOBAL_HOME set. In that case
>it
>will contains wrong sdk-description. My generation is based on
>PLAYERGLOBAL_HOME - if it's set we will have js and swf in output-targets.
>
>[1] 
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apa
>che.org%2FLqI7&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d
>551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&
>sdata=IpqzJ%2FsGEvREbeOVvILOOBGnTfzgIx%2FQvrFBB5fCPRQ%3D&reserved=0
>[2]
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroya
>leci.westus2.cloudapp.azure.com%3A8080%2Fjob%2Froyale-asjs%2FlastSuccessfu
>lBuild%2Fartifact%2Fout%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a729407
>84e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365042
>67259051607&sdata=6P%2FRIkl5AgD5tQh%2B%2FOvu4bQaI9VyCInE6NidvppI3Fs%3D&res
>erved=0
>
>Thanks, Piotr
>
>
>2017-12-31 11:13 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:
>
>> I will wait to see what other things in that matter.
>>
>> Thanks, Piotr
>>
>> 2017-12-31 10:49 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:
>>
>>> Harbs,
>>>
>>> I'm sorry!! I thought that you would like to get rid off
>>> flex-sdk-description ! Ok in that case I need to check what's I will
>>>have
>>> to change in Moonshine, but that probably a minor things. :)
>>>
>>> Thanks, Piotr
>>>
>>> 2017-12-31 10:28 GMT+01:00 Gabe Harbs <ha...@gmail.com>:
>>>
>>>> What’s the harm in having two files? One named flex-sdk-description
>>>>for
>>>> backwards compatibility and a second one named sdk-description for
>>>>forward
>>>> compatibility. The sooner we have a generic file, the sooner IDEs can
>>>>start
>>>> using it.
>>>>
>>>> Harbs
>>>>
>>>> > On Dec 31, 2017, at 11:03 AM, Piotr Zarzycki <
>>>> piotrzarzycki21@gmail.com> wrote:
>>>> >
>>>> > Alex,
>>>> >
>>>> > I like this format and I can apply it. The question was whether
>>>> condition
>>>> > to determined targets are ok?
>>>> >
>>>> > Harbs,
>>>> >
>>>> > I'm against change the name of that file now. Maybe once we release
>>>> 0.9.0
>>>> > and IDEs integrate it.
>>>> > Once we try Royale in Intellij which is still in play.
>>>> > Jetbrains haven't claim as I thought that they won't support
>>>> Royale/FlexJS.
>>>> > Maybe some day they will.
>>>> >
>>>> > Than we can experiment what can happen with change the name.
>>>> >
>>>> > Piotr
>>>> >
>>>> > On Sun, Dec 31, 2017, 09:16 Gabe Harbs <harbs.lists@gmail.com
>>>><mailto:
>>>> harbs.lists@gmail.com>> wrote:
>>>> >
>>>> >> To be clear, I understand that “flex-idk-decription” is needed for
>>>>the
>>>> >> current Flash Builder implementation, but I don’t think we should
>>>>be
>>>> held
>>>> >> back by that forever, so I’m suggesting *adding* a name not
>>>>specific
>>>> to
>>>> >> flex.
>>>> >>
>>>> >>> On Dec 31, 2017, at 9:41 AM, Gabe Harbs <ha...@gmail.com>
>>>> wrote:
>>>> >>>
>>>> >>> I added it. The reason I did was that was how I was able to get VS
>>>> Code
>>>> >> to recognize the SDK.
>>>> >>>
>>>> >>> I have no problem reworking the description file, but I do think
>>>>we
>>>> >> should drop the “flex” from the name.
>>>> >>>
>>>> >>> In fact, we can probably just make it sdk-description.xml and the
>>>> root
>>>> >> tag could be <sdk-description>
>>>> >>>
>>>> >>> Harbs
>>>> >>>
>>>> >>>> On Dec 31, 2017, at 9:13 AM, Alex Harui <aharui@adobe.com.INVALID
>>>> >> <mailto:aharui@adobe.com.INVALID
>>>><ma...@adobe.com.INVALID>>>
>>>> wrote:
>>>> >>>>
>>>> >>>> I didn't have anything to do with the creation of
>>>> >> royale-sdk-description.
>>>> >>>> It looks like someone copied the flex-sdk-description generation
>>>> script.
>>>> >>>> Is there any reason for that?
>>>> >>>>
>>>> >>>> IMO, parsing a string in an XML file to understand the SDK
>>>>contents
>>>> >>>> doesn’t make sense to me.  If the only current consumer of this
>>>> file is
>>>> >> VS
>>>> >>>> Code and it is only using the presence of the file, now would be
>>>>a
>>>> good
>>>> >>>> time to set the contents of royale-sdk-description in a way that
>>>>is
>>>> more
>>>> >>>> future-proof.  Plus, the VS Code extension can probably be
>>>>adjusted
>>>> if
>>>> >>>> needed.
>>>> >>>>
>>>> >>>> I'd suggest something like:
>>>> >>>>
>>>> >>>> <!-- Description of Apache Royale SDK -->
>>>> >>>> <royale-sdk-description>
>>>> >>>> <product>Apache Royale</product>
>>>> >>>> <version>0.8.0</version>
>>>> >>>> <build>20171230</build>
>>>> >>>> <output-targets>
>>>> >>>>   <output-target name="js" version="Ecma5Strict" />
>>>> >>>>   <output-target name="swf" version="AS3" AIR="25.0"
>>>>Flash="25.0" />
>>>> >>>> </output-targets>
>>>> >>>> </royale-sdk-description>
>>>> >>>>
>>>> >>>> That way everything is an XML tag or attribute and no parsing is
>>>> >> required.
>>>> >>>> I'm regretting calling things "JSOnly".  I'd rather focus on what
>>>> you
>>>> >>>> have instead of what you don't have.
>>>> >>>>
>>>> >>>> Thoughts?
>>>> >>>> -Alex
>>>> >>>>
>>>> >>>> On 12
>>>> >>>>
>>>> >>>>
>>>> >>>>
>>>> >>>> On 12/30/17, 3:33 AM, "Piotr Zarzycki" <piotrzarzycki21@gmail.com
>>>> <ma...@gmail.com>
>>>> >> <mailto:piotrzarzycki21@gmail.com
>>>><ma...@gmail.com>>>
>>>> wrote:
>>>> >>>>
>>>> >>>>> Here is my thoughts about that, cause I don't want to break
>>>> anything.
>>>> >> In
>>>> >>>>> ANT build royale-sdk-description is being created in target
>>>> "prebuild"
>>>> >> ->
>>>> >>>>> "
>>>> >>>>> create-description". I see following option:
>>>> >>>>>
>>>> >>>>> - Check whether we have environment variables set up:
>>>> >>>>> env.PLAYERGLOBAL_HOME
>>>> >>>>> OR env.AIR_HOME  if not make short description with "Apache
>>>>Royale
>>>> >> 0.9.0
>>>> >>>>> en_US (JS)"
>>>> >>>>>
>>>> >>>>> What do you think ? Is it sufficient ?
>>>> >>>>>
>>>> >>>>> Thanks, Piotr
>>>> >>>>>
>>>> >>>>>
>>>> >>>>> 2017-12-30 12:04 GMT+01:00 Piotr Zarzycki <
>>>> piotrzarzycki21@gmail.com <ma...@gmail.com>
>>>> >> <mailto:piotrzarzycki21@gmail.com <mailto:piotrzarzycki21@gmail.com
>>>> >>>:
>>>> >>>>>
>>>> >>>>>> I think I have found where those files are generated. I will
>>>> think how
>>>> >>>>>> to
>>>> >>>>>> change them, but if someone have other thoughts let me know! :)
>>>> >>>>>>
>>>> >>>>>> Thanks, Piotr
>>>> >>>>>>
>>>> >>>>>> 2017-12-30 11:59 GMT+01:00 piotrz <piotrz@apache.org <mailto:
>>>> piotrz@apache.org> <mailto:
>>>> >> piotrz@apache.org <ma...@apache.org>>>:
>>>> >>>>>>
>>>> >>>>>>> Alex,
>>>> >>>>>>>
>>>> >>>>>>> Currently in Moonshine we are using flex-sdk-description, but
>>>> >> probably
>>>> >>>>>>> after
>>>> >>>>>>> first release of Royale we will use royale-sdk-description.
>>>> >> Information
>>>> >>>>>>> from
>>>> >>>>>>> that file is being used to display name of the SDK.
>>>> >>>>>>>
>>>> >>>>>>>
>>>> >>>>>>> <
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2Fapache- 
>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%
>>>> 2F%2Fapache-> <
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2Fapache- 
>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%
>>>> 2F%2Fapache->>
>>>> >>>>>>> royale-development.20373.n8.nabble.com <
>>>> 
>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Froyale-
>>>>development.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com%7C
>>>>9459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0
>>>>%7C0%7C636504267259051607&sdata=pPyN%2BuMObhLMcIkjS1tgrMmHc%2BrWGVr7%2F
>>>>ulUOdzqWZQ%3D&reserved=0> <
>>>> >> 
>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Froyale-
>>>>development.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com%7C
>>>>9459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0
>>>>%7C0%7C636504267259051607&sdata=pPyN%2BuMObhLMcIkjS1tgrMmHc%2BrWGVr7%2F
>>>>ulUOdzqWZQ%3D&reserved=0 <
>>>> 
>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Froyale-
>>>>development.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com%7C
>>>>9459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0
>>>>%7C0%7C636504267259051607&sdata=pPyN%2BuMObhLMcIkjS1tgrMmHc%2BrWGVr7%2F
>>>>ulUOdzqWZQ%3D&reserved=0>
>>>> >>> %2Ffile%2F&data=02%7C01%7Caharui%4
>>>> >>>>>>> 0adobe.com
>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F0adobe
>>>>.com%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d5514
>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&s
>>>>data=Oze6H5cbOmftD6o9eLu%2BNuWHpA7cmvd5zsBJrL0I81Q%3D&reserved=0>
>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F0adobe
>>>>.com%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d5514
>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&s
>>>>data=Oze6H5cbOmftD6o9eLu%2BNuWHpA7cmvd5zsBJrL0I81Q%3D&reserved=0 <
>>>> 
>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F0adobe.
>>>>com%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d55142
>>>>3a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sd
>>>>ata=Oze6H5cbOmftD6o9eLu%2BNuWHpA7cmvd5zsBJrL0I81Q%3D&reserved=0>
>>>> >>> %7C2a19eab2ec1f4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c1
>>>> >>>>>>>
>>>> >> 78decee1%7C0%7C0%7C636502304073200067&sdata=OrjKd30bpS9CjjBH
>>>> 0xl9t8VlHcN6
>>>> >>>>>>> gaQQvhBwCdD%2Bjug%3D&reserved=0
>>>> >>>>>>> t1/royale_sdk_description.png>
>>>> >>>>>>>
>>>> >>>>>>> Currently I have implemented logic which showing there
>>>>(JSOnly),
>>>> but
>>>> >> I
>>>> >>>>>>> thought that we can have such information in those files.
>>>> >>>>>>>
>>>> >>>>>>> May proposition having your thoughts in mind are:
>>>> >>>>>>>
>>>> >>>>>>> Royale JS: "Apache Royale 0.9.0 en_US (JS)"
>>>> >>>>>>> Royale ASJS: "Apache Royale 0.9.0 FP11.7 AIR14.0 en_US (JS,
>>>>SWF)"
>>>> >>>>>>>
>>>> >>>>>>> The question is where actually this file is created ? I will
>>>>try
>>>> to
>>>> >>>>>>> find
>>>> >>>>>>> code, but any tip would be great.
>>>> >>>>>>>
>>>> >>>>>>> Thanks, Piotr
>>>> >>>>>>>
>>>> >>>>>>>
>>>> >>>>>>>
>>>> >>>>>>>
>>>> >>>>>>> --
>>>> >>>>>>> Sent from:
>>>> >>>>>>>
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2Fapache-r 
>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna01.
>>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38ca
>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725
>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved=0
>>>> tion.outlook.com/?url=http%3A%2F%2Fapache-r> <
>>>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2
>>>> F%2Fapache-r 
>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna01.
>>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38ca
>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725
>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved=0
>>>> tion.outlook.com/?url=http%3A%2F%2Fapache-r>>
>>>> >>>>>>> oyale-development.20373.n8.nabble.com <
>>>> 
>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Foyale-d
>>>>evelopment.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com%7C9
>>>>459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>>7C0%7C636504267259051607&sdata=LhWun3v78U3JZ2M%2Fh%2BckoBURZa0UUr%2FZvz
>>>>TiXJxvzss%3D&reserved=0> <
>>>> >> 
>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Foyale-d
>>>>evelopment.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com%7C9
>>>>459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>>7C0%7C636504267259051607&sdata=LhWun3v78U3JZ2M%2Fh%2BckoBURZa0UUr%2FZvz
>>>>TiXJxvzss%3D&reserved=0 <
>>>> 
>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Foyale-d
>>>>evelopment.20373.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com%7C9
>>>>459a72940784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>>7C0%7C636504267259051607&sdata=LhWun3v78U3JZ2M%2Fh%2BckoBURZa0UUr%2FZvz
>>>>TiXJxvzss%3D&reserved=0>
>>>> >>> %2F&data=02%7C01%7Caharui%40adobe.c
>>>> >>>>>>>
>>>> >> om%7C2a19eab2ec1f4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794ae
>>>> d2c178decee1
>>>> >>>>>>>
>>>> >> %7C0%7C0%7C636502304073200067&sdata=cWk4J6XPAOiogm4%2BnrSw7A
>>>> EYnIgtP7c4ZF
>>>> >>>>>>> U2Z184T3A%3D&reserved=0
>>>> >>>>>>>
>>>> >>>>>>
>>>> >>>>>>
>>>> >>>>>>
>>>> >>>>>> --
>>>> >>>>>>
>>>> >>>>>> Piotr Zarzycki
>>>> >>>>>>
>>>> >>>>>> Patreon:
>>>> >>>>>> *
>>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>>> 2F%2Fwww.pat 
>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna01.
>>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38ca
>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725
>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved=0
>>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat> <
>>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>>> 2F%2Fwww.pat 
>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna01.
>>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38ca
>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725
>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved=0
>>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat>>
>>>> >>>>>> reon.com
>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
>>>>om%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d551423
>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sda
>>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0>
>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
>>>>om%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d551423
>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sda
>>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
>>>>om%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d551423
>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sda
>>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
>>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
>>>> >> 40adobe.com
>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
>>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d551
>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&
>>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0>
>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
>>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d551
>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&
>>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0 <
>>>> 
>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adobe
>>>>.com%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d5514
>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&s
>>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0>>%7C
>>>>2a19eab2ec1f
>>>> >>>>>>
>>>> >> 4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>> 7C0%7C6365023
>>>> >>>>>>
>>>> >> 04073200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKb
>>>> g%3D&reserved
>>>> >>>>>> =0
>>>> >>>>>>
>>>> >>>>>> <
>>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>>> 2F%2Fwww.pat 
>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna01.
>>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38ca
>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725
>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved=0
>>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat> <
>>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>>> 2F%2Fwww.pat 
>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna01.
>>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38ca
>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725
>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved=0
>>>> tion.outlook.com/?url=https%3A%2F%2Fwww.pat>>
>>>> >>>>>> reon.com
>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
>>>>om%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d551423
>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sda
>>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0>
>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
>>>>om%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d551423
>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sda
>>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Freon.c
>>>>om%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d551423
>>>>a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sda
>>>>ta=4NP7JbqMuKz%2F79dn3i6KF002%2FZaMPv5LqTJCy4foucE%3D&reserved=0
>>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
>>>> >> 40adobe.com
>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
>>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d551
>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&
>>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0>
>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
>>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d551
>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&
>>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0 <
>>>> 
>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adobe
>>>>.com%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d5514
>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&s
>>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0>>%7C
>>>>2a19eab2ec1f
>>>> >>>>>>
>>>> >> 4efeea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>>> 7C0%7C6365023
>>>> >>>>>>
>>>> >> 04073200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKb
>>>> g%3D&reserved
>>>> >>>>>> =0>*
>>>> >>>>>>
>>>> >>>>>
>>>> >>>>>
>>>> >>>>>
>>>> >>>>> --
>>>> >>>>>
>>>> >>>>> Piotr Zarzycki
>>>> >>>>>
>>>> >>>>> Patreon:
>>>> >>>>> *
>>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>>> 2F%2Fwww.patr 
>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna01.
>>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38ca
>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725
>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved=0
>>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
>>>> >> <https://na01.safelinks.protection.outlook.com/?url=https%3A
>>>> %2F%2Fwww.patr
>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna01.
>>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38ca
>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725
>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved=0
>>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
>>>> >>>
>>>> >>>>> eon.com 
>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
>>>>m%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d551423a
>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sdat
>>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0>
>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
>>>>m%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d551423a
>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sdat
>>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
>>>>m%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d551423a
>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sdat
>>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
>>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
>>>> >> 40adobe.com
>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
>>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d551
>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&
>>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0>
>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
>>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d551
>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&
>>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0 <
>>>> 
>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adobe
>>>>.com%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d5514
>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&s
>>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0>>%7C
>>>>2a19eab2ec1f4e
>>>> >>>>>
>>>> >> feea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
>>>> 0%7C6365023040
>>>> >>>>>
>>>> >> 73200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKbg%3
>>>> D&reserved=0
>>>> >>>>> <
>>>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%
>>>> 2F%2Fwww.patr 
>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna01.
>>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38ca
>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725
>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved=0
>>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
>>>> >> <https://na01.safelinks.protection.outlook.com/?url=https%3A
>>>> %2F%2Fwww.patr
>>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fna01.
>>>>safelinks.protec&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38ca
>>>>dc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63650426725
>>>>9051607&sdata=j1On0DWECaO5zZS5XM0OIAftBug4feUyldZY2wz8dEs%3D&reserved=0
>>>> tion.outlook.com/?url=https%3A%2F%2Fwww.patr>
>>>> >>>
>>>> >>>>> eon.com 
>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
>>>>m%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d551423a
>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sdat
>>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0>
>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
>>>>m%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d551423a
>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sdat
>>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Feon.co
>>>>m%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d551423a
>>>>86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&sdat
>>>>a=D1rxjXKZeX4sTDDPKgiwdDrqzhL9BoD4IIh41NFqXxA%3D&reserved=0
>>>> >>%2Fpiotrzarzycki&data=02%7C01%7Caharui%
>>>> >> 40adobe.com
>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
>>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d551
>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&
>>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0>
>>>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adob
>>>>e.com%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d551
>>>>423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&
>>>>sdata=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0 <
>>>> 
>>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adobe
>>>>.com%2F&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e38cadc08d5514
>>>>23a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636504267259051607&s
>>>>data=kNj71tJUELEfKatfIsCSdZADXkKDcM7Nd%2FDZihXiU%2B4%3D&reserved=0>>%7C
>>>>2a19eab2ec1f4e
>>>> >>>>>
>>>> >> feea9b08d54f7923c0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
>>>> 0%7C6365023040
>>>> >>>>>
>>>> >> 73200067&sdata=trB5QDMp7NylryBjWLUQjFzP2grJoOjEk7yv3aoQKbg%3
>>>> D&reserved=0>*
>>>>
>>>>
>>>
>>>
>>> --
>>>
>>> Piotr Zarzycki
>>>
>>> Patreon: 
>>>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pa
>>>treon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C9459a72940
>>>784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>04267259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%2BqhroQ%3
>>>D&reserved=0
>>> 
>>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pa
>>>treon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C9459a72940
>>>784e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365
>>>04267259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%2BqhroQ%3
>>>D&reserved=0>*
>>>
>>
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>> Patreon: 
>>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pat
>>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C9459a7294078
>>4e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365042
>>67259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%2BqhroQ%3D&re
>>served=0
>> 
>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pat
>>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C9459a7294078
>>4e38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365042
>>67259051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%2BqhroQ%3D&re
>>served=0>*
>>
>
>
>
>-- 
>
>Piotr Zarzycki
>
>Patreon: 
>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patr
>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e
>38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365042672
>59051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%2BqhroQ%3D&reserv
>ed=0
><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patr
>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C9459a72940784e
>38cadc08d551423a86%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6365042672
>59051607&sdata=cbH7Tu252KJG%2BtX%2BOaJlGu25o7ozNyDWQeTnh%2BqhroQ%3D&reserv
>ed=0>*