Re: [royale-asjs] branch develop updated: Fixed asconfigc files We now get full code intelligence in VS Code for the framework project code. This will work for even JS and SWF blocks.

2017-11-08 Thread Harbs
I fixed up the asconfig file in the projects folder. Opening the projects folder give code intelligence on all the projects. Harbs > On Nov 9, 2017, at 9:03 AM, OmPrakash Muppirala wrote: > > On Nov 8, 2017 10:28 PM, "Piotr Zarzycki" wrote: >

Re: [royale-asjs] branch develop updated: Fixed asconfigc files We now get full code intelligence in VS Code for the framework project code. This will work for even JS and SWF blocks.

2017-11-08 Thread OmPrakash Muppirala
On Nov 8, 2017 10:28 PM, "Piotr Zarzycki" wrote: I was asking cause since you have added files for VSCode I could do the same with Moonshine. Just wanted to understand. It is not so uncommon having global file and open all modules. In Intellij I couldn't imagine

Re: [royale-asjs] branch develop updated: Fixed asconfigc files We now get full code intelligence in VS Code for the framework project code. This will work for even JS and SWF blocks.

2017-11-08 Thread Piotr Zarzycki
I was asking cause since you have added files for VSCode I could do the same with Moonshine. Just wanted to understand. It is not so uncommon having global file and open all modules. In Intellij I couldn't imagine working differently - I have view for everything. In Visual Studio projects .NET

Re: [royale-asjs] branch develop updated: Fixed asconfigc files We now get full code intelligence in VS Code for the framework project code. This will work for even JS and SWF blocks.

2017-11-08 Thread Harbs
Opening the entire royale-asjs folder will not give CI. I’m not sure it’s a good idea to add an asconfigc file at that level. I’ve committed an asconfigc file for the projects folder in case someone wants to open them all together. > On Nov 9, 2017, at 2:17 AM, Harbs

Re: [royale-asjs] branch develop updated: Fixed asconfigc files We now get full code intelligence in VS Code for the framework project code. This will work for even JS and SWF blocks.

