Re: SWCs directory?

2020-02-03 Thread Josh Tynjala
Yes, that's why you are seeing these errors. royale-config.xml was not supposed to reference SWF SWCs like frameworks/libs/Basic.swc in the JS-only SDK. -- Josh Tynjala Bowler Hat LLC On Sun, Feb 2, 2020 at 10:04 PM OmPrakash Muppirala wrote: > On Sun, Feb 2, 2020 at

Re: SWCs directory?

2020-02-02 Thread Alex Harui
Here's the past discussion: https://lists.apache.org/thread.html/61504c2807493ff6f4bcaa945271ca1203bc5d839d47f027d9128471%40%3Cdev.royale.apache.org%3E I think you can test the nightly via: npm install

Re: SWCs directory?

2020-02-02 Thread OmPrakash Muppirala
On Sun, Feb 2, 2020 at 5:21 PM Josh Tynjala wrote: > royale-js 0.9.6 has always been broken (royale-js-swf is fine). As I > recall, we've already fixed the build scripts in the repo, but we haven't > done a new release yet. > Broken as in - is that why I am seeing these errors? Does it make

Re: SWCs directory?

2020-02-02 Thread OmPrakash Muppirala
On Sun, Feb 2, 2020 at 12:45 PM Harbs wrote: > Probably this: > var command = 'mxmlc ' + path.join(process.cwd(), > SOURCE_DIR_NAME , APP_START_FILE_NAME) + ' -debug=true -targets=JSRoyale'; > That does not seem to work. I am getting the same exact errors as before. > > > On

Re: SWCs directory?

2020-02-02 Thread Josh Tynjala
royale-js 0.9.6 has always been broken (royale-js-swf is fine). As I recall, we've already fixed the build scripts in the repo, but we haven't done a new release yet. -- Josh Tynjala Bowler Hat LLC On Sun, Feb 2, 2020 at 10:34 AM OmPrakash Muppirala wrote: > The latest

Re: SWCs directory?

2020-02-02 Thread Harbs
Probably this: var command = 'mxmlc ' + path.join(process.cwd(), SOURCE_DIR_NAME , APP_START_FILE_NAME) + ' -debug=true -targets=JSRoyale'; > On Feb 2, 2020, at 10:44 PM, Harbs wrote: > > Set targets to JSRoyale > > In asconfig: > "targets": ["JSRoyale”], > > In ant: > > >

Re: SWCs directory?

2020-02-02 Thread Harbs
Set targets to JSRoyale In asconfig: "targets": ["JSRoyale”], In ant: Not sure where to stick that in in your node script. > On Feb 2, 2020, at 9:25 PM, OmPrakash Muppirala wrote: > > Yes, that is expected. I did npm install @apache-royale/royale-js -g which > should get only the js stuff.

Re: SWCs directory?

2020-02-02 Thread OmPrakash Muppirala
Yes, that is expected. I did npm install @apache-royale/royale-js -g which should get only the js stuff. Is there a way to specify to the mxmlc compiler to just consider the jas swcs? On Sun, Feb 2, 2020 at 10:59 AM Harbs wrote: > It sounds like you only have the JS swcs and not the swf ones.

Re: SWCs directory?

2020-02-02 Thread Harbs
It sounds like you only have the JS swcs and not the swf ones. Does that make sense? > On Feb 2, 2020, at 8:34 PM, OmPrakash Muppirala wrote: > > The latest npm installation shows all the framework swcs here: > >

SWCs directory?

2020-02-02 Thread OmPrakash Muppirala
The latest npm installation shows all the framework swcs here: /Users/om/.nvm/versions/node/v8.14.1/lib/node_modules/@apache-royale/royale-js/royale-asjs/frameworks/js/libs But as per