Re: [Falcon] operand stack underflow?

2017-07-17 Thread Harbs
4aed2c178decee1%7C0%7C0%7C636358955087940048=SMj%2BQLhaog >> 6J7PtqxlFPFzv7AhOSN6OMMkyOQS5poGs%3D=0 >> >> From: Yishay Weiss<mailto:yishayj...@hotmail.com> >> Sent: Monday, July 17, 2017 4:24 PM >> To: dev@flex.apache.org<mailto:dev@flex.apache.org> >> Subject: R

Re: [Falcon] operand stack underflow?

2017-07-17 Thread Alex Harui
org%2FSTWV=02%7C01%7C%7Cf1bb25daf78840b0f68e08d4cd191b07%7Cfa7b1b >5a7b34438794aed2c178decee1%7C0%7C0%7C636358955087940048=SMj%2BQLhaog >6J7PtqxlFPFzv7AhOSN6OMMkyOQS5poGs%3D=0 > >From: Yishay Weiss<mailto:yishayj...@hotmail.com> >Sent: Monday, July 17, 2017 4:24 PM >To: dev@

RE: [Falcon] operand stack underflow?

2017-07-17 Thread Yishay Weiss
[1] https://paste.apache.org/STWV From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Monday, July 17, 2017 4:24 PM To: dev@flex.apache.org<mailto:dev@flex.apache.org> Subject: RE: [Falcon] operand stack underflow? I’m actually able to build after running the following batch file: cd \dev\flexj

RE: [Falcon] operand stack underflow?

2017-07-17 Thread Yishay Weiss
I’m actually able to build after running the following batch file: cd \dev\flexjs\flex-falcon git pull call ant wipe-all cd \dev\flexjs\flex-typedefs call ant wipe git pull cd \dev\flexjs\flex-asjs call ant super-clean git pull ant clean all I am however getting a runtime error because of the

Re: [Falcon] operand stack underflow?

2017-07-17 Thread Harbs
The previous error was what I got when using asconfigc in VS Code. Here’s the stack trace when building using Ant: https://paste.apache.org/Sy93 > On Jul 17, 2017, at 3:09 PM, Harbs wrote: > > I just updated flex-falcon and flex-asjs.