I have added comment on GH, but I'm also writing here. This won't work - compiler do not accept +config=flex - unless I'm not aware of something. Correct option is +configname=flex
czw., 25 cze 2020 o 13:02 <[email protected]> napisaĆ(a): > This is an automated email from the ASF dual-hosted git repository. > > yishayw pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/royale-docs.git > > > The following commit(s) were added to refs/heads/master by this push: > new ca5fb20 Change config name > ca5fb20 is described below > > commit ca5fb20309ebac7d18d7f9b3feb75421d41173d3 > Author: yishayw <[email protected]> > AuthorDate: Thu Jun 25 14:02:21 2020 +0300 > > Change config name > --- > migrate-an-existing-app/migrate-from-flex.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/migrate-an-existing-app/migrate-from-flex.md > b/migrate-an-existing-app/migrate-from-flex.md > index 543f4da..f0aff23 100644 > --- a/migrate-an-existing-app/migrate-from-flex.md > +++ b/migrate-an-existing-app/migrate-from-flex.md > @@ -69,7 +69,7 @@ Yet another category of changes is for **non-Flex > SWCs**. If you used third-part > > The Royale compiler supports every options the Flex compiler supports. > There are also some new options for controlling JavaScript output. Royale > has an Ant task just as Flex does. It supports all the options that the > Flex Ant task supports, plus some new options for controlling JavaScript > output. You should be able to use the same options on the Royale compiler > that you used when compiling your Flex app. The only thing you must add is > the compiler option > > -`+configname=flex` > +`+config=flex` > > Then, assuming you aren't using any third-party libraries, your > application should compile. > > > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*
