You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Yishay Weiss <yi...@hotmail.com> on 2016/12/12 09:27:06 UTC

[FlexJS] Build Failing

After doing

C:\dev\flexjs\flex-asjs > ant clean all

I get this:

    [compc] C:\dev\flexjs\flex-asjs\frameworks\projects\Language\src\main\flex\o
rg\apache\flex\utils\Language.as(327): col: 9 Error: Access of undefined propert
y DEBUG in package goog.
    [compc]
    [compc]                     if (!goog.DEBUG) return;
    [compc]                          ^
    [compc]

Any ideas?

Re: [FlexJS] Build Failing

Posted by Alex Harui <ah...@adobe.com>.

On 12/14/16, 3:41 AM, "Yishay Weiss" <yi...@hotmail.com> wrote:

>I don’t know if it’s related, or if my recent changes are at fault, but
>now Jenkins is complaining that CordovaCameraExample isn’t building. Any
>ideas?

This is a separate issue.  Looks like there is a thread-safe issue in the
compiler.

-Alex


Re: [FlexJS] Build Failing

Posted by yishayw <yi...@hotmail.com>.
Added [1] per you request.

[1] https://issues.apache.org/jira/browse/FLEX-35220



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Build-Failing-tp57179p57312.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Build Failing

Posted by Alex Harui <ah...@adobe.com>.

On 12/14/16, 6:32 AM, "Yishay Weiss" <yi...@hotmail.com> wrote:

