You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2020/06/25 11:02:28 UTC

[royale-docs] branch master updated: Change config name

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 <yi...@hotmail.com>
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.
 


RE: [royale-docs] branch master updated: Change config name

Posted by Yishay Weiss <yi...@hotmail.com>.
Thanks for catching that.

From: Piotr Zarzycki<ma...@gmail.com>
Sent: Thursday, June 25, 2020 2:09 PM
To: Apache Royale Development<ma...@royale.apache.org>
Subject: Re: [royale-docs] branch master updated: Change config name

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 <yi...@apache.org> 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 <yi...@hotmail.com>
> 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>*


Re: [royale-docs] branch master updated: Change config name

Posted by Piotr Zarzycki <pi...@gmail.com>.
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 <yi...@apache.org> 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 <yi...@hotmail.com>
> 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>*