[1/4] Initial commit of 'correct' whitespace emission.

2013-11-12 Thread erikdebruin
Updated Branches: refs/heads/develop 026a53c72 - dc0c5fe49 http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/c4bdbf59/compiler.jx.tests/test-files/flexjs/files/MyInitialView_result.js -- diff --git

Re: [1/4] Initial commit of 'correct' whitespace emission.

2013-11-12 Thread Alex Harui
I'm getting one failure in compiler.jx.tests in org.apache.flex.compiler.internal.codegen.mxml.flexjs.TestFlexJSMXMLApplica tion Is it passing for others? -Alex On 11/12/13 3:05 AM, erikdebr...@apache.org erikdebr...@apache.org wrote: Updated Branches: refs/heads/develop 026a53c72 -

Re: [1/4] Initial commit of 'correct' whitespace emission.

2013-11-12 Thread Erik de Bruin
It's passing for me, both in Eclipse and from the terminal (OSX 10.9). What is the test complaining about? EdB On Tue, Nov 12, 2013 at 8:07 PM, Alex Harui aha...@adobe.com wrote: I'm getting one failure in compiler.jx.tests in

Re: [1/4] Initial commit of 'correct' whitespace emission.

2013-11-12 Thread Alex Harui
It's not picking up the goog.require(StockDataJSONItemConverter). I'm cleaning and rebuilding. Hopefully it will just go away. -Alex On 11/12/13 11:40 AM, Erik de Bruin e...@ixsoftware.nl wrote: It's passing for me, both in Eclipse and from the terminal (OSX 10.9). What is the test complaining

Re: [1/4] Initial commit of 'correct' whitespace emission.

2013-11-12 Thread Alex Harui
Still failing after clean. Interesting, the test says FAILED, but from the command-line it still thinks the build succeeded. But Eclipse definitely knows it failed. I guess I'll have to dig into it. -Alex On 11/12/13 11:52 AM, Alex Harui aha...@adobe.com wrote: It's not picking up the

Re: [1/4] Initial commit of 'correct' whitespace emission.

2013-11-12 Thread Erik de Bruin
Yes, that's the one that I wrestled with the past couple of days. The fix was to change a path to the latest flex-asjs... Peter renamed one of the examples and the test uses a hard coded path to it. EdB On Tue, Nov 12, 2013 at 8:52 PM, Alex Harui aha...@adobe.com wrote: It's not picking up