I'm not sure whether it is even matter what version we have in case where
we have SDK for pure JS development. For sure we cannot have specify in
"library-path" and "external-library-path" paths to player.

Piotr

2017-09-04 8:38 GMT+02:00 Alex Harui <aha...@adobe.com.invalid>:

> OK.  That's what I hoped.  So the goal should be for the installer to set
> target-player to something like 11.1?
>
> Thanks,
> -Alex
>
> On 9/3/17, 11:19 PM, "Piotr Zarzycki" <piotrzarzyck...@gmail.com> wrote:
>
> >Once I get back "target-player" to flex-config, but still left commented
> >out external-library-path and library-path everything has build without
> >the
> >problem.
> >
> >Piotr
> >
> >2017-09-04 2:18 GMT+02:00 Alex Harui <aha...@adobe.com.invalid>:
> >
> >> OK, but if you specify a legitimate target-player but only specify
> >>JSFlex
> >> output, I'm still wondering what part of the compiler is going to
> >>verify a
> >> playerglobal.swc exists since playerglobal.swc shouldn’t be specified in
> >> any external-library-path.
> >>
> >> -Alex
> >>
> >> On 9/3/17, 1:51 PM, "Piotr Zarzycki" <piotrzarzyck...@gmail.com> wrote:
> >>
> >> >Hi Alex,
> >> >
> >> >I get back to this and look closer into compiler code regarding point
> >>#1.
> >> >I
> >> >see following comments in Configuration.java:
> >> >
> >> >"The major_version is required while minor_version and revision are
> >> >optional. The minimum value is 10.0.0. If you do not specify the
> >> >minor_version or revision, then the compiler uses zeros."
> >> >
> >> >In code I see that if I don't have in flex-config.xml <target-player>
> >>at
> >> >all I have exception reported by this line [1]. That is why I'm seeing
> >> >this
> >> >one:
> >> >
> >> ><target-player>0.0.0</target-player>
> >> >
> >> >
> >> >[1]
> >> >https://na01.safelinks.protection.outlook.com/?url=
> >> https%3A%2F%2Fpaste.apa
> >> >che.org%2FBB2R&data=02%7C01%7C%7Ce185e651110c4c41e85908d4f30d
> >> 81d6%7Cfa7b1b
> >> >5a7b34438794aed2c178decee1%7C0%7C0%7C636400686724171224&
> >> sdata=ifbA81a5a5vw
> >> >bE4yej1Ej4mzM4JkfTH3KtBzC95wvK8%3D&reserved=0
> >> >
> >> >Thanks,
> >> >Piotr
> >> >
> >> >
> >> >2017-08-29 6:36 GMT+02:00 Alex Harui <aha...@adobe.com.invalid>:
> >> >
> >> >> Hmm.  It isn't obvious to me:
> >> >>
> >> >> 1) if you only have target=JSFlex, why does the compiler care about
> >> >> target-player?
> >> >> 2) Why did -htmlTemplate option not work?
> >> >>
> >> >> Maybe the console output would tell us more, or try putting
> >> >> System.out.println calls into MXMLFlexJSPublisher.java to see why the
> >> >> template wasn’t generated.
> >> >>
> >> >> HTH,
> >> >> -Alex
> >> >>
> >> >> On 8/28/17, 3:20 PM, "piotrz" <piotrzarzyck...@gmail.com> wrote:
> >> >>
> >> >> >Hi Alex,
> >> >> >
> >> >> >I just did build using console. It look like there is a bug in
> >> >>Moonshine
> >> >> >partially.
> >> >> >
> >> >> >Build in Moonshine:
> >> >> >Basically when I run build it has failed with same error in
> >>Moonshine,
> >> >> >cause
> >> >> >every build generates custom configuration [1] which contains
> >> >> ><target-player>0.0.0</target-player> - if there is no player
> version
> >> in
> >> >> >frameworks/flex-config.xml (since I have commented out each line
> >> >>related
> >> >> >to
> >> >> >target-player).
> >> >> >
> >> >> >I will probably raise issue for Moonshine.
> >> >> >
> >> >> >Build in console:
> >> >> >Once I removed target-player from [2] build has been successful from
> >> >> >console. Unfortunately -html-template was completely omitted, so MDL
> >> >> >example
> >> >> >do not have any styles.
> >> >> >
> >> >> ><https://na01.safelinks.protection.outlook.com/?url=
> >> >> http%3A%2F%2Fapache-fl
> >> >> >ex-development.2333347.n4.nabble.com%2Ffile%2Fn64004%
> >> >> 2Fmdl_table_without_S
> >> >> >tyle.png&data=02%7C01%7C%7C284e644bff584ab1b7d708d4ee62
> >> >> f776%7Cfa7b1b5a7b34
> >> >> >438794aed2c178decee1%7C0%7C0%7C636395556215578840&sdata=
> >> >> ZRxcO%2B%2Bn2wULt4
> >> >> >kn53d6ZZutOxqguNTjBteVF59TYrA%3D&reserved=0>
> >> >> >
> >> >> >[1]
> >> >> >https://na01.safelinks.protection.outlook.com/?url=
> >> >> https%3A%2F%2Fpaste.apa
> >> >> >che.org%2FFbUb&data=02%7C01%7C%7C284e644bff584ab1b7d708d4ee62
> >> >> f776%7Cfa7b1b
> >> >> >5a7b34438794aed2c178decee1%7C0%7C0%7C636395556215578840&
> >> >> sdata=dhOREax1nh33
> >> >> >zGhlaqo9%2B0FD8g5YLY7B0yuRGd3kVKY%3D&reserved=0
> >> >> >[2]
> >> >> >https://na01.safelinks.protection.outlook.com/?url=
> >> >> https%3A%2F%2Fpaste.apa
> >> >> >che.org%2Fl0mh&data=02%7C01%7C%7C284e644bff584ab1b7d708d4ee62
> >> >> f776%7Cfa7b1b
> >> >> >5a7b34438794aed2c178decee1%7C0%7C0%7C636395556215578840&
> >> >> sdata=w2vD2jcJMjoi
> >> >> >9LYCR7z8ppgwHqe9J40G5G2fbl6uB40%3D&reserved=0
> >> >> >
> >> >> >Thanks,
> >> >> >Piotr
> >> >> >
> >> >> >
> >> >> >
> >> >> >-----
> >> >> >Apache Flex PMC
> >> >> >piotrzarzyck...@gmail.com
> >> >> >--
> >> >> >View this message in context:
> >> >> >https://na01.safelinks.protection.outlook.com/?url=
> >> >> http%3A%2F%2Fapache-fle
> >> >> >x-development.2333347.n4.nabble.com%2FFlex-JS-Flex-SDK-
> >> >> Installer-always-ge
> >> >> >t-stuck-at-Finish-uncompressing-tp63989p64004.
> >> >> html&data=02%7C01%7C%7C284e6
> >> >> >44bff584ab1b7d708d4ee62f776%7Cfa7b1b5a7b34438794aed2c178de
> >> >> cee1%7C0%7C0%7C6
> >> >> >36395556215578840&sdata=gd1LmXTytYAQOab3zLaTzWbAufOzK6
> >> >> e%2BfPf56%2FTeCIM%3D
> >> >> >&reserved=0
> >> >> >Sent from the Apache Flex Development mailing list archive at
> >> >>Nabble.com.
> >> >>
> >> >>
> >> >
> >> >
> >> >--
> >> >
> >> >Piotr Zarzycki
> >> >
> >> >mobile: +48 880 859 557
> >> >skype: zarzycki10
> >> >
> >> >LinkedIn:
> >> >https://na01.safelinks.protection.outlook.com/?url=
> >> http%3A%2F%2Fwww.linked
> >> >in.com%2Fpiotrzarzycki&data=02%7C01%7C%7Ce185e651110c4c41e85908d4f30d
> >> 81d6%
> >> >7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636400686724171224&sdata=
> >> 2G5u
> >> >oQ%2F1AYn846xrab%2BaOsFvp4VCLVgXzQgOXqhicqA%3D&reserved=0
> >> ><https://na01.safelinks.protection.outlook.com/?url=
> >> https%3A%2F%2Fpl.linke
> >> >din.com%2Fin%2Fpiotr-zarzycki-92a53552&data=02%
> >> 7C01%7C%7Ce185e651110c4c41e
> >> >85908d4f30d81d6%7Cfa7b1b5a7b34438794aed2c178de
> >> cee1%7C0%7C0%7C6364006867241
> >>
> >>>71224&sdata=SlLXtKNsN0w8CA3bqf6bA%2FBNjeowkDXUoBtdqb5LdxI%3D&
> reserved=0>
> >>
> >>
> >
> >
> >--
> >
> >Piotr Zarzycki
> >
> >mobile: +48 880 859 557
> >skype: zarzycki10
> >
> >LinkedIn:
> >https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2Fwww.linked
> >in.com%2Fpiotrzarzycki&data=02%7C01%7C%7C4952a76900924e6ffe5b08d4f35c
> fbf7%
> >7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636401028093402236&sdata=
> cbBf
> >dmGkGyGRPiryqPo%2Bcdo0Xp3GsPJ8lBSxZ1CtAgc%3D&reserved=0
> ><https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fpl.linke
> >din.com%2Fin%2Fpiotr-zarzycki-92a53552&data=02%
> 7C01%7C%7C4952a76900924e6ff
> >e5b08d4f35cfbf7%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C6364010280934
> >02236&sdata=g%2B5pTwRB3zQ9sC1Cbj2bYPR0%2Bd9nLBD0ZjN5ZWTwYJs%3D&
> reserved=0>
>
>


-- 

Piotr Zarzycki

mobile: +48 880 859 557
skype: zarzycki10

LinkedIn: http://www.linkedin.com/piotrzarzycki
<https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Reply via email to