You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Harbs <ha...@gmail.com> on 2016/05/29 16:34:58 UTC

[FlexJS]Build failing

I’m not able to build FlexJS from the latest code base.

I get the following error:
compile-js-swc:
     [echo] Compiling target/CoreJS.swc
     [echo] FLEX_HOME: /Users/harbs/Documents/ApacheFlex/flex-asjs
     [echo] FALCON_HOME: /Users/harbs/Documents/ApacheFlex/flex-asjs/../flex-falcon/compiler
    [mkdir] Created dir: /Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/js/FlexJS/libs
    [mkdir] Created dir: /Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/js/FlexJS/projects/CoreJS/target
    [compc] command line
    [compc] Error: unable to open '/Users/harbs/Documents/ApacheFlex/flex-asjs/externs/GCL/target/GCL.swc'.
    [compc] 
    [compc] 
    [compc] Loading configuration: /Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/js/FlexJS/projects/CoreJS/src/main/config/compile-js-config.xml
    [compc] 

BUILD FAILED
/Users/harbs/Documents/ApacheFlex/flex-asjs/build.xml:444: The following error occurred while executing this line:
/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/js/FlexJS/build.xml:78: The following error occurred while executing this line:
/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/js/FlexJS/build.xml:152: The following error occurred while executing this line:
/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/js/FlexJS/projects/CoreJS/build.xml:82: compc task failed.

Is it working for anyone else?

Re: [FlexJS]Build failing

Posted by Harbs <ha...@gmail.com>.
That was really weird. It was looking in the wrong place for the Flash Debugger app. My environment variable was pointing to the wrong location, but it has not changed in quite some time.

I fixed the variable and I got a successful build.

Thanks. Now I can get back to work… ;-)

On May 30, 2016, at 4:12 PM, Alex Harui <ah...@adobe.com> wrote:

