Re: [Royale-ASJS] flexTasks

2017-11-08 Thread Alex Harui
__ >From: Yishay Weiss <yishayj...@hotmail.com> >Sent: Wednesday, November 8, 2017 9:18:26 AM >To: dev@royale.apache.org >Subject: RE: [Royale-ASJS] flexTasks > >After doing that I ran into a problem where the compiler’s main task >wasn’t found. This change seem

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: [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: [Royale-ASJS] flexTasks

2017-11-07 Thread Alex Harui
Sync all 3 repos, start with royale-compiler, then royale-typedefs, then royale-asjs. I'd recommend running "ant wipe-all" in royale-compiler before running just "ant" (which now builds everything in royale-compiler). And in royale-asjs, run "ant super-clean" before running "ant". HTH, -Alex

Re: [Royale-ASJS] flexTasks

2017-11-07 Thread Alex Harui
I'm not seeing this in the latest builds, now that things are synced up. We are keeping "flexTasks" to make it easier for folks migrating. Not sure if new users who aren't migrating are going to be using Ant anyway. -Alex On 11/7/17, 4:42 PM, "Alex Harui" wrote:

Re: [Royale-ASJS] flexTasks

2017-11-07 Thread Alex Harui
I've noticed that too, but the build seems to work for me. I will look into it. -Alex On 11/7/17, 3:58 PM, "Peter Ent" wrote: >I sent this earlier but I haven’t seen it in my feed. Apologies if this >is a duplicate. > >I sync'd the repo (develop branch) and rebuilt