RE: [FALCON/JX] guava dependencies in compiler AND closure

2013-11-05 Thread Gordon Smith
[mailto:e...@ixsoftware.nl] Sent: Tuesday, November 05, 2013 4:57 AM To: dev@flex.apache.org Subject: Re: [FALCON/JX] guava dependencies in compiler AND closure I've updated the Falcon build scripts. A fresh build ('ant wipe-all main') from the root now cleanly builds all the &

Re: [FALCON/JX] guava dependencies in compiler AND closure

2013-11-05 Thread Erik de Bruin
main' still pass. >> >>- Gordon >> >>-Original Message- >>From: Erik de Bruin [mailto:e...@ixsoftware.nl] >>Sent: Sunday, November 03, 2013 9:00 PM >>To: dev@flex.apache.org >>Subject: Re: [FALCON/JX] guava dependencies in compiler AND closure >>

Re: [FALCON/JX] guava dependencies in compiler AND closure

2013-11-04 Thread Alex Harui
Original Message- >From: Erik de Bruin [mailto:e...@ixsoftware.nl] >Sent: Sunday, November 03, 2013 9:00 PM >To: dev@flex.apache.org >Subject: Re: [FALCON/JX] guava dependencies in compiler AND closure > >Thank you, Gordon. Yes, I think it's best to go to the latest vers

RE: [FALCON/JX] guava dependencies in compiler AND closure

2013-11-04 Thread Gordon Smith
03, 2013 9:00 PM To: dev@flex.apache.org Subject: Re: [FALCON/JX] guava dependencies in compiler AND closure Thank you, Gordon. Yes, I think it's best to go to the latest version and keep updating. EdB On Monday, November 4, 2013, Gordon Smith wrote: > I can take a look at upgrading

Re: [FALCON/JX] guava dependencies in compiler AND closure

2013-11-03 Thread Erik de Bruin
Thank you, Gordon. Yes, I think it's best to go to the latest version and keep updating. EdB On Monday, November 4, 2013, Gordon Smith wrote: > I can take a look at upgrading the version of Guava that Falcon uses. Do > you want it to use the latest version, 15.0? > > - Gordon > > Sent from my

Re: [FALCON/JX] guava dependencies in compiler AND closure

2013-11-03 Thread Gordon Smith
I can take a look at upgrading the version of Guava that Falcon uses. Do you want it to use the latest version, 15.0? - Gordon Sent from my iPad On Nov 1, 2013, at 3:24 PM, "Erik de Bruin" wrote: > I've been away from Falcon(Jx) for a long time, coding wise. I had to > basically set up my dev

Re: [FALCON/JX] guava dependencies in compiler AND closure

2013-11-02 Thread Erik de Bruin
I just couldn't let it go, so I did some more digging. From the sept. 17 2012 release notes [1]: "- Updated library dependencies (like Guava)". This means that a version of the compiler from before that release shouldn't have any problems with the old Guava. I changed the 'compiler.jx/download.xml'

Re: [FALCON/JX] guava dependencies in compiler AND closure

2013-11-01 Thread Erik de Bruin
Some more info for whomever takes this on: https://groups.google.com/forum/#!topic/guava-discuss/DFk_T62rRkU EdB On Fri, Nov 1, 2013 at 11:24 PM, Erik de Bruin wrote: > I've been away from Falcon(Jx) for a long time, coding wise. I had to > basically set up my dev env all new and this is what

Re: [FALCON/JX] guava dependencies in compiler AND closure

2013-11-01 Thread Erik de Bruin
I've been away from Falcon(Jx) for a long time, coding wise. I had to basically set up my dev env all new and this is what happened. I really wish we got get Gordon or Darrel or even Mike to take a look at replacing the deprecated Guava API calls... Here's to hoping one of them reads this and acce

Re: [FALCON/JX] guava dependencies in compiler AND closure

2013-11-01 Thread Alex Harui
DataBindingTest is the one I use. I never did figure out how old my Closure tools are. And there is a chance I mucked with the Guava's on my system to "fix" this. Did the compilation work before you started making changes? I think that's what I used to see. The problem would go away for a long

Re: [FALCON/JX] guava dependencies in compiler AND closure

2013-11-01 Thread Erik de Bruin
Which of the ASJS examples is working for you? I've tried the 'again' and 'binding' ones and both give me errors, although the resulting 'release JS' seems to work (with bugs). EdB On Fri, Nov 1, 2013 at 5:22 PM, Alex Harui wrote: > But there must be another newer one on our computers that goo

Re: [FALCON/JX] guava dependencies in compiler AND closure

2013-11-01 Thread Alex Harui
But there must be another newer one on our computers that google closure finds when it does work, right? I also have a vague recollection that this issue is somehow related to hitting certain code paths in Falcon which may be why it goes away for a while. -Alex On 11/1/13 8:36 AM, "Erik de Bruin

Re: [FALCON/JX] guava dependencies in compiler AND closure

2013-11-01 Thread Erik de Bruin
No, I wasn't clear. The only 'guava.jar' I can find is in the 'compiler/lib' directory. I don't know Java all that well, and certainly won't claim to know anything about project dependencies, but my guess is that the fact that the 'compiler.jx' project is dependent on the 'compiler' project has som

Re: [FALCON/JX] guava dependencies in compiler AND closure

2013-11-01 Thread Alex Harui
But you found a guava.jar in your google closure files somewhere? Where was that? I'm not seeing one in my google folders. -Alex On 11/1/13 8:16 AM, "Erik de Bruin" wrote: >> I'd rather not fiddle with my setup right now, but I've definitely seen >> this error and somehow got it to go away for

Re: [FALCON/JX] guava dependencies in compiler AND closure

2013-11-01 Thread Erik de Bruin
> I'd rather not fiddle with my setup right now, but I've definitely seen > this error and somehow got it to go away for long periods of time. What > kinds of things did you tweak to get around it? It's been so long that I > don't recall how I got around it. I've been switching versions of the C

Re: [FALCON/JX] guava dependencies in compiler AND closure

2013-11-01 Thread Alex Harui
I'd rather not fiddle with my setup right now, but I've definitely seen this error and somehow got it to go away for long periods of time. What kinds of things did you tweak to get around it? It's been so long that I don't recall how I got around it. I couldn't find any version stamp in my gcc f

Re: [FALCON/JX] guava dependencies in compiler AND closure

2013-11-01 Thread Erik de Bruin
Nope, I never got the exceptions to go away entirely, but I managed to tweak my setup depending on what I wanted to test, so I could get what I needed for this particular situation. This needs to be addressed... Can you check which version of the CC you have running with FalconJx? And if you're no

Re: [FALCON/JX] guava dependencies in compiler AND closure

2013-11-01 Thread Alex Harui
Makes sense to upgrade Guava. That's out of my comfort zone and it appears you got around the problem, so is there a set of steps we can record here or in the wiki for the next person to hit it? -Alex On 11/1/13 5:32 AM, "Erik de Bruin" wrote: >Hi, > >While trying to get my local development s