2017-11-08 Thread Harbs
These asconfigc files treat each module as a separate project. (So you’d open Basic and Core separately (for example) > On Nov 9, 2017, at 2:14 AM, Piotr Zarzycki wrote: > > Hi Harbs, > > So are you getting for each module CI ? You have basically opened whole >

Re: [Royale Wiki] User Manual

2017-11-08 Thread Harbs
Changing wiki structure is pretty easy after the fact, so don’t worry about that. Do whatever you think makes sense. Let’s just get as much content as we can in the wiki and we can reorganize as it fills out. Harbs > On Nov 9, 2017, at 12:29 AM, Peter Ent wrote: > >

Re: [royale-asjs] branch develop updated: PanelView no longer removes beads. Instead, it transfers beads from the Panel to its Container content area.

2017-11-08 Thread Peter Ent
No, I did not test how this affects Accordion. I will do so. ‹peter On 11/8/17, 5:23 PM, "Harbs" wrote: >Did you test if this effects Accordion? > >> On Nov 8, 2017, at 8:00 PM, p...@apache.org wrote: >> >> This is an automated email from the ASF dual-hosted git

[Royale Wiki] User Manual

2017-11-08 Thread Peter Ent
I seem to be having trouble getting mail sent out. Apologies if this appears as a duplicate, but I didn't see this appear earlier. I just finished modifying the Panel component in Basic and deleted its use of removeBead() in favor of transferring beads from the outer Panel strand to the

Re: [royale-asjs] branch develop updated: PanelView no longer removes beads. Instead, it transfers beads from the Panel to its Container content area.

2017-11-08 Thread Harbs
Did you test if this effects Accordion? > On Nov 8, 2017, at 8:00 PM, p...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > pent pushed a commit to branch develop > in repository https://gitbox.apache.org/repos/asf/royale-asjs.git > > > The

Re: Eclipse Run configuration setup

2017-11-08 Thread Erik de Bruin
> > Unfortunately, I started the refactoring to make Flex SDK optional > yesterday and don't really want to revert everything or set up another > Eclipse workspace. It will be several days until I get Eclipse working > again, and hopefully it will make this issue go away for future Eclipse >

Re: [Royale-ASJS] flexTasks

2017-11-08 Thread Alex Harui
Thanks for pushing that. I had that fix locally and forgot to push it. -Alex On 11/7/17, 11:55 PM, "Yishay Weiss" wrote: >Looks like I was the only one doing ant clean all on royale-asjs. Pushed >the fix. > > > > >From: Yishay Weiss

Re: [Royale-ASJS] flexTasks

2017-11-08 Thread Peter Ent
My fault for not setting PLAYERGLOBAL_HOME and FLASHPLAYER_DEBUGGER compiler builds cleanly now. thanks. On 11/8/17, 10:07 AM, "Erik de Bruin" wrote: >Have you tried setting a FLEX_HOME environment variable? I know it's not >supposed to be needed anymore, but the past few

Re: [Royale-ASJS] flexTasks

2017-11-08 Thread Erik de Bruin
Have you tried setting a FLEX_HOME environment variable? I know it's not supposed to be needed anymore, but the past few days have taught me that there are dark corners of the framework where it still lurks... EdB On Wed, Nov 8, 2017 at 3:58 PM, Peter Ent wrote: > I

Re: Eclipse Run configuration setup

2017-11-08 Thread Erik de Bruin
Alex, I guess it's just you and me? It appears some tests expect the 'old' Flex SDK in FLEX_HOME, while others expect 'royale-asjs'. That's one thing. Another is that the SWC tests are all failing for me, again it seems on assumptions that are no longer valid after the fork and rename. Thanks,

Re: Eclipse Run configuration setup

2017-11-08 Thread Harbs
Sorry that’s above my pay grade. One day I hope to get the project setup in Eclipse and get my feet wet, but I’ve not gotten there yet… Good luck! Harbs > On Nov 8, 2017, at 1:31 PM, Erik de Bruin wrote: > > Harbs, > > Are you talking about the 'ant' build succeeding or

Re: Eclipse Run configuration setup

2017-11-08 Thread Erik de Bruin
Harbs, Are you talking about the 'ant' build succeeding or about running the tests on the compiler project in Eclipse? Because the ant build succeeds even if a bunch of tests fail, while running the tests in Eclipse will show all errors and failures. Thanks, EdB On Wed, Nov 8, 2017 at

Re: Eclipse Run configuration setup

2017-11-08 Thread Harbs
You need ROYALE_HOME for the royale-asjs repo. The new environment var for the compiler is: ROYALE_COMPILER_REPO I’m pretty sure those are the only two you need. FWIW, my script to set my env vars looks like this (although much of it is probably no longer needed or correct). #!/bin/sh export

Re: [Royale-ASJS] flexTasks

2017-11-08 Thread Erik de Bruin
Disabling the tests that run FlexUnitRoyaleApplication.swf allow the build to succeed. > Shooting in the dark here: FlexUnit has some dependencies on flex. Do you > have flex-sdk downloaded? > This brings me to a second question, which I'll raise in a new thread to keep this one to the point.

Re: [Royale-ASJS] flexTasks

2017-11-08 Thread Erik de Bruin
An addition: running 'frameworks/projects/Basic/src/test/royale/flexUnitTests/FlexUnitRoyaleApplication.swf' starts out with this error: "VerifyError: Error #1014: Class IResponder could not be found." to then proceed to the error I mentioned earlier... Thanks, EdB On Wed, Nov 8, 2017 at

Re: [Royale-ASJS] flexTasks

2017-11-08 Thread Erik de Bruin
Having some problems with setup as well... When I follow the clean and rebuild instructions everything is fine until ant on 'royale-asjs' hits an error in one of the apps: "ReferenceError: Error #1065: Variable FlexUnitRoyaleApplication is not defined." and the build times out. This is the cli

Re: Source path in framework SWCs

2017-11-08 Thread Piotr Zarzycki
Hi Yishay, We can raise ticket for FDT team and help them to have that support. Moonshine successfully reuse Josh extension, so it may be possible. Thanks, Piotr 2017-11-08 8:38 GMT+01:00 Yishay Weiss : > Let’s hope FDT provides Royale support. We need a presence in