You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@royale.apache.org by Serkan Taş <se...@likyateknoloji.com> on 2018/11/16 20:49:19 UTC

royale-compiler environment preparation

Hi,

When i am trying to execute compiler within eclipse i am getting errors 
about some missing files :

D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\defaults 
Error: unable to open 
'D:\dev\royale-emulation-works\github\royale-asjs\frameworks\themes\Spark\spark.css'.
defaults (line: -1)
D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\defaults 
Error: unable to open 
'D:\dev\royale-emulation-works\github\royale-asjs\frameworks\royale-config.xml'.
defaults (line: -1)

i prepared the environment according to : 
https://github.com/apache/royale-compiler/wiki/Eclipse-setup

Thanks,
Serkan

Re: royale-compiler environment preparation

Posted by Serkan Taş <se...@likyateknoloji.com>.
I am going to try but it will take time because it is not so easy to 
isolate the error from the codebase.

Thanks,
Serkan

18.11.2018 10:22 tarihinde Alex Harui yazdı:
>
> That’s a great discovery.  Can you then build a small test case that 
> reproduces the problem so I can understand why it is hanging?
>
> Thanks,
>
> -Alex
>
> *From: *Serkan Taş <se...@likyateknoloji.com>
> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Date: *Saturday, November 17, 2018 at 7:34 AM
> *To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Subject: *Re: royale-compiler environment preparation
>
> Hi Alex,
>
> I made compiler work, thanks.
>
> I found out that namespace definitons in the beginning of file - in 
> application tag - causes compiler to hang.
>
> e.g.
>
> xmlns:comps="com.likya.pinara.comps.*"
>
> When i remove these namespace definitions, than compiler goes on.
>
> This workaround let me to continue but real solution is required for 
> final.
>
> Serkan
>
> 17.11.2018 09:20 tarihinde Serkan Taş yazdı:
>
>
>     Thank you Alex, I looks like it will take some more effort and
>     time make it work.
>
>     Serkan
>
>     17.11.2018 02:43 tarihinde Alex Harui yazdı:
>
>         IF you are going to run the compiler to compile your project,
>         the compiler is going to need a working Royale SDK to supply
>         the libraries needed for your app.  The wiki describes setting
>         up run/debug configs against a royale-asjs repo that has been
>         built with Ant so that the libraries exist.
>
>         So, assuming “ant” in royale-compiler worked, run “ant” in
>         royale-typdefs and royale-asjs, then try a run/debug config.
>
>         HTH,
>
>         -Alex
>
>         *From: *Serkan Taş <se...@likyateknoloji.com>
>         <ma...@likyateknoloji.com>
>         *Reply-To: *"users@royale.apache.org"
>         <ma...@royale.apache.org> <us...@royale.apache.org>
>         <ma...@royale.apache.org>
>         *Date: *Friday, November 16, 2018 at 1:54 PM
>         *To: *"users@royale.apache.org"
>         <ma...@royale.apache.org> <us...@royale.apache.org>
>         <ma...@royale.apache.org>
>         *Subject: *Re: royale-compiler environment preparation
>
>         I am not sure what has gone wrong but i am going to work to
>         discover.
>
>         But i did not get what you mean by your last sentence. I am
>         trying to debug compiler to find-out why hanging during compile.
>
>         Sorry but i did not get the point while you say "you need to
>         run a build in royale-asjs first"
>
>         Is it required to debug compiler while compiling a project  ?
>
>         Thanks,
>         Serkan
>
>         17.11.2018 00:49 tarihinde Alex Harui yazdı:
>
>             Serkan,
>
>             I don’t have a “defaults” file or folder in my compiler-jx
>             folder.  Something went wrong with your setup.
>
>             Maybe Eclipse put something there.  If you are trying to
>             compile an app, then you need to run a build in
>             royale-asjs first.
>
>             HTH,
>
>             -Alex
>
>             *From: *Serkan Taş <se...@likyateknoloji.com>
>             <ma...@likyateknoloji.com>
>             *Reply-To: *"users@royale.apache.org"
>             <ma...@royale.apache.org> <us...@royale.apache.org>
>             <ma...@royale.apache.org>
>             *Date: *Friday, November 16, 2018 at 1:41 PM
>             *To: *"users@royale.apache.org"
>             <ma...@royale.apache.org> <us...@royale.apache.org>
>             <ma...@royale.apache.org>
>             *Subject: *Re: royale-compiler environment preparation
>
>             Here it is:
>
>             PS D:\dev\royale-emulation-works\github\royale-compiler>
>             git status
>             On branch develop
>             Your branch is up to date with 'origin/develop'.
>
>             nothing to commit, working tree clean
>             PS D:\dev\royale-emulation-works\github\royale-compiler>
>
>             17.11.2018 00:39 tarihinde Alex Harui yazdı:
>
>                 The wiki is poorly formatted.  Are you sure you
>                 switched to the develop branch?  What does ‘git
>                 status’ say?
>
>                 Post more of the log.  I can’t tell where in the build
>                 it is.
>
>                 -Alex
>
>                 *From: *Serkan Taş <se...@likyateknoloji.com>
>                 <ma...@likyateknoloji.com>
>                 *Reply-To: *"users@royale.apache.org"
>                 <ma...@royale.apache.org>
>                 <us...@royale.apache.org> <ma...@royale.apache.org>
>                 *Date: *Friday, November 16, 2018 at 1:24 PM
>                 *To: *"users@royale.apache.org"
>                 <ma...@royale.apache.org>
>                 <us...@royale.apache.org> <ma...@royale.apache.org>
>                 *Subject: *Re: royale-compiler environment preparation
>
>                 I have the clone of royale-asjs but not royale-typedefs
>
>                 the file does not exist in clone and checked the git
>                 repo at
>                 https://github.com/apache/royale-asjs/tree/develop/frameworks/themes
>                 <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Ftree%2Fdevelop%2Fframeworks%2Fthemes&data=02%7C01%7Caharui%40adobe.com%7Cd61bdf245ce843fc9c2a08d64ca2256f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636780656635345684&sdata=n9qZ1adqhZax9HjIdaWIkt5W%2BwVF4iVk%2FimjWobGuBg%3D&reserved=0>
>                 and can not see the file either.
>
>                 Thanks.
>
>
>
>
>                 17.11.2018 00:17 tarihinde Alex Harui yazdı:
>
>                     Git clone royale-asjs and royale-typedefs.
>
>                     *From: *Serkan Taş <se...@likyateknoloji.com>
>                     <ma...@likyateknoloji.com>
>                     *Reply-To: *"users@royale.apache.org"
>                     <ma...@royale.apache.org>
>                     <us...@royale.apache.org>
>                     <ma...@royale.apache.org>
>                     *Date: *Friday, November 16, 2018 at 12:49 PM
>                     *To: *"users@royale.apache.org"
>                     <ma...@royale.apache.org>
>                     <us...@royale.apache.org>
>                     <ma...@royale.apache.org>
>                     *Subject: *royale-compiler environment preparation
>
>                     Hi,
>
>                     When i am trying to execute compiler within
>                     eclipse i am getting errors about some missing files :
>
>                     D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\defaults
>                     Error: unable to open
>                     'D:\dev\royale-emulation-works\github\royale-asjs\frameworks\themes\Spark\spark.css'.
>                     defaults (line: -1)
>                     D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\defaults
>                     Error: unable to open
>                     'D:\dev\royale-emulation-works\github\royale-asjs\frameworks\royale-config.xml'.
>                     defaults (line: -1)
>
>                     i prepared the environment according to :
>                     https://github.com/apache/royale-compiler/wiki/Eclipse-setup
>                     <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Fwiki%2FEclipse-setup&data=02%7C01%7Caharui%40adobe.com%7Cd61bdf245ce843fc9c2a08d64ca2256f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636780656635355689&sdata=38Y42oNyWZSweDUzYjO1zmjb5EwNCwQgPGsY1evk96M%3D&reserved=0>
>
>                     Thanks,
>                     Serkan
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>


