You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/11/16 22:25:38 UTC

[MAVEN-BUILD] Royale-asjs - Build # 1321 - Still Failing

The Apache Jenkins build system has built Royale-asjs (build #1321)

Status: Still Failing

Check console output at https://builds.apache.org/job/Royale-asjs/1321/ to view the results.

[MAVEN-BUILD] Royale-asjs - Build # 1323 - Fixed

Posted by Apache Jenkins Server <je...@builds.apache.org>.
The Apache Jenkins build system has built Royale-asjs (build #1323)

Status: Fixed

Check console output at https://builds.apache.org/job/Royale-asjs/1323/ to view the results.

[MAVEN-BUILD] Royale-asjs - Build # 1322 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
The Apache Jenkins build system has built Royale-asjs (build #1322)

Status: Still Failing

Check console output at https://builds.apache.org/job/Royale-asjs/1322/ to view the results.

Re: [MAVEN-BUILD] Royale-asjs - Build # 1321 - Still Failing

Posted by Carlos Rovira <ca...@apache.org>.
An excerpt of the fail:

COMPC

Loading configuration:
/Users/carlosrovira/Dev/Royale/Source/royale-asjs/frameworks/projects/MXRoyale/target/compile-swf-config.xml


/Users/carlosrovira/Dev/Royale/Source/royale-asjs/frameworks/projects/MXRoyale/src/main/royale/mx/charts/AxisRenderer.as(3350):
col: 22 Error: Call to a possibly undefined method beginStroke through a
reference with static type Graphics.


            graphics.beginStroke();

                     ^


/Users/carlosrovira/Dev/Royale/Source/royale-asjs/frameworks/projects/MXRoyale/src/main/royale/mx/charts/AxisRenderer.as(3354):
col: 30 Error: Implicit coercion of a value of type Graphics to an
unrelated type Graphics.


            axisStroke.apply(graphics,null,null);

                             ^


/Users/carlosrovira/Dev/Royale/Source/royale-asjs/frameworks/projects/MXRoyale/src/main/royale/mx/charts/AxisRenderer.as(3358):
col: 22 Error: Call to a possibly undefined method endStroke through a
reference with static type Graphics.


            graphics.endStroke();

                     ^


/Users/carlosrovira/Dev/Royale/Source/royale-asjs/frameworks/projects/MXRoyale/src/main/royale/mx/charts/AxisRenderer.as(3434):
col: 26 Error: Implicit coercion of a value of type Graphics to an
unrelated type Graphics.


        var g:Graphics = graphics;

                         ^




El sáb., 17 nov. 2018 a las 10:07, Carlos Rovira (<ca...@apache.org>)
escribió:

> Hi, I 'm trying to build locally but some changes to MXRoyale are failing
> Are someone looking at this now?
> I need to build so, let me know in order to see if I must work on fixing
> the issue
> thanks
>
> El vie., 16 nov. 2018 a las 23:25, Apache Jenkins Server (<
> jenkins@builds.apache.org>) escribió:
>
>> The Apache Jenkins build system has built Royale-asjs (build #1321)
>>
>> Status: Still Failing
>>
>> Check console output at https://builds.apache.org/job/Royale-asjs/1321/
>> to view the results.
>
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: [MAVEN-BUILD] Royale-asjs - Build # 1321 - Still Failing

Posted by Carlos Rovira <ca...@apache.org>.
Yes, all is working for me as well now :)

El sáb., 17 nov. 2018 a las 12:13, Serkan Taş (<
serkan.tas@likyateknoloji.com>) escribió:

> Thanks Carlos, it is fixed by cleaning maven repo.
>
> 17.11.2018 14:02 tarihinde Carlos Rovira yazdı:
> > I think I fixed the build and was some poms not updated. typedefs and
> > framework was using 0.9.4 so that made MXRoyale fail.
> > I removed my royale folder in .m2 and all is generating ok just using
> > 0.9.5-SNAPSHOT and as well SDK generation with ant is ok as well
> >
> > El sáb., 17 nov. 2018 a las 10:12, Serkan Taş (<
> > serkan.tas@likyateknoloji.com>) escribió:
> >
> >> +1
> >>
> >> 17.11.2018 12:07 tarihinde Carlos Rovira yazdı:
> >>> Hi, I 'm trying to build locally but some changes to MXRoyale are
> failing
> >>> Are someone looking at this now?
> >>> I need to build so, let me know in order to see if I must work on
> fixing
> >>> the issue
> >>> thanks
> >>>
> >>> El vie., 16 nov. 2018 a las 23:25, Apache Jenkins Server (<
> >>> jenkins@builds.apache.org>) escribió:
> >>>
> >>>> The Apache Jenkins build system has built Royale-asjs (build #1321)
> >>>>
> >>>> Status: Still Failing
> >>>>
> >>>> Check console output at
> https://builds.apache.org/job/Royale-asjs/1321/
> >>>> to view the results.
> >>>
> >>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: [MAVEN-BUILD] Royale-asjs - Build # 1321 - Still Failing

Posted by Serkan Taş <se...@likyateknoloji.com>.
Thanks Carlos, it is fixed by cleaning maven repo.

17.11.2018 14:02 tarihinde Carlos Rovira yazdı:
> I think I fixed the build and was some poms not updated. typedefs and
> framework was using 0.9.4 so that made MXRoyale fail.
> I removed my royale folder in .m2 and all is generating ok just using
> 0.9.5-SNAPSHOT and as well SDK generation with ant is ok as well
>
> El sáb., 17 nov. 2018 a las 10:12, Serkan Taş (<
> serkan.tas@likyateknoloji.com>) escribió:
>
>> +1
>>
>> 17.11.2018 12:07 tarihinde Carlos Rovira yazdı:
>>> Hi, I 'm trying to build locally but some changes to MXRoyale are failing
>>> Are someone looking at this now?
>>> I need to build so, let me know in order to see if I must work on fixing
>>> the issue
>>> thanks
>>>
>>> El vie., 16 nov. 2018 a las 23:25, Apache Jenkins Server (<
>>> jenkins@builds.apache.org>) escribió:
>>>
>>>> The Apache Jenkins build system has built Royale-asjs (build #1321)
>>>>
>>>> Status: Still Failing
>>>>
>>>> Check console output at https://builds.apache.org/job/Royale-asjs/1321/
>>>> to view the results.
>>>
>>


Re: [MAVEN-BUILD] Royale-asjs - Build # 1321 - Still Failing

Posted by Carlos Rovira <ca...@apache.org>.
I think I fixed the build and was some poms not updated. typedefs and
framework was using 0.9.4 so that made MXRoyale fail.
I removed my royale folder in .m2 and all is generating ok just using
0.9.5-SNAPSHOT and as well SDK generation with ant is ok as well

El sáb., 17 nov. 2018 a las 10:12, Serkan Taş (<
serkan.tas@likyateknoloji.com>) escribió:

> +1
>
> 17.11.2018 12:07 tarihinde Carlos Rovira yazdı:
> > Hi, I 'm trying to build locally but some changes to MXRoyale are failing
> > Are someone looking at this now?
> > I need to build so, let me know in order to see if I must work on fixing
> > the issue
> > thanks
> >
> > El vie., 16 nov. 2018 a las 23:25, Apache Jenkins Server (<
> > jenkins@builds.apache.org>) escribió:
> >
> >> The Apache Jenkins build system has built Royale-asjs (build #1321)
> >>
> >> Status: Still Failing
> >>
> >> Check console output at https://builds.apache.org/job/Royale-asjs/1321/
> >> to view the results.
> >
> >
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: [MAVEN-BUILD] Royale-asjs - Build # 1321 - Still Failing

Posted by Serkan Taş <se...@likyateknoloji.com>.
+1

17.11.2018 12:07 tarihinde Carlos Rovira yazdı:
> Hi, I 'm trying to build locally but some changes to MXRoyale are failing
> Are someone looking at this now?
> I need to build so, let me know in order to see if I must work on fixing
> the issue
> thanks
>
> El vie., 16 nov. 2018 a las 23:25, Apache Jenkins Server (<
> jenkins@builds.apache.org>) escribió:
>
>> The Apache Jenkins build system has built Royale-asjs (build #1321)
>>
>> Status: Still Failing
>>
>> Check console output at https://builds.apache.org/job/Royale-asjs/1321/
>> to view the results.
>
>


Re: [MAVEN-BUILD] Royale-asjs - Build # 1321 - Still Failing

Posted by Carlos Rovira <ca...@apache.org>.
Hi, I 'm trying to build locally but some changes to MXRoyale are failing
Are someone looking at this now?
I need to build so, let me know in order to see if I must work on fixing
the issue
thanks

El vie., 16 nov. 2018 a las 23:25, Apache Jenkins Server (<
jenkins@builds.apache.org>) escribió:

> The Apache Jenkins build system has built Royale-asjs (build #1321)
>
> Status: Still Failing
>
> Check console output at https://builds.apache.org/job/Royale-asjs/1321/
> to view the results.



-- 
Carlos Rovira
http://about.me/carlosrovira