>It looks like I wasn’t synchronized. It’s working now.
>
>
>
>Part of the problem was an Error that I had introduced. It wasn’t
>detected by my local ant build (probably because the culprit –
>EasyAccordionCollapseBead -  wasn’t being compiled. It was detected, but
>not diagnosed properly by https://builds.apache.org . Finally, I got a
>decent error message from http://apacheflexbuild.cloudapp.net.
>

Please file a bug for this issue.  The build failed because the CI server
build ASDoc for any changes and that uses the regular Flex SDK's MXMLC
compiler that checks for this kind of incompatible override that Falcon
currently doesn't check for.  That's why you didn't see a failure when you
built locally, but you probably would have if you'd also run the ASDoc
target.

Thanks,
-Alex


RE: [FlexJS] Build Failing

Posted by Yishay Weiss <yi...@hotmail.com>.
It looks like I wasn’t synchronized. It’s working now.



Part of the problem was an Error that I had introduced. It wasn’t detected by my local ant build (probably because the culprit – EasyAccordionCollapseBead -  wasn’t being compiled. It was detected, but not diagnosed properly by https://builds.apache.org . Finally, I got a decent error message from http://apacheflexbuild.cloudapp.net.







From: Yishay Weiss<ma...@hotmail.com>
Sent: Wednesday, December 14, 2016 1:41 PM
To: dev@flex.apache.org<ma...@flex.apache.org>
Subject: RE: [FlexJS] Build Failing



I don’t know if it’s related, or if my recent changes are at fault, but now Jenkins is complaining that CordovaCameraExample isn’t building. Any ideas?



From: Yishay Weiss<ma...@hotmail.com>
Sent: Wednesday, December 14, 2016 10:49 AM
To: dev@flex.apache.org<ma...@flex.apache.org>
Subject: RE: [FlexJS] Build Failing



But the examples aren’t building…



When I do this:



C:\dev\flexjs\flex-asjs\examples\flexjs\DataBindingExample>ant



I get that:



BUILD FAILED

C:\dev\flexjs\flex-asjs\examples\build_example.xml:137: C:\dev\flexjs\flex-asjs\

examples\flexjs\DataBindingExample\src\main\resources does not exist.



From: Yishay Weiss<ma...@hotmail.com>
Sent: Monday, December 12, 2016 5:33 PM
To: dev@flex.apache.org<ma...@flex.apache.org>
Subject: RE: [FlexJS] Build Failing



That did the trick. Thanks.



From: Alex Harui<ma...@adobe.com>
Sent: Monday, December 12, 2016 4:15 PM
To: dev@flex.apache.org<ma...@flex.apache.org>
Subject: Re: [FlexJS] Build Failing



Sync up flex-typedefs

On 12/12/16, 1:27 AM, "Yishay Weiss" <yi...@hotmail.com> wrote:

>After doing
>
>C:\dev\flexjs\flex-asjs > ant clean all
>
>I get this:
>
>    [compc]
>C:\dev\flexjs\flex-asjs\frameworks\projects\Language\src\main\flex\o
>rg\apache\flex\utils\Language.as(327): col: 9 Error: Access of undefined
>propert
>y DEBUG in package goog.
>    [compc]
>    [compc]                     if (!goog.DEBUG) return;
>    [compc]                          ^
>    [compc]
>
>Any ideas?


RE: [FlexJS] Build Failing

Posted by Yishay Weiss <yi...@hotmail.com>.
I don’t know if it’s related, or if my recent changes are at fault, but now Jenkins is complaining that CordovaCameraExample isn’t building. Any ideas?



From: Yishay Weiss<ma...@hotmail.com>
Sent: Wednesday, December 14, 2016 10:49 AM
To: dev@flex.apache.org<ma...@flex.apache.org>
Subject: RE: [FlexJS] Build Failing



But the examples aren’t building…



When I do this:



C:\dev\flexjs\flex-asjs\examples\flexjs\DataBindingExample>ant



I get that:



BUILD FAILED

C:\dev\flexjs\flex-asjs\examples\build_example.xml:137: C:\dev\flexjs\flex-asjs\

examples\flexjs\DataBindingExample\src\main\resources does not exist.



From: Yishay Weiss<ma...@hotmail.com>
Sent: Monday, December 12, 2016 5:33 PM
To: dev@flex.apache.org<ma...@flex.apache.org>
Subject: RE: [FlexJS] Build Failing



That did the trick. Thanks.



From: Alex Harui<ma...@adobe.com>
Sent: Monday, December 12, 2016 4:15 PM
To: dev@flex.apache.org<ma...@flex.apache.org>
Subject: Re: [FlexJS] Build Failing



Sync up flex-typedefs

On 12/12/16, 1:27 AM, "Yishay Weiss" <yi...@hotmail.com> wrote:

>After doing
>
>C:\dev\flexjs\flex-asjs > ant clean all
>
>I get this:
>
>    [compc]
>C:\dev\flexjs\flex-asjs\frameworks\projects\Language\src\main\flex\o
>rg\apache\flex\utils\Language.as(327): col: 9 Error: Access of undefined
>propert
>y DEBUG in package goog.
>    [compc]
>    [compc]                     if (!goog.DEBUG) return;
>    [compc]                          ^
>    [compc]
>
>Any ideas?


RE: [FlexJS] Build Failing

Posted by Yishay Weiss <yi...@hotmail.com>.
But the examples aren’t building…



When I do this:



C:\dev\flexjs\flex-asjs\examples\flexjs\DataBindingExample>ant



I get that:



BUILD FAILED

C:\dev\flexjs\flex-asjs\examples\build_example.xml:137: C:\dev\flexjs\flex-asjs\

examples\flexjs\DataBindingExample\src\main\resources does not exist.



From: Yishay Weiss<ma...@hotmail.com>
Sent: Monday, December 12, 2016 5:33 PM
To: dev@flex.apache.org<ma...@flex.apache.org>
Subject: RE: [FlexJS] Build Failing



That did the trick. Thanks.



From: Alex Harui<ma...@adobe.com>
Sent: Monday, December 12, 2016 4:15 PM
To: dev@flex.apache.org<ma...@flex.apache.org>
Subject: Re: [FlexJS] Build Failing



Sync up flex-typedefs

On 12/12/16, 1:27 AM, "Yishay Weiss" <yi...@hotmail.com> wrote:

>After doing
>
>C:\dev\flexjs\flex-asjs > ant clean all
>
>I get this:
>
>    [compc]
>C:\dev\flexjs\flex-asjs\frameworks\projects\Language\src\main\flex\o
>rg\apache\flex\utils\Language.as(327): col: 9 Error: Access of undefined
>propert
>y DEBUG in package goog.
>    [compc]
>    [compc]                     if (!goog.DEBUG) return;
>    [compc]                          ^
>    [compc]
>
>Any ideas?


RE: [FlexJS] Build Failing

Posted by Yishay Weiss <yi...@hotmail.com>.
That did the trick. Thanks.



From: Alex Harui<ma...@adobe.com>
Sent: Monday, December 12, 2016 4:15 PM
To: dev@flex.apache.org<ma...@flex.apache.org>
Subject: Re: [FlexJS] Build Failing



Sync up flex-typedefs

On 12/12/16, 1:27 AM, "Yishay Weiss" <yi...@hotmail.com> wrote:

>After doing
>
>C:\dev\flexjs\flex-asjs > ant clean all
>
>I get this:
>
>    [compc]
>C:\dev\flexjs\flex-asjs\frameworks\projects\Language\src\main\flex\o
>rg\apache\flex\utils\Language.as(327): col: 9 Error: Access of undefined
>propert
>y DEBUG in package goog.
>    [compc]
>    [compc]                     if (!goog.DEBUG) return;
>    [compc]                          ^
>    [compc]
>
>Any ideas?


Re: [FlexJS] Build Failing

Posted by Alex Harui <ah...@adobe.com>.
Sync up flex-typedefs

On 12/12/16, 1:27 AM, "Yishay Weiss" <yi...@hotmail.com> wrote:

>After doing
>
>C:\dev\flexjs\flex-asjs > ant clean all
>
>I get this:
>
>    [compc] 
>C:\dev\flexjs\flex-asjs\frameworks\projects\Language\src\main\flex\o
>rg\apache\flex\utils\Language.as(327): col: 9 Error: Access of undefined
>propert
>y DEBUG in package goog.
>    [compc]
>    [compc]                     if (!goog.DEBUG) return;
>    [compc]                          ^
>    [compc]
>
>Any ideas?