Re: royale-compiler environment preparation

Posted by Alex Harui <ah...@adobe.com>.
That’s a great discovery.  Can you then build a small test case that reproduces the problem so I can understand why it is hanging?

Thanks,
-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org" <us...@royale.apache.org>
Date: Saturday, November 17, 2018 at 7:34 AM
To: "users@royale.apache.org" <us...@royale.apache.org>
Subject: Re: royale-compiler environment preparation

Hi Alex,

I made compiler work, thanks.

I found out that namespace definitons in the beginning of file - in application tag - causes compiler to hang.

e.g.

xmlns:comps="com.likya.pinara.comps.*"

When i remove these namespace definitions, than compiler goes on.

This workaround let me to continue but real solution is required for final.

Serkan

17.11.2018 09:20 tarihinde Serkan Taş yazdı:

Thank you Alex, I looks like it will take some more effort and time make it work.

Serkan
17.11.2018 02:43 tarihinde Alex Harui yazdı:
IF you are going to run the compiler to compile your project, the compiler is going to need a working Royale SDK to supply the libraries needed for your app.  The wiki describes setting up run/debug configs against a royale-asjs repo that has been built with Ant so that the libraries exist.

So, assuming “ant” in royale-compiler worked, run “ant” in royale-typdefs and royale-asjs, then try a run/debug config.

HTH,
-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Friday, November 16, 2018 at 1:54 PM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: Re: royale-compiler environment preparation

I am not sure what has gone wrong but i am going to work to discover.

But i did not get what you mean by your last sentence. I am trying to debug compiler to find-out why hanging during compile.

Sorry but i did not get the point while you say "you need to run a build in royale-asjs first"

Is it required to debug compiler while compiling a project  ?

Thanks,
Serkan
17.11.2018 00:49 tarihinde Alex Harui yazdı:
Serkan,

I don’t have a “defaults” file or folder in my compiler-jx folder.  Something went wrong with your setup.

Maybe Eclipse put something there.  If you are trying to compile an app, then you need to run a build in royale-asjs first.

HTH,
-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Friday, November 16, 2018 at 1:41 PM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: Re: royale-compiler environment preparation

Here it is:

PS D:\dev\royale-emulation-works\github\royale-compiler> git status
On branch develop
Your branch is up to date with 'origin/develop'.

nothing to commit, working tree clean
PS D:\dev\royale-emulation-works\github\royale-compiler>
17.11.2018 00:39 tarihinde Alex Harui yazdı:
The wiki is poorly formatted.  Are you sure you switched to the develop branch?  What does ‘git status’ say?

Post more of the log.  I can’t tell where in the build it is.

-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Friday, November 16, 2018 at 1:24 PM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: Re: royale-compiler environment preparation

I have the clone of royale-asjs but not royale-typedefs

