Re: .9 and VS Issue

2018-01-30 Thread Jason Taylor
submitted the issue to nextgen, same issue with the pastebin with as code On Tue, Jan 30, 2018 at 2:24 PM, Piotr Zarzycki wrote: > Jason, > > One thought come up to my mind. Can you add some AS code and run > debugging. Let's say have something like that: [1] > > [1] https://paste.apache.org/QJh

Re: .9 and VS Issue

2018-01-30 Thread Piotr Zarzycki
Jason, One thought come up to my mind. Can you add some AS code and run debugging. Let's say have something like that: [1] [1] https://paste.apache.org/QJhn Thanks, Piotr 2018-01-30 23:11 GMT+01:00 Piotr Zarzycki : > Jason, > > I think this is good place as a starting point, where we can figur

Re: .9 and VS Issue

2018-01-30 Thread Piotr Zarzycki
Jason, I think this is good place as a starting point, where we can figure out whether there is an issue with Royale or not. From that place try to raise issue on Josh GitHub NextGen [1] [1] https://github.com/BowlerHatLLC/vscode-nextgenas Thanks, Piotr 2018-01-30 23:03 GMT+01:00 Jason Taylor :

Re: .9 and VS Issue

2018-01-30 Thread Jason Taylor
figured that out, outFiles needs to be an array like so: "outFiles": ["${workspaceRoot}/bin/js-debug"] however, now debugging does actually start but generates an exception Exception has occurred: ReferenceError ReferenceError: goog is not defined at Object. (c:\Users\jason\Documents\Test\bin\js-d

Re: .9 and VS Issue

2018-01-30 Thread Jason Taylor
did that with no change, output folder looks good, js-debug/HelloRoayle.js, map, index.html, css, library and org files, index.html runs perfectly in chrome with no errors. Seems to be specific to launching debugging with VSCode and NextGenAS launch.json is the following: { // Use IntelliSense t

Re: .9 and VS Issue

2018-01-30 Thread Piotr Zarzycki
Jason, I think I see where the problem can be. Can you add additional namespace to that app ? [1] You will need to have following namespaces: 1. xmlns:express="library://ns.apache.org/royale/express" 2. xmlns:js="library://ns.apache.org/royale/basic" [1] https://paste.apache.org/GFs7 T

Re: .9 and VS Issue

2018-01-30 Thread Piotr Zarzycki
Hi Jason, What are you actually seeing in the folder bin/js-debug/ after compilation ? Thanks, Piotr 2018-01-30 22:14 GMT+01:00 Jason Taylor : > congrats on the release of .9, > I Followed the guides for VSCode and Apache Royale compiling the following > program: > > > http://ns.adobe.com/mxml

.9 and VS Issue

2018-01-30 Thread Jason Taylor
congrats on the release of .9, I Followed the guides for VSCode and Apache Royale compiling the following program: http://ns.adobe.com/mxml/2009"; xmlns:js= "library://ns.apache.org/royale/express"> Build is succesful, but launching debuging gives the f