Re: remoting-config.xml missing error

2019-10-28 Thread Alex Harui
Does your services-config.xml reference a remoting-config.xml file? The transpiler/publisher now tries to process the services-config.xml file. -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Monday, October 28, 2019 at 12:18 PM To: "users@royale.apache.org" Subject: Re:

Re: remoting-config.xml missing error

2019-10-28 Thread Serkan Taş
The build file : https://drive.google.com/open?id=19kmK-3zYHF54u24RxHx8AHsjwG1bJyWt 28.10.2019 20:10 tarihinde Serkan Taş yazdı: Alex, I am suprised with the exception because it was not thrown until today, the latest code base. If we talk about service, I need the file

Re: remoting-config.xml missing error

2019-10-28 Thread Serkan Taş
Alex, I am suprised with the exception because it was not thrown until today, the latest code base. If we talk about service, I need the file services-config.xml but not the remote one. Am I missing something ? Not : I am going to send you my build command as soon as i can.

Re: remoting-config.xml missing error

2019-10-28 Thread Alex Harui
Serkan, Are you compiling from the command line? If so, what commands are you giving it? It sounds like you are picking up a -services-config compiler option that you don't need? -Alex On 10/28/19, 9:45 AM, "serkan@likyateknoloji.com" wrote: Hi Alex, Sorry, here

Re: remoting-config.xml missing error

2019-10-28 Thread serkan . tas
Hi Alex, Sorry, here are the details : I updated royale-asjs git repo, and compiled my project with this repo. I do not have that file in my project : remoting-config.xml Thanks, Serkan Alıntı Alex Harui : What were you compiling? How did you get the source (from the repo, a source

Re: remoting-config.xml missing error

2019-10-28 Thread Alex Harui
What were you compiling? How did you get the source (from the repo, a source package, etc? -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Monday, October 28, 2019 at 3:01 AM To: "users@royale.apache.org" Subject: remoting-config.xml missing error Hi, After updating the

Re: Build Failure: DataBindingExample_Flat: Unable to find artifact

2019-10-28 Thread Takeshita Shoichiro
Alex, Build on MacBook has no problem without fix. Just for your info. On Mon, Oct 28, 2019 at 3:14 PM Alex Harui wrote: > Thanks for finding that. I still haven’t figured out why it worked for me. > > > > -Alex > > > > *From: *Takeshita Shoichiro > *Reply-To: *"users@royale.apache.org" >

remoting-config.xml missing error

2019-10-28 Thread Serkan Taş
Hi, After updating the repo, I got the exception below in logs. It does not break the compiling process but may someone want to know. Thanks, Serkan remoting-config.xml (Sistem belirtilen dosyayı bulamıyor)     at java.io.FileInputStream.open0(Native Method)     at

Re: nested states not handled correctly

2019-10-28 Thread Serkan Taş
issue is resolved Alex, Thanks, Serkan 22.10.2019 10:49 tarihinde serkan@likyateknoloji.com yazdı: I'll file the bug asap, after work. Thanks, Serkan Alıntı Alex Harui : OK, I will try to modify your simpler test case at some point.  Feel free to file a bug report with the modified

Re: Application Structure

2019-10-28 Thread Carlos Rovira
Hi, the tutorial is done for universal use of Royale not for concrete IDEs. I mean, people not using Moonshine but other IDEs will be confused getting that concrete IDE info. Other thing could be to add other page for IDEs config for that tutorial, that could be useful for newcomers. I left the

Re: Application Structure

2019-10-28 Thread Takeshita Shoichiro
Hi, I think the tutorial lacks the important information, which is the location of project.json. The tutorial says mxmlc command line compilation. royale-asjs/js/bin/mxmlc -debug=true GutHubCommitLogViewer.mxml. So, I run this command where mxml exists. Definitely, I have to pass the location

Re: Application Structure

2019-10-28 Thread Piotr Zarzycki
Hey Takeshita, It is totally up to you what structure of application will be. In Moonshine we have some default template where we propose app structure, but it is always depends on developer as it was in flex. Unless I don't understand your question. Thanks, Piotr pon., 28 paź 2019 o 08:56

Application Structure

2019-10-28 Thread Takeshita Shoichiro
The question about Application Tutorial on the Royale homepage. I created MyFirstRoyaleApp folder. Underneath, created arc folder and put GitHubCommitLogViewer.mxml. Where to put project.json? Additional question: If I use Visual Studio Code, how the application structure will be? --

Re: Build Failure: DataBindingExample_Flat: Unable to find artifact

2019-10-28 Thread Takeshita Shoichiro
Alex, this time I used Windows 10. A week or so before, I run on Macbook. At that time, I think I did not get a build failure. If I have time, will build on the Mac at home tonight. 2019年10月28日(月) 15:14 Alex Harui : > Thanks for finding that. I still haven’t figured out why it worked for me. >

Re: Build Failure: DataBindingExample_Flat: Unable to find artifact

2019-10-28 Thread Alex Harui
Thanks for finding that. I still haven’t figured out why it worked for me. -Alex From: Takeshita Shoichiro Reply-To: "users@royale.apache.org" Date: Sunday, October 27, 2019 at 6:40 PM To: "users@royale.apache.org" Subject: Re: Build Failure: DataBindingExample_Flat: Unable to find artifact