the file does not exist in clone and checked the git repo at https://github.com/apache/royale-asjs/tree/develop/frameworks/themes<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Ftree%2Fdevelop%2Fframeworks%2Fthemes&data=02%7C01%7Caharui%40adobe.com%7Cd61bdf245ce843fc9c2a08d64ca2256f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636780656635345684&sdata=n9qZ1adqhZax9HjIdaWIkt5W%2BwVF4iVk%2FimjWobGuBg%3D&reserved=0> and can not see the file either.

Thanks.




17.11.2018 00:17 tarihinde Alex Harui yazdı:
Git clone royale-asjs and royale-typedefs.

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Friday, November 16, 2018 at 12:49 PM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: royale-compiler environment preparation

Hi,

When i am trying to execute compiler within eclipse i am getting errors about some missing files :

D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\defaults Error: unable to open 'D:\dev\royale-emulation-works\github\royale-asjs\frameworks\themes\Spark\spark.css'.
defaults (line: -1)
D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\defaults Error: unable to open 'D:\dev\royale-emulation-works\github\royale-asjs\frameworks\royale-config.xml'.
defaults (line: -1)

i prepared the environment according to : https://github.com/apache/royale-compiler/wiki/Eclipse-setup<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Fwiki%2FEclipse-setup&data=02%7C01%7Caharui%40adobe.com%7Cd61bdf245ce843fc9c2a08d64ca2256f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636780656635355689&sdata=38Y42oNyWZSweDUzYjO1zmjb5EwNCwQgPGsY1evk96M%3D&reserved=0>

Thanks,
Serkan





















Re: royale-compiler environment preparation

Posted by Serkan Taş <se...@likyateknoloji.com>.
Hi Alex,

I made compiler work, thanks.

I found out that namespace definitons in the beginning of file - in 
application tag - causes compiler to hang.

e.g.

xmlns:comps="com.likya.pinara.comps.*"

When i remove these namespace definitions, than compiler goes on.

This workaround let me to continue but real solution is required for final.

Serkan


17.11.2018 09:20 tarihinde Serkan Taş yazdı:
>
> Thank you Alex, I looks like it will take some more effort and time 
> make it work.
>
> Serkan
>
> 17.11.2018 02:43 tarihinde Alex Harui yazdı:
>>
>> IF you are going to run the compiler to compile your project, the 
>> compiler is going to need a working Royale SDK to supply the 
>> libraries needed for your app.  The wiki describes setting up 
>> run/debug configs against a royale-asjs repo that has been built with 
>> Ant so that the libraries exist.
>>
>> So, assuming “ant” in royale-compiler worked, run “ant” in 
>> royale-typdefs and royale-asjs, then try a run/debug config.
>>
>> HTH,
>>
>> -Alex
>>
>> *From: *Serkan Taş <se...@likyateknoloji.com>
>> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
>> *Date: *Friday, November 16, 2018 at 1:54 PM
>> *To: *"users@royale.apache.org" <us...@royale.apache.org>
>> *Subject: *Re: royale-compiler environment preparation
>>
>> I am not sure what has gone wrong but i am going to work to discover.
>>
>> But i did not get what you mean by your last sentence. I am trying to 
>> debug compiler to find-out why hanging during compile.
>>
>> Sorry but i did not get the point while you say "you need to run a 
>> build in royale-asjs first"
>>
>> Is it required to debug compiler while compiling a project ?
>>
>> Thanks,
>> Serkan
>>
>> 17.11.2018 00:49 tarihinde Alex Harui yazdı:
>>
>>     Serkan,
>>
>>     I don’t have a “defaults” file or folder in my compiler-jx
>>     folder. Something went wrong with your setup.
>>
>>     Maybe Eclipse put something there.  If you are trying to compile
>>     an app, then you need to run a build in royale-asjs first.
>>
>>     HTH,
>>
>>     -Alex
>>
>>     *From: *Serkan Taş <se...@likyateknoloji.com>
>>     <ma...@likyateknoloji.com>
>>     *Reply-To: *"users@royale.apache.org"
>>     <ma...@royale.apache.org> <us...@royale.apache.org>
>>     <ma...@royale.apache.org>
>>     *Date: *Friday, November 16, 2018 at 1:41 PM
>>     *To: *"users@royale.apache.org" <ma...@royale.apache.org>
>>     <us...@royale.apache.org> <ma...@royale.apache.org>
>>     *Subject: *Re: royale-compiler environment preparation
>>
>>     Here it is:
>>
>>     PS D:\dev\royale-emulation-works\github\royale-compiler> git status
>>     On branch develop
>>     Your branch is up to date with 'origin/develop'.
>>
>>     nothing to commit, working tree clean
>>     PS D:\dev\royale-emulation-works\github\royale-compiler>
>>
>>     17.11.2018 00:39 tarihinde Alex Harui yazdı:
>>
>>         The wiki is poorly formatted.  Are you sure you switched to
>>         the develop branch?  What does ‘git status’ say?
>>
>>         Post more of the log.  I can’t tell where in the build it is.
>>
>>         -Alex
>>
>>         *From: *Serkan Taş <se...@likyateknoloji.com>
>>         <ma...@likyateknoloji.com>
>>         *Reply-To: *"users@royale.apache.org"
>>         <ma...@royale.apache.org> <us...@royale.apache.org>
>>         <ma...@royale.apache.org>
>>         *Date: *Friday, November 16, 2018 at 1:24 PM
>>         *To: *"users@royale.apache.org"
>>         <ma...@royale.apache.org> <us...@royale.apache.org>
>>         <ma...@royale.apache.org>
>>         *Subject: *Re: royale-compiler environment preparation
>>
>>         I have the clone of royale-asjs but not royale-typedefs
>>
>>         the file does not exist in clone and checked the git repo at
>>         https://github.com/apache/royale-asjs/tree/develop/frameworks/themes
>>         <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Ftree%2Fdevelop%2Fframeworks%2Fthemes&data=02%7C01%7Caharui%40adobe.com%7Cef84e022133e4d98864308d64c0e1b02%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636780020798714990&sdata=t9sNwUZYTp8e3WnVbVcaMmsGSplzLVhI06GmnPGeNR0%3D&reserved=0>
>>         and can not see the file either.
>>
>>         Thanks.
>>
>>
>>
>>         17.11.2018 00:17 tarihinde Alex Harui yazdı:
>>
>>             Git clone royale-asjs and royale-typedefs.
>>
>>             *From: *Serkan Taş <se...@likyateknoloji.com>
>>             <ma...@likyateknoloji.com>
>>             *Reply-To: *"users@royale.apache.org"
>>             <ma...@royale.apache.org>
>>             <us...@royale.apache.org> <ma...@royale.apache.org>
>>             *Date: *Friday, November 16, 2018 at 12:49 PM
>>             *To: *"users@royale.apache.org"
>>             <ma...@royale.apache.org>
>>             <us...@royale.apache.org> <ma...@royale.apache.org>
>>             *Subject: *royale-compiler environment preparation
>>
>>             Hi,
>>
>>             When i am trying to execute compiler within eclipse i am
>>             getting errors about some missing files :
>>
>>             D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\defaults
>>             Error: unable to open
>>             'D:\dev\royale-emulation-works\github\royale-asjs\frameworks\themes\Spark\spark.css'.
>>             defaults (line: -1)
>>             D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\defaults
>>             Error: unable to open
>>             'D:\dev\royale-emulation-works\github\royale-asjs\frameworks\royale-config.xml'.
>>             defaults (line: -1)
>>
>>             i prepared the environment according to :
>>             https://github.com/apache/royale-compiler/wiki/Eclipse-setup
>>             <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Fwiki%2FEclipse-setup&data=02%7C01%7Caharui%40adobe.com%7Cef84e022133e4d98864308d64c0e1b02%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636780020798714990&sdata=Hcq26wdiIncjXSJLXnG9%2FOD7f%2FPeN4u%2BKwYlEkefCGE%3D&reserved=0>
>>
>>             Thanks,
>>             Serkan
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>


