Re: Flash Builder borked

2016-07-13 Thread Harbs
I’m using a nightly from a couple of weeks ago. On Jul 14, 2016, at 8:23 AM, Alex Harui wrote: > > > On 7/13/16, 10:16 PM, "Harbs" wrote: > >> In all likelihood, it’s one of these: >> Warning: Initializer value NaN is not valid for type 'uint'. An initial >> value of 0 will be used instead.

Re: Flash Builder borked

2016-07-13 Thread Alex Harui
I will try to reproduce it. Thanks, -Alex On 7/13/16, 10:20 PM, "Harbs" wrote: >Yup. > >Changing this function get listAutoPadding:int; to this function get >listAutoPadding():*; made the error go away. > >Is that enough to fix flex-compiler-oem? > >On Jul 14, 2016, at 8:16 AM, Harbs wrote: >

Re: Flash Builder borked

2016-07-13 Thread Alex Harui
On 7/13/16, 10:16 PM, "Harbs" wrote: >In all likelihood, it’s one of these: >Warning: Initializer value NaN is not valid for type 'uint'. An initial >value of 0 will be used instead. >static public function show(message:String, title:String=null, >buttons:uint=NaN, dummy2:String=null, e

Re: Flash Builder borked

2016-07-13 Thread Harbs
Yup. Changing this function get listAutoPadding:int; to this function get listAutoPadding():*; made the error go away. Is that enough to fix flex-compiler-oem? On Jul 14, 2016, at 8:16 AM, Harbs wrote: > In all likelihood, it’s one of these: > Warning: Initializer value NaN is not valid for t

Re: Flash Builder borked

2016-07-13 Thread Harbs
In all likelihood, it’s one of these: Warning: Initializer value NaN is not valid for type 'uint'. An initial value of 0 will be used instead. static public function show(message:String, title:String=null, buttons:uint=NaN, dummy2:String=null, eventHandler:Function=null):void

Re: Flash Builder borked

2016-07-13 Thread Alex Harui
Try compiling from the command line with mxmlc or compc. I think some error or warning is being output which is messing up the FB integration. -Alex On 7/13/16, 9:40 PM, "Harbs" wrote: >I’m not sure how to compile using Maven and I don’t have ant set up for >this project. > >I tried reverting

Re: Flash Builder borked

2016-07-13 Thread Harbs
Never mind. My revert wasn’t. I completely reverted and the error went away. I’ll try to narrow down which class is causing the error (or I’ll try and use ant). On Jul 14, 2016, at 7:40 AM, Harbs wrote: > I’m not sure how to compile using Maven and I don’t have ant set up for this > project.

Re: Flash Builder borked

2016-07-13 Thread Harbs
I’m not sure how to compile using Maven and I don’t have ant set up for this project. I tried reverting the code to a state where I know for sure it compiled without the error, and I’m still getting the error when I compile that code. I’ll see if Yishay and I can work this out together… On Jul

Re: [Falcon] Pre-Release work

2016-07-13 Thread Alex Harui
Hi Chris, I think I have the Ant build working in the maven-ant-tasks branch. Feel free to merge it to develop or let me know if you want me to do it. -Alex

Re: Flash Builder borked

2016-07-13 Thread Alex Harui
Try compiling your code outside of FB with Ant or Maven. Odds are there is a warning or error that is not formatted in a way the flex-compiler-oem code expects. Getting rid of errors should unblock FB. -Alex On 7/13/16, 2:21 PM, "Harbs" wrote: >I’m not sure. > >At some point (I think this mor

Re: Flash Builder borked

2016-07-13 Thread Harbs
I’m not sure. At some point (I think this morning — but it might have been yesterday) my Workspace became completely corrupted and FB would not launch. I created a new workspace. I think it worked at first, but I might be mistaken. I’m pretty sure I followed the instructions in the wiki to set

Re: Flash Builder borked

2016-07-13 Thread Alex Harui
On 7/13/16, 1:50 PM, "Harbs" wrote: >Flash Builder 4.7 has been pretty unstable for me. > >I tried updating Java today hoping that it might help and everything went >haywire. I can not get FB to build anything now. I think installing Java >reset my default Java to 1.7, but I changed my symbolic

Re: Flash Builder borked

2016-07-13 Thread Clint M
Does a clean build fix it? Does deleting the codemodel folder fix it? Mine is at /Users/clint/Documents/Adobe Flash Builder 4.7/.metadata/.plugins/com.adobe.flexide.codemodel.bridge Does a new workspace fix it? Sometimes eclipse workspaces become corrupt. RE: instability what is your Xmx set at in

Flash Builder borked

2016-07-13 Thread Harbs
Flash Builder 4.7 has been pretty unstable for me. I tried updating Java today hoping that it might help and everything went haywire. I can not get FB to build anything now. I think installing Java reset my default Java to 1.7, but I changed my symbolic link to point back to 1.6. Nothing seems