> Look in 
> flex-falcon/compiler/target/junit-reports/TEST-as.ASKeywordTests.xml for
> the word "failure".  It should have more information.
> 
> -Alex
> 
> On 5/30/16, 2:33 AM, "Harbs" <ha...@gmail.com> wrote:
> 
>> I completely deleted my local repo and checked out both falcon and asjs.
>> 
>> No go. I’m currently getting the following output:
>> http://pastebin.com/sc2DVcQD
>> 
>> Anyone have ideas?
>> 
>> On May 30, 2016, at 10:31 AM, Harbs <ha...@gmail.com> wrote:
>> 
>>> I deleted all my local files and reset my repo to the last commit on
>>> both falcon and asjs.
>>> 
>>> Now it’s failing on junit tests… :-(
>>> 
>>> On May 30, 2016, at 9:40 AM, Alex Harui <ah...@adobe.com> wrote:
>>> 
>>>> 
>>>> 
>>>> On 5/29/16, 11:14 PM, "Harbs" <ha...@gmail.com> wrote:
>>>> 
>>>>> http://pastebin.com/g2DEfti5
>>>> 
>>>> Hmm.  I cannot figure out how GCL.SWC gets set to a place inside
>>>> flex-asjs
>>>> in your build.  Unfortunately, I'm out of time until probably this time
>>>> tomorrow (US Holiday on Monday).  Maybe try verbose mode in Ant?
>>>> 
>>>> -Alex
>>>> 
>>>>> 
>>>>> On May 30, 2016, at 8:55 AM, Alex Harui <ah...@adobe.com> wrote:
>>>>> 
>>>>>> 
>>>>>> 
>>>>>> On 5/29/16, 10:47 PM, "Harbs" <ha...@gmail.com> wrote:
>>>>>> 
>>>>>>> It was not set. Is there a new requirement to set it?
>>>>>> 
>>>>>> Not that I know of, I just wanted to know if it got set somehow.
>>>>>> 
>>>>>> Post the full log somewhere.
>>>>>> 
>>>>>> -Alex
>>>>>> 
>>>>> 
>>>> 
>>> 
>> 
> 


Re: [FlexJS]Build failing

Posted by Alex Harui <ah...@adobe.com>.
Look in 
flex-falcon/compiler/target/junit-reports/TEST-as.ASKeywordTests.xml for
the word "failure".  It should have more information.

-Alex

On 5/30/16, 2:33 AM, "Harbs" <ha...@gmail.com> wrote:

>I completely deleted my local repo and checked out both falcon and asjs.
>
>No go. I’m currently getting the following output:
>http://pastebin.com/sc2DVcQD
>
>Anyone have ideas?
>
>On May 30, 2016, at 10:31 AM, Harbs <ha...@gmail.com> wrote:
>
>> I deleted all my local files and reset my repo to the last commit on
>>both falcon and asjs.
>> 
>> Now it’s failing on junit tests… :-(
>> 
>> On May 30, 2016, at 9:40 AM, Alex Harui <ah...@adobe.com> wrote:
>> 
>>> 
>>> 
>>> On 5/29/16, 11:14 PM, "Harbs" <ha...@gmail.com> wrote:
>>> 
>>>> http://pastebin.com/g2DEfti5
>>> 
>>> Hmm.  I cannot figure out how GCL.SWC gets set to a place inside
>>>flex-asjs
>>> in your build.  Unfortunately, I'm out of time until probably this time
>>> tomorrow (US Holiday on Monday).  Maybe try verbose mode in Ant?
>>> 
>>> -Alex
>>> 
>>>> 
>>>> On May 30, 2016, at 8:55 AM, Alex Harui <ah...@adobe.com> wrote:
>>>> 
>>>>> 
>>>>> 
>>>>> On 5/29/16, 10:47 PM, "Harbs" <ha...@gmail.com> wrote:
>>>>> 
>>>>>> It was not set. Is there a new requirement to set it?
>>>>> 
>>>>> Not that I know of, I just wanted to know if it got set somehow.
>>>>> 
>>>>> Post the full log somewhere.
>>>>> 
>>>>> -Alex
>>>>> 
>>>> 
>>> 
>> 
>


Re: [FlexJS]Build failing

Posted by Harbs <ha...@gmail.com>.
I completely deleted my local repo and checked out both falcon and asjs.

No go. I’m currently getting the following output:
http://pastebin.com/sc2DVcQD

Anyone have ideas?

On May 30, 2016, at 10:31 AM, Harbs <ha...@gmail.com> wrote:

> I deleted all my local files and reset my repo to the last commit on both falcon and asjs.
> 
> Now it’s failing on junit tests… :-(
> 
> On May 30, 2016, at 9:40 AM, Alex Harui <ah...@adobe.com> wrote:
> 
>> 
>> 
>> On 5/29/16, 11:14 PM, "Harbs" <ha...@gmail.com> wrote:
>> 
>>> http://pastebin.com/g2DEfti5
>> 
>> Hmm.  I cannot figure out how GCL.SWC gets set to a place inside flex-asjs
>> in your build.  Unfortunately, I'm out of time until probably this time
>> tomorrow (US Holiday on Monday).  Maybe try verbose mode in Ant?
>> 
>> -Alex
>> 
>>> 
>>> On May 30, 2016, at 8:55 AM, Alex Harui <ah...@adobe.com> wrote:
>>> 
>>>> 
>>>> 
>>>> On 5/29/16, 10:47 PM, "Harbs" <ha...@gmail.com> wrote:
>>>> 
>>>>> It was not set. Is there a new requirement to set it?
>>>> 
>>>> Not that I know of, I just wanted to know if it got set somehow.
>>>> 
>>>> Post the full log somewhere.
>>>> 
>>>> -Alex
>>>> 
>>> 
>> 
> 


Re: [FlexJS]Build failing

Posted by Harbs <ha...@gmail.com>.
I deleted all my local files and reset my repo to the last commit on both falcon and asjs.

Now it’s failing on junit tests… :-(

On May 30, 2016, at 9:40 AM, Alex Harui <ah...@adobe.com> wrote:

> 
> 
> On 5/29/16, 11:14 PM, "Harbs" <ha...@gmail.com> wrote:
> 
>> http://pastebin.com/g2DEfti5
> 
> Hmm.  I cannot figure out how GCL.SWC gets set to a place inside flex-asjs
> in your build.  Unfortunately, I'm out of time until probably this time
> tomorrow (US Holiday on Monday).  Maybe try verbose mode in Ant?
> 
> -Alex
> 
>> 
>> On May 30, 2016, at 8:55 AM, Alex Harui <ah...@adobe.com> wrote:
>> 
>>> 
>>> 
>>> On 5/29/16, 10:47 PM, "Harbs" <ha...@gmail.com> wrote:
>>> 
>>>> It was not set. Is there a new requirement to set it?
>>> 
>>> Not that I know of, I just wanted to know if it got set somehow.
>>> 
>>> Post the full log somewhere.
>>> 
>>> -Alex
>>> 
>> 
> 


Re: [FlexJS]Build failing

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

On 5/29/16, 11:14 PM, "Harbs" <ha...@gmail.com> wrote:

>http://pastebin.com/g2DEfti5

Hmm.  I cannot figure out how GCL.SWC gets set to a place inside flex-asjs
in your build.  Unfortunately, I'm out of time until probably this time
tomorrow (US Holiday on Monday).  Maybe try verbose mode in Ant?

-Alex

>
>On May 30, 2016, at 8:55 AM, Alex Harui <ah...@adobe.com> wrote:
>
>> 
>> 
>> On 5/29/16, 10:47 PM, "Harbs" <ha...@gmail.com> wrote:
>> 
>>> It was not set. Is there a new requirement to set it?
>> 
>> Not that I know of, I just wanted to know if it got set somehow.
>> 
>> Post the full log somewhere.
>> 
>> -Alex
>> 
>


Re: [FlexJS]Build failing

Posted by Harbs <ha...@gmail.com>.
http://pastebin.com/g2DEfti5

On May 30, 2016, at 8:55 AM, Alex Harui <ah...@adobe.com> wrote:

> 
> 
> On 5/29/16, 10:47 PM, "Harbs" <ha...@gmail.com> wrote:
> 
>> It was not set. Is there a new requirement to set it?
> 
> Not that I know of, I just wanted to know if it got set somehow.
> 
> Post the full log somewhere.
> 
> -Alex
> 


Re: [FlexJS]Build failing

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

On 5/29/16, 10:47 PM, "Harbs" <ha...@gmail.com> wrote:

>It was not set. Is there a new requirement to set it?

Not that I know of, I just wanted to know if it got set somehow.

Post the full log somewhere.

-Alex


Re: [FlexJS]Build failing

Posted by Harbs <ha...@gmail.com>.
It was not set. Is there a new requirement to set it?

On May 30, 2016, at 8:43 AM, Alex Harui <ah...@adobe.com> wrote:

> What is FALCONJX_HOME?
> 
> On 5/29/16, 10:37 PM, "Harbs" <ha...@gmail.com> wrote:
> 
>> I did. The problem seems to be that it’s looking for GCL.swc here:
>> flex-asjs/externs/GCL/target/GCL.swc
>> 
>> But, I seem to only have it here:
>> flex-falcon/externs/GCL/target/GCL.swc
>> 
>> Is this a configuration problem, or is the file not being copied
>> correctly?
>> 
>> On May 30, 2016, at 8:34 AM, Alex Harui <ah...@adobe.com> wrote:
>> 
>>> 
>>> 
>>> On 5/29/16, 9:34 AM, "Harbs" <ha...@gmail.com> wrote:
>>>> 
>>>> Is it working for anyone else?
>>> 
>>> The CI builds are ok.  Make sure you try the wipe-all on flex-falcon.
>>> The
>>> externs changed places recently.
>>> 
>>> -Alex
>>> 
>> 
> 


Re: [FlexJS]Build failing

Posted by Alex Harui <ah...@adobe.com>.
What is FALCONJX_HOME?

On 5/29/16, 10:37 PM, "Harbs" <ha...@gmail.com> wrote:

>I did. The problem seems to be that it’s looking for GCL.swc here:
>flex-asjs/externs/GCL/target/GCL.swc
>
>But, I seem to only have it here:
>flex-falcon/externs/GCL/target/GCL.swc
>
>Is this a configuration problem, or is the file not being copied
>correctly?
>
>On May 30, 2016, at 8:34 AM, Alex Harui <ah...@adobe.com> wrote:
>
>> 
>> 
>> On 5/29/16, 9:34 AM, "Harbs" <ha...@gmail.com> wrote:
>>> 
>>> Is it working for anyone else?
>> 
>> The CI builds are ok.  Make sure you try the wipe-all on flex-falcon.
>>The
>> externs changed places recently.
>> 
>> -Alex
>> 
>


Re: [FlexJS]Build failing

Posted by Harbs <ha...@gmail.com>.
I did. The problem seems to be that it’s looking for GCL.swc here:
flex-asjs/externs/GCL/target/GCL.swc

But, I seem to only have it here:
flex-falcon/externs/GCL/target/GCL.swc

Is this a configuration problem, or is the file not being copied correctly?

On May 30, 2016, at 8:34 AM, Alex Harui <ah...@adobe.com> wrote:

> 
> 
> On 5/29/16, 9:34 AM, "Harbs" <ha...@gmail.com> wrote:
>> 
>> Is it working for anyone else?
> 
> The CI builds are ok.  Make sure you try the wipe-all on flex-falcon.  The
> externs changed places recently.
> 
> -Alex
> 


Re: [FlexJS]Build failing

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

On 5/29/16, 9:34 AM, "Harbs" <ha...@gmail.com> wrote:
>
>Is it working for anyone else?

The CI builds are ok.  Make sure you try the wipe-all on flex-falcon.  The
externs changed places recently.

-Alex