Re: royale-compiler environment preparation

Posted by Serkan Taş <se...@likyateknoloji.com>.
Thank you Alex, I looks like it will take some more effort and time make 
it work.

Serkan

17.11.2018 02:43 tarihinde Alex Harui yazdı:
>
> IF you are going to run the compiler to compile your project, the 
> compiler is going to need a working Royale SDK to supply the libraries 
> needed for your app.  The wiki describes setting up run/debug configs 
> against a royale-asjs repo that has been built with Ant so that the 
> libraries exist.
>
> So, assuming “ant” in royale-compiler worked, run “ant” in 
> royale-typdefs and royale-asjs, then try a run/debug config.
>
> HTH,
>
> -Alex
>
> *From: *Serkan Taş <se...@likyateknoloji.com>
> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Date: *Friday, November 16, 2018 at 1:54 PM
> *To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Subject: *Re: royale-compiler environment preparation
>
> I am not sure what has gone wrong but i am going to work to discover.
>
> But i did not get what you mean by your last sentence. I am trying to 
> debug compiler to find-out why hanging during compile.
>
> Sorry but i did not get the point while you say "you need to run a 
> build in royale-asjs first"
>
> Is it required to debug compiler while compiling a project  ?
>
> Thanks,
> Serkan
>
> 17.11.2018 00:49 tarihinde Alex Harui yazdı:
>
>     Serkan,
>
>     I don’t have a “defaults” file or folder in my compiler-jx folder.
>     Something went wrong with your setup.
>
>     Maybe Eclipse put something there.  If you are trying to compile
>     an app, then you need to run a build in royale-asjs first.
>
>     HTH,
>
>     -Alex
>
>     *From: *Serkan Taş <se...@likyateknoloji.com>
>     <ma...@likyateknoloji.com>
>     *Reply-To: *"users@royale.apache.org"
>     <ma...@royale.apache.org> <us...@royale.apache.org>
>     <ma...@royale.apache.org>
>     *Date: *Friday, November 16, 2018 at 1:41 PM
>     *To: *"users@royale.apache.org" <ma...@royale.apache.org>
>     <us...@royale.apache.org> <ma...@royale.apache.org>
>     *Subject: *Re: royale-compiler environment preparation
>
>     Here it is:
>
>     PS D:\dev\royale-emulation-works\github\royale-compiler> git status
>     On branch develop
>     Your branch is up to date with 'origin/develop'.
>
>     nothing to commit, working tree clean
>     PS D:\dev\royale-emulation-works\github\royale-compiler>
>
>     17.11.2018 00:39 tarihinde Alex Harui yazdı:
>
>         The wiki is poorly formatted.  Are you sure you switched to
>         the develop branch?  What does ‘git status’ say?
>
>         Post more of the log.  I can’t tell where in the build it is.
>
>         -Alex
>
>         *From: *Serkan Taş <se...@likyateknoloji.com>
>         <ma...@likyateknoloji.com>
>         *Reply-To: *"users@royale.apache.org"
>         <ma...@royale.apache.org> <us...@royale.apache.org>
>         <ma...@royale.apache.org>
>         *Date: *Friday, November 16, 2018 at 1:24 PM
>         *To: *"users@royale.apache.org"
>         <ma...@royale.apache.org> <us...@royale.apache.org>
>         <ma...@royale.apache.org>
>         *Subject: *Re: royale-compiler environment preparation
>
>         I have the clone of royale-asjs but not royale-typedefs
>
>         the file does not exist in clone and checked the git repo at
>         https://github.com/apache/royale-asjs/tree/develop/frameworks/themes
>         <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Ftree%2Fdevelop%2Fframeworks%2Fthemes&data=02%7C01%7Caharui%40adobe.com%7Cef84e022133e4d98864308d64c0e1b02%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636780020798714990&sdata=t9sNwUZYTp8e3WnVbVcaMmsGSplzLVhI06GmnPGeNR0%3D&reserved=0>
>         and can not see the file either.
>
>         Thanks.
>
>
>
>         17.11.2018 00:17 tarihinde Alex Harui yazdı:
>
>             Git clone royale-asjs and royale-typedefs.
>
>             *From: *Serkan Taş <se...@likyateknoloji.com>
>             <ma...@likyateknoloji.com>
>             *Reply-To: *"users@royale.apache.org"
>             <ma...@royale.apache.org> <us...@royale.apache.org>
>             <ma...@royale.apache.org>
>             *Date: *Friday, November 16, 2018 at 12:49 PM
>             *To: *"users@royale.apache.org"
>             <ma...@royale.apache.org> <us...@royale.apache.org>
>             <ma...@royale.apache.org>
>             *Subject: *royale-compiler environment preparation
>
>             Hi,
>
>             When i am trying to execute compiler within eclipse i am
>             getting errors about some missing files :
>
>             D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\defaults
>             Error: unable to open
>             'D:\dev\royale-emulation-works\github\royale-asjs\frameworks\themes\Spark\spark.css'.
>             defaults (line: -1)
>             D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\defaults
>             Error: unable to open
>             'D:\dev\royale-emulation-works\github\royale-asjs\frameworks\royale-config.xml'.
>             defaults (line: -1)
>
>             i prepared the environment according to :
>             https://github.com/apache/royale-compiler/wiki/Eclipse-setup
>             <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Fwiki%2FEclipse-setup&data=02%7C01%7Caharui%40adobe.com%7Cef84e022133e4d98864308d64c0e1b02%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636780020798714990&sdata=Hcq26wdiIncjXSJLXnG9%2FOD7f%2FPeN4u%2BKwYlEkefCGE%3D&reserved=0>
>
>             Thanks,
>             Serkan
>
>
>
>
>
>
>
>
>
>
>
>
>


Re: royale-compiler environment preparation

Posted by Alex Harui <ah...@adobe.com>.
IF you are going to run the compiler to compile your project, the compiler is going to need a working Royale SDK to supply the libraries needed for your app.  The wiki describes setting up run/debug configs against a royale-asjs repo that has been built with Ant so that the libraries exist.

So, assuming “ant” in royale-compiler worked, run “ant” in royale-typdefs and royale-asjs, then try a run/debug config.

HTH,
-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org" <us...@royale.apache.org>
Date: Friday, November 16, 2018 at 1:54 PM
To: "users@royale.apache.org" <us...@royale.apache.org>
Subject: Re: royale-compiler environment preparation

I am not sure what has gone wrong but i am going to work to discover.

But i did not get what you mean by your last sentence. I am trying to debug compiler to find-out why hanging during compile.

Sorry but i did not get the point while you say "you need to run a build in royale-asjs first"

Is it required to debug compiler while compiling a project  ?

Thanks,
Serkan
17.11.2018 00:49 tarihinde Alex Harui yazdı:
Serkan,

I don’t have a “defaults” file or folder in my compiler-jx folder.  Something went wrong with your setup.

Maybe Eclipse put something there.  If you are trying to compile an app, then you need to run a build in royale-asjs first.

HTH,
-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Friday, November 16, 2018 at 1:41 PM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: Re: royale-compiler environment preparation

Here it is:

PS D:\dev\royale-emulation-works\github\royale-compiler> git status
On branch develop
Your branch is up to date with 'origin/develop'.

nothing to commit, working tree clean
PS D:\dev\royale-emulation-works\github\royale-compiler>
17.11.2018 00:39 tarihinde Alex Harui yazdı:
The wiki is poorly formatted.  Are you sure you switched to the develop branch?  What does ‘git status’ say?

Post more of the log.  I can’t tell where in the build it is.

-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Friday, November 16, 2018 at 1:24 PM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: Re: royale-compiler environment preparation

I have the clone of royale-asjs but not royale-typedefs

the file does not exist in clone and checked the git repo at https://github.com/apache/royale-asjs/tree/develop/frameworks/themes<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Ftree%2Fdevelop%2Fframeworks%2Fthemes&data=02%7C01%7Caharui%40adobe.com%7Cef84e022133e4d98864308d64c0e1b02%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636780020798714990&sdata=t9sNwUZYTp8e3WnVbVcaMmsGSplzLVhI06GmnPGeNR0%3D&reserved=0> and can not see the file either.

Thanks.



17.11.2018 00:17 tarihinde Alex Harui yazdı:
Git clone royale-asjs and royale-typedefs.

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Friday, November 16, 2018 at 12:49 PM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: royale-compiler environment preparation

Hi,

When i am trying to execute compiler within eclipse i am getting errors about some missing files :

D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\defaults Error: unable to open 'D:\dev\royale-emulation-works\github\royale-asjs\frameworks\themes\Spark\spark.css'.
defaults (line: -1)
D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\defaults Error: unable to open 'D:\dev\royale-emulation-works\github\royale-asjs\frameworks\royale-config.xml'.
defaults (line: -1)

i prepared the environment according to : https://github.com/apache/royale-compiler/wiki/Eclipse-setup<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Fwiki%2FEclipse-setup&data=02%7C01%7Caharui%40adobe.com%7Cef84e022133e4d98864308d64c0e1b02%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636780020798714990&sdata=Hcq26wdiIncjXSJLXnG9%2FOD7f%2FPeN4u%2BKwYlEkefCGE%3D&reserved=0>

Thanks,
Serkan














Re: royale-compiler environment preparation

Posted by Serkan Taş <se...@likyateknoloji.com>.
I am not sure what has gone wrong but i am going to work to discover.

But i did not get what you mean by your last sentence. I am trying to 
debug compiler to find-out why hanging during compile.

Sorry but i did not get the point while you say "you need to run a build 
in royale-asjs first"

Is it required to debug compiler while compiling a project  ?

Thanks,
Serkan

17.11.2018 00:49 tarihinde Alex Harui yazdı:
>
> Serkan,
>
> I don’t have a “defaults” file or folder in my compiler-jx folder.  
> Something went wrong with your setup.
>
> Maybe Eclipse put something there.  If you are trying to compile an 
> app, then you need to run a build in royale-asjs first.
>
> HTH,
>
> -Alex
>
> *From: *Serkan Taş <se...@likyateknoloji.com>
> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Date: *Friday, November 16, 2018 at 1:41 PM
> *To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Subject: *Re: royale-compiler environment preparation
>
> Here it is:
>
> PS D:\dev\royale-emulation-works\github\royale-compiler> git status
> On branch develop
> Your branch is up to date with 'origin/develop'.
>
> nothing to commit, working tree clean
> PS D:\dev\royale-emulation-works\github\royale-compiler>
>
> 17.11.2018 00:39 tarihinde Alex Harui yazdı:
>
>     The wiki is poorly formatted.  Are you sure you switched to the
>     develop branch?  What does ‘git status’ say?
>
>     Post more of the log.  I can’t tell where in the build it is.
>
>     -Alex
>
>     *From: *Serkan Taş <se...@likyateknoloji.com>
>     <ma...@likyateknoloji.com>
>     *Reply-To: *"users@royale.apache.org"
>     <ma...@royale.apache.org> <us...@royale.apache.org>
>     <ma...@royale.apache.org>
>     *Date: *Friday, November 16, 2018 at 1:24 PM
>     *To: *"users@royale.apache.org" <ma...@royale.apache.org>
>     <us...@royale.apache.org> <ma...@royale.apache.org>
>     *Subject: *Re: royale-compiler environment preparation
>
>     I have the clone of royale-asjs but not royale-typedefs
>
>     the file does not exist in clone and checked the git repo at
>     https://github.com/apache/royale-asjs/tree/develop/frameworks/themes
>     <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Ftree%2Fdevelop%2Fframeworks%2Fthemes&data=02%7C01%7Caharui%40adobe.com%7Cfaee6a317220441a220308d64c0c36a7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636780012691255602&sdata=kP0%2B0OM002yk7J%2FvGq%2BWfbsdWQjLo1yINsEUm4Q82T8%3D&reserved=0>
>     and can not see the file either.
>
>     Thanks.
>
>
>     17.11.2018 00:17 tarihinde Alex Harui yazdı:
>
>         Git clone royale-asjs and royale-typedefs.
>
>         *From: *Serkan Taş <se...@likyateknoloji.com>
>         <ma...@likyateknoloji.com>
>         *Reply-To: *"users@royale.apache.org"
>         <ma...@royale.apache.org> <us...@royale.apache.org>
>         <ma...@royale.apache.org>
>         *Date: *Friday, November 16, 2018 at 12:49 PM
>         *To: *"users@royale.apache.org"
>         <ma...@royale.apache.org> <us...@royale.apache.org>
>         <ma...@royale.apache.org>
>         *Subject: *royale-compiler environment preparation
>
>         Hi,
>
>         When i am trying to execute compiler within eclipse i am
>         getting errors about some missing files :
>
>         D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\defaults
>         Error: unable to open
>         'D:\dev\royale-emulation-works\github\royale-asjs\frameworks\themes\Spark\spark.css'.
>         defaults (line: -1)
>         D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\defaults
>         Error: unable to open
>         'D:\dev\royale-emulation-works\github\royale-asjs\frameworks\royale-config.xml'.
>         defaults (line: -1)
>
>         i prepared the environment according to :
>         https://github.com/apache/royale-compiler/wiki/Eclipse-setup
>         <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Fwiki%2FEclipse-setup&data=02%7C01%7Caharui%40adobe.com%7Cfaee6a317220441a220308d64c0c36a7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636780012691255602&sdata=Keor88TpxWXitduiBJXR7WnQPkUTgjxIBd8FqQkrH3Q%3D&reserved=0>
>
>         Thanks,
>         Serkan
>
>
>
>
>
>
>
>


Re: royale-compiler environment preparation

Posted by Alex Harui <ah...@adobe.com>.
Serkan,

I don’t have a “defaults” file or folder in my compiler-jx folder.  Something went wrong with your setup.

Maybe Eclipse put something there.  If you are trying to compile an app, then you need to run a build in royale-asjs first.

HTH,
-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org" <us...@royale.apache.org>
Date: Friday, November 16, 2018 at 1:41 PM
To: "users@royale.apache.org" <us...@royale.apache.org>
Subject: Re: royale-compiler environment preparation

Here it is:

PS D:\dev\royale-emulation-works\github\royale-compiler> git status
On branch develop
Your branch is up to date with 'origin/develop'.

nothing to commit, working tree clean
PS D:\dev\royale-emulation-works\github\royale-compiler>
17.11.2018 00:39 tarihinde Alex Harui yazdı:
The wiki is poorly formatted.  Are you sure you switched to the develop branch?  What does ‘git status’ say?

Post more of the log.  I can’t tell where in the build it is.

-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Friday, November 16, 2018 at 1:24 PM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: Re: royale-compiler environment preparation

I have the clone of royale-asjs but not royale-typedefs

the file does not exist in clone and checked the git repo at https://github.com/apache/royale-asjs/tree/develop/frameworks/themes<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Ftree%2Fdevelop%2Fframeworks%2Fthemes&data=02%7C01%7Caharui%40adobe.com%7Cfaee6a317220441a220308d64c0c36a7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636780012691255602&sdata=kP0%2B0OM002yk7J%2FvGq%2BWfbsdWQjLo1yINsEUm4Q82T8%3D&reserved=0> and can not see the file either.

Thanks.


17.11.2018 00:17 tarihinde Alex Harui yazdı:
Git clone royale-asjs and royale-typedefs.

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Friday, November 16, 2018 at 12:49 PM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: royale-compiler environment preparation

Hi,

When i am trying to execute compiler within eclipse i am getting errors about some missing files :

D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\defaults Error: unable to open 'D:\dev\royale-emulation-works\github\royale-asjs\frameworks\themes\Spark\spark.css'.
defaults (line: -1)
D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\defaults Error: unable to open 'D:\dev\royale-emulation-works\github\royale-asjs\frameworks\royale-config.xml'.
defaults (line: -1)

i prepared the environment according to : https://github.com/apache/royale-compiler/wiki/Eclipse-setup<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Fwiki%2FEclipse-setup&data=02%7C01%7Caharui%40adobe.com%7Cfaee6a317220441a220308d64c0c36a7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636780012691255602&sdata=Keor88TpxWXitduiBJXR7WnQPkUTgjxIBd8FqQkrH3Q%3D&reserved=0>

Thanks,
Serkan









Re: royale-compiler environment preparation

Posted by Serkan Taş <se...@likyateknoloji.com>.
Here it is:

PS D:\dev\royale-emulation-works\github\royale-compiler> git status
On branch develop
Your branch is up to date with 'origin/develop'.

nothing to commit, working tree clean
PS D:\dev\royale-emulation-works\github\royale-compiler>

17.11.2018 00:39 tarihinde Alex Harui yazdı:
>
> The wiki is poorly formatted.  Are you sure you switched to the 
> develop branch?  What does ‘git status’ say?
>
> Post more of the log.  I can’t tell where in the build it is.
>
> -Alex
>
> *From: *Serkan Taş <se...@likyateknoloji.com>
> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Date: *Friday, November 16, 2018 at 1:24 PM
> *To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Subject: *Re: royale-compiler environment preparation
>
> I have the clone of royale-asjs but not royale-typedefs
>
> the file does not exist in clone and checked the git repo at 
> https://github.com/apache/royale-asjs/tree/develop/frameworks/themes 
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Ftree%2Fdevelop%2Fframeworks%2Fthemes&data=02%7C01%7Caharui%40adobe.com%7C3c2a7f57919347aedec708d64c09deba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636780002605099409&sdata=UwoKK9NlFc8lzHNOfMDBjCMA4bks6uvqeNB95xC9MxE%3D&reserved=0> 
> and can not see the file either.
>
> Thanks.
>
> 17.11.2018 00:17 tarihinde Alex Harui yazdı:
>
>     Git clone royale-asjs and royale-typedefs.
>
>     *From: *Serkan Taş <se...@likyateknoloji.com>
>     <ma...@likyateknoloji.com>
>     *Reply-To: *"users@royale.apache.org"
>     <ma...@royale.apache.org> <us...@royale.apache.org>
>     <ma...@royale.apache.org>
>     *Date: *Friday, November 16, 2018 at 12:49 PM
>     *To: *"users@royale.apache.org" <ma...@royale.apache.org>
>     <us...@royale.apache.org> <ma...@royale.apache.org>
>     *Subject: *royale-compiler environment preparation
>
>     Hi,
>
>     When i am trying to execute compiler within eclipse i am getting
>     errors about some missing files :
>
>     D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\defaults
>     Error: unable to open
>     'D:\dev\royale-emulation-works\github\royale-asjs\frameworks\themes\Spark\spark.css'.
>     defaults (line: -1)
>     D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\defaults
>     Error: unable to open
>     'D:\dev\royale-emulation-works\github\royale-asjs\frameworks\royale-config.xml'.
>     defaults (line: -1)
>
>     i prepared the environment according to :
>     https://github.com/apache/royale-compiler/wiki/Eclipse-setup
>     <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Fwiki%2FEclipse-setup&data=02%7C01%7Caharui%40adobe.com%7C3c2a7f57919347aedec708d64c09deba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636780002605099409&sdata=gNGnEfp08d%2B1xNzu86yyA%2FzGN%2BsejQ4PSWXO8GmXRs0%3D&reserved=0>
>
>     Thanks,
>     Serkan
>
>
>
>


Re: royale-compiler environment preparation

Posted by Alex Harui <ah...@adobe.com>.
The wiki is poorly formatted.  Are you sure you switched to the develop branch?  What does ‘git status’ say?

Post more of the log.  I can’t tell where in the build it is.

-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org" <us...@royale.apache.org>
Date: Friday, November 16, 2018 at 1:24 PM
To: "users@royale.apache.org" <us...@royale.apache.org>
Subject: Re: royale-compiler environment preparation

I have the clone of royale-asjs but not royale-typedefs

the file does not exist in clone and checked the git repo at https://github.com/apache/royale-asjs/tree/develop/frameworks/themes<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Ftree%2Fdevelop%2Fframeworks%2Fthemes&data=02%7C01%7Caharui%40adobe.com%7C3c2a7f57919347aedec708d64c09deba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636780002605099409&sdata=UwoKK9NlFc8lzHNOfMDBjCMA4bks6uvqeNB95xC9MxE%3D&reserved=0> and can not see the file either.

Thanks.

17.11.2018 00:17 tarihinde Alex Harui yazdı:
Git clone royale-asjs and royale-typedefs.

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Friday, November 16, 2018 at 12:49 PM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: royale-compiler environment preparation

Hi,

When i am trying to execute compiler within eclipse i am getting errors about some missing files :

D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\defaults Error: unable to open 'D:\dev\royale-emulation-works\github\royale-asjs\frameworks\themes\Spark\spark.css'.
defaults (line: -1)
D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\defaults Error: unable to open 'D:\dev\royale-emulation-works\github\royale-asjs\frameworks\royale-config.xml'.
defaults (line: -1)

i prepared the environment according to : https://github.com/apache/royale-compiler/wiki/Eclipse-setup<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Fwiki%2FEclipse-setup&data=02%7C01%7Caharui%40adobe.com%7C3c2a7f57919347aedec708d64c09deba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636780002605099409&sdata=gNGnEfp08d%2B1xNzu86yyA%2FzGN%2BsejQ4PSWXO8GmXRs0%3D&reserved=0>

Thanks,
Serkan





Re: royale-compiler environment preparation

Posted by Serkan Taş <se...@likyateknoloji.com>.
I have the clone of royale-asjs but not royale-typedefs

the file does not exist in clone and checked the git repo at 
https://github.com/apache/royale-asjs/tree/develop/frameworks/themes and 
can not see the file either.

Thanks.


17.11.2018 00:17 tarihinde Alex Harui yazdı:
>
> Git clone royale-asjs and royale-typedefs.
>
> *From: *Serkan Taş <se...@likyateknoloji.com>
> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Date: *Friday, November 16, 2018 at 12:49 PM
> *To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Subject: *royale-compiler environment preparation
>
> Hi,
>
> When i am trying to execute compiler within eclipse i am getting 
> errors about some missing files :
>
> D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\defaults 
> Error: unable to open 
> 'D:\dev\royale-emulation-works\github\royale-asjs\frameworks\themes\Spark\spark.css'.
> defaults (line: -1)
> D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\defaults 
> Error: unable to open 
> 'D:\dev\royale-emulation-works\github\royale-asjs\frameworks\royale-config.xml'.
> defaults (line: -1)
>
> i prepared the environment according to : 
> https://github.com/apache/royale-compiler/wiki/Eclipse-setup 
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Fwiki%2FEclipse-setup&data=02%7C01%7Caharui%40adobe.com%7C2170d0e5517c4ed37f9c08d64c0507eb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636779981827120095&sdata=9pVKs%2FTZRQ0JBG9QghTsxOjIfEk3WqTgqHIGsnNCmo4%3D&reserved=0>
>
> Thanks,
> Serkan
>


Re: royale-compiler environment preparation

Posted by Alex Harui <ah...@adobe.com>.
Git clone royale-asjs and royale-typedefs.

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org" <us...@royale.apache.org>
Date: Friday, November 16, 2018 at 12:49 PM
To: "users@royale.apache.org" <us...@royale.apache.org>
Subject: royale-compiler environment preparation

Hi,

When i am trying to execute compiler within eclipse i am getting errors about some missing files :

D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\defaults Error: unable to open 'D:\dev\royale-emulation-works\github\royale-asjs\frameworks\themes\Spark\spark.css'.
defaults (line: -1)
D:\dev\royale-emulation-works\github\royale-compiler\compiler-jx\defaults Error: unable to open 'D:\dev\royale-emulation-works\github\royale-asjs\frameworks\royale-config.xml'.
defaults (line: -1)

i prepared the environment according to : https://github.com/apache/royale-compiler/wiki/Eclipse-setup<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Fwiki%2FEclipse-setup&data=02%7C01%7Caharui%40adobe.com%7C2170d0e5517c4ed37f9c08d64c0507eb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636779981827120095&sdata=9pVKs%2FTZRQ0JBG9QghTsxOjIfEk3WqTgqHIGsnNCmo4%3D&reserved=0>

Thanks,
Serkan