Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Piotr Zarzycki
Working! :) https://builds.apache.org/job/Royale-typedefs/43/ Let me start
framework build with your changes!

2018-02-14 13:24 GMT+01:00 Piotr Zarzycki :

> I just cleaned up workspace on Maven and run build with your changes.
> Let's see!
>
> 2018-02-14 13:18 GMT+01:00 Gabe Harbs :
>
>> I just committed a change where I set overwrite to true.
>>
>> Hopefully that will do it…
>>
>> > On Feb 14, 2018, at 2:13 PM, Gabe Harbs  wrote:
>> >
>> > Is there some way to make sure that all the old resources are cleared
>> out of the maven build?
>> >
>> > ITemplateArray is not a file which should be generated at all.
>> >
>> > It looks like the replacement of es6.js is not working correctly.
>> >
>> > Can you take a look at what I did to the pom and see if you can tweak
>> it so it works correctly?
>> >
>> >> On Feb 14, 2018, at 1:10 PM, Piotr Zarzycki 
>> wrote:
>> >>
>> >> I'm wondering why are you not seeing that. If you scroll up in this
>> console
>> >> output - >https://builds.apache.org/job/Royale-typedefs/41/console
>> >>
>> >> Can you see the errors ?
>> >>
>> >> 2018-02-14 10:05 GMT+01:00 Gabe Harbs :
>> >>
>> >>> Weird.
>> >>>
>> >>> In my build, I get that function commented out:
>> >>>
>> >>>   /**
>> >>>* @param template [ITemplateArray]
>> >>>* @param var_args [*] Substitution values.
>> >>>* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/
>> >>> Reference/Global_Objects/String/raw
>> >>>* @see [es6]
>> >>>* @returns {string}
>> >>>*/
>> >>> //public static function raw(template:ITemplateArray,
>> >>> ...var_args):String { return ''; }
>> >>>
>> >>> I’m not sure, but I’m guessing that is caused by this in
>> >>> externc-config.xml:
>> >>>
>> >>>   
>> >>>   controlRange
>> >>>   ITemplateArray
>> >>>   
>> >>>
>>  On Feb 14, 2018, at 10:56 AM, Piotr Zarzycki <
>> piotrzarzyck...@gmail.com>
>> >>> wrote:
>> 
>>  Do you see now this errors?
>> 
>>  F:\jenkins\jenkins-slave\workspace\Royale-typedefs\js\
>> >>> target\generated-sources\externc\classes\String.as(52):
>>  col: 41 Error: Type was not found or was not a compile-time constant:
>>  ITemplateArray.
>> 
>>  public static function raw(template:ITemplateArray,
>> ...var_args):String {
>>  return ''; }
>> 
>>  Piotr
>> 
>>  On Wed, Feb 14, 2018, 09:53 Piotr Zarzycki <
>> piotrzarzyck...@gmail.com>
>>  wrote:
>> 
>> > Let me try again. It doesn't look like our fail.
>> >
>> > On Wed, Feb 14, 2018, 09:52 Harbs  wrote:
>> >
>> >> I don’t understand the console output.
>> >>
>> >> Suggestions?
>> >>
>> >>> On Feb 14, 2018, at 10:50 AM, Apache Jenkins Server <
>> >> jenk...@builds.apache.org> wrote:
>> >>>
>> >>> The Apache Jenkins build system has built Royale-typedefs (build
>> #40)
>> >>>
>> >>> Status: Still Failing
>> >>>
>> >>> Check console output at
>> >> https://builds.apache.org/job/Royale-typedefs/40/ to view the
>> results.
>> >>
>> >>
>> >>>
>> >>>
>> >>
>> >>
>> >> --
>> >>
>> >> Piotr Zarzycki
>> >>
>> >> Patreon: *https://www.patreon.com/piotrzarzycki
>> >> *
>> >
>>
>>
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> *
>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
*


Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Gabe Harbs
It passed! :-)

> On Feb 14, 2018, at 2:24 PM, Piotr Zarzycki  wrote:
> 
> I just cleaned up workspace on Maven and run build with your changes. Let's
> see!
> 
> 2018-02-14 13:18 GMT+01:00 Gabe Harbs :
> 
>> I just committed a change where I set overwrite to true.
>> 
>> Hopefully that will do it…
>> 
>>> On Feb 14, 2018, at 2:13 PM, Gabe Harbs  wrote:
>>> 
>>> Is there some way to make sure that all the old resources are cleared
>> out of the maven build?
>>> 
>>> ITemplateArray is not a file which should be generated at all.
>>> 
>>> It looks like the replacement of es6.js is not working correctly.
>>> 
>>> Can you take a look at what I did to the pom and see if you can tweak it
>> so it works correctly?
>>> 
 On Feb 14, 2018, at 1:10 PM, Piotr Zarzycki 
>> wrote:
 
 I'm wondering why are you not seeing that. If you scroll up in this
>> console
 output - >https://builds.apache.org/job/Royale-typedefs/41/console
 
 Can you see the errors ?
 
 2018-02-14 10:05 GMT+01:00 Gabe Harbs :
 
> Weird.
> 
> In my build, I get that function commented out:
> 
>  /**
>   * @param template [ITemplateArray]
>   * @param var_args [*] Substitution values.
>   * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/
> Reference/Global_Objects/String/raw
>   * @see [es6]
>   * @returns {string}
>   */
> //public static function raw(template:ITemplateArray,
> ...var_args):String { return ''; }
> 
> I’m not sure, but I’m guessing that is caused by this in
> externc-config.xml:
> 
>  
>  controlRange
>  ITemplateArray
>  
> 
>> On Feb 14, 2018, at 10:56 AM, Piotr Zarzycki <
>> piotrzarzyck...@gmail.com>
> wrote:
>> 
>> Do you see now this errors?
>> 
>> F:\jenkins\jenkins-slave\workspace\Royale-typedefs\js\
> target\generated-sources\externc\classes\String.as(52):
>> col: 41 Error: Type was not found or was not a compile-time constant:
>> ITemplateArray.
>> 
>> public static function raw(template:ITemplateArray,
>> ...var_args):String {
>> return ''; }
>> 
>> Piotr
>> 
>> On Wed, Feb 14, 2018, 09:53 Piotr Zarzycki >> 
>> wrote:
>> 
>>> Let me try again. It doesn't look like our fail.
>>> 
>>> On Wed, Feb 14, 2018, 09:52 Harbs  wrote:
>>> 
 I don’t understand the console output.
 
 Suggestions?
 
> On Feb 14, 2018, at 10:50 AM, Apache Jenkins Server <
 jenk...@builds.apache.org> wrote:
> 
> The Apache Jenkins build system has built Royale-typedefs (build
>> #40)
> 
> Status: Still Failing
> 
> Check console output at
 https://builds.apache.org/job/Royale-typedefs/40/ to view the
>> results.
 
 
> 
> 
 
 
 --
 
 Piotr Zarzycki
 
 Patreon: *https://www.patreon.com/piotrzarzycki
 *
>>> 
>> 
>> 
> 
> 
> -- 
> 
> Piotr Zarzycki
> 
> Patreon: *https://www.patreon.com/piotrzarzycki
> *



Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Piotr Zarzycki
I just cleaned up workspace on Maven and run build with your changes. Let's
see!

2018-02-14 13:18 GMT+01:00 Gabe Harbs :

> I just committed a change where I set overwrite to true.
>
> Hopefully that will do it…
>
> > On Feb 14, 2018, at 2:13 PM, Gabe Harbs  wrote:
> >
> > Is there some way to make sure that all the old resources are cleared
> out of the maven build?
> >
> > ITemplateArray is not a file which should be generated at all.
> >
> > It looks like the replacement of es6.js is not working correctly.
> >
> > Can you take a look at what I did to the pom and see if you can tweak it
> so it works correctly?
> >
> >> On Feb 14, 2018, at 1:10 PM, Piotr Zarzycki 
> wrote:
> >>
> >> I'm wondering why are you not seeing that. If you scroll up in this
> console
> >> output - >https://builds.apache.org/job/Royale-typedefs/41/console
> >>
> >> Can you see the errors ?
> >>
> >> 2018-02-14 10:05 GMT+01:00 Gabe Harbs :
> >>
> >>> Weird.
> >>>
> >>> In my build, I get that function commented out:
> >>>
> >>>   /**
> >>>* @param template [ITemplateArray]
> >>>* @param var_args [*] Substitution values.
> >>>* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/
> >>> Reference/Global_Objects/String/raw
> >>>* @see [es6]
> >>>* @returns {string}
> >>>*/
> >>> //public static function raw(template:ITemplateArray,
> >>> ...var_args):String { return ''; }
> >>>
> >>> I’m not sure, but I’m guessing that is caused by this in
> >>> externc-config.xml:
> >>>
> >>>   
> >>>   controlRange
> >>>   ITemplateArray
> >>>   
> >>>
>  On Feb 14, 2018, at 10:56 AM, Piotr Zarzycki <
> piotrzarzyck...@gmail.com>
> >>> wrote:
> 
>  Do you see now this errors?
> 
>  F:\jenkins\jenkins-slave\workspace\Royale-typedefs\js\
> >>> target\generated-sources\externc\classes\String.as(52):
>  col: 41 Error: Type was not found or was not a compile-time constant:
>  ITemplateArray.
> 
>  public static function raw(template:ITemplateArray,
> ...var_args):String {
>  return ''; }
> 
>  Piotr
> 
>  On Wed, Feb 14, 2018, 09:53 Piotr Zarzycki  >
>  wrote:
> 
> > Let me try again. It doesn't look like our fail.
> >
> > On Wed, Feb 14, 2018, 09:52 Harbs  wrote:
> >
> >> I don’t understand the console output.
> >>
> >> Suggestions?
> >>
> >>> On Feb 14, 2018, at 10:50 AM, Apache Jenkins Server <
> >> jenk...@builds.apache.org> wrote:
> >>>
> >>> The Apache Jenkins build system has built Royale-typedefs (build
> #40)
> >>>
> >>> Status: Still Failing
> >>>
> >>> Check console output at
> >> https://builds.apache.org/job/Royale-typedefs/40/ to view the
> results.
> >>
> >>
> >>>
> >>>
> >>
> >>
> >> --
> >>
> >> Piotr Zarzycki
> >>
> >> Patreon: *https://www.patreon.com/piotrzarzycki
> >> *
> >
>
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
*


Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Gabe Harbs
Is there some way to make sure that all the old resources are cleared out of 
the maven build?

ITemplateArray is not a file which should be generated at all.

It looks like the replacement of es6.js is not working correctly.

Can you take a look at what I did to the pom and see if you can tweak it so it 
works correctly?

> On Feb 14, 2018, at 1:10 PM, Piotr Zarzycki  wrote:
> 
> I'm wondering why are you not seeing that. If you scroll up in this console
> output - >https://builds.apache.org/job/Royale-typedefs/41/console
> 
> Can you see the errors ?
> 
> 2018-02-14 10:05 GMT+01:00 Gabe Harbs :
> 
>> Weird.
>> 
>> In my build, I get that function commented out:
>> 
>>/**
>> * @param template [ITemplateArray]
>> * @param var_args [*] Substitution values.
>> * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/
>> Reference/Global_Objects/String/raw
>> * @see [es6]
>> * @returns {string}
>> */
>> //public static function raw(template:ITemplateArray,
>> ...var_args):String { return ''; }
>> 
>> I’m not sure, but I’m guessing that is caused by this in
>> externc-config.xml:
>> 
>>
>>controlRange
>>ITemplateArray
>>
>> 
>>> On Feb 14, 2018, at 10:56 AM, Piotr Zarzycki 
>> wrote:
>>> 
>>> Do you see now this errors?
>>> 
>>> F:\jenkins\jenkins-slave\workspace\Royale-typedefs\js\
>> target\generated-sources\externc\classes\String.as(52):
>>> col: 41 Error: Type was not found or was not a compile-time constant:
>>> ITemplateArray.
>>> 
>>> public static function raw(template:ITemplateArray, ...var_args):String {
>>> return ''; }
>>> 
>>> Piotr
>>> 
>>> On Wed, Feb 14, 2018, 09:53 Piotr Zarzycki 
>>> wrote:
>>> 
 Let me try again. It doesn't look like our fail.
 
 On Wed, Feb 14, 2018, 09:52 Harbs  wrote:
 
> I don’t understand the console output.
> 
> Suggestions?
> 
>> On Feb 14, 2018, at 10:50 AM, Apache Jenkins Server <
> jenk...@builds.apache.org> wrote:
>> 
>> The Apache Jenkins build system has built Royale-typedefs (build #40)
>> 
>> Status: Still Failing
>> 
>> Check console output at
> https://builds.apache.org/job/Royale-typedefs/40/ to view the results.
> 
> 
>> 
>> 
> 
> 
> -- 
> 
> Piotr Zarzycki
> 
> Patreon: *https://www.patreon.com/piotrzarzycki
> *



Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Piotr Zarzycki
I'm wondering why are you not seeing that. If you scroll up in this console
output - >https://builds.apache.org/job/Royale-typedefs/41/console

Can you see the errors ?

2018-02-14 10:05 GMT+01:00 Gabe Harbs :

> Weird.
>
> In my build, I get that function commented out:
>
> /**
>  * @param template [ITemplateArray]
>  * @param var_args [*] Substitution values.
>  * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/
> Reference/Global_Objects/String/raw
>  * @see [es6]
>  * @returns {string}
>  */
> //public static function raw(template:ITemplateArray,
> ...var_args):String { return ''; }
>
> I’m not sure, but I’m guessing that is caused by this in
> externc-config.xml:
>
> 
> controlRange
> ITemplateArray
> 
>
> > On Feb 14, 2018, at 10:56 AM, Piotr Zarzycki 
> wrote:
> >
> > Do you see now this errors?
> >
> > F:\jenkins\jenkins-slave\workspace\Royale-typedefs\js\
> target\generated-sources\externc\classes\String.as(52):
> > col: 41 Error: Type was not found or was not a compile-time constant:
> > ITemplateArray.
> >
> > public static function raw(template:ITemplateArray, ...var_args):String {
> > return ''; }
> >
> > Piotr
> >
> > On Wed, Feb 14, 2018, 09:53 Piotr Zarzycki 
> > wrote:
> >
> >> Let me try again. It doesn't look like our fail.
> >>
> >> On Wed, Feb 14, 2018, 09:52 Harbs  wrote:
> >>
> >>> I don’t understand the console output.
> >>>
> >>> Suggestions?
> >>>
>  On Feb 14, 2018, at 10:50 AM, Apache Jenkins Server <
> >>> jenk...@builds.apache.org> wrote:
> 
>  The Apache Jenkins build system has built Royale-typedefs (build #40)
> 
>  Status: Still Failing
> 
>  Check console output at
> >>> https://builds.apache.org/job/Royale-typedefs/40/ to view the results.
> >>>
> >>>
>
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
*


Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Gabe Harbs
Weird.

In my build, I get that function commented out:

/**
 * @param template [ITemplateArray] 
 * @param var_args [*] Substitution values.
 * @see 
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/raw
 
 * @see [es6]
 * @returns {string} 
 */
//public static function raw(template:ITemplateArray, ...var_args):String { 
return ''; }

I’m not sure, but I’m guessing that is caused by this in externc-config.xml:


controlRange
ITemplateArray


> On Feb 14, 2018, at 10:56 AM, Piotr Zarzycki  
> wrote:
> 
> Do you see now this errors?
> 
> F:\jenkins\jenkins-slave\workspace\Royale-typedefs\js\target\generated-sources\externc\classes\String.as(52):
> col: 41 Error: Type was not found or was not a compile-time constant:
> ITemplateArray.
> 
> public static function raw(template:ITemplateArray, ...var_args):String {
> return ''; }
> 
> Piotr
> 
> On Wed, Feb 14, 2018, 09:53 Piotr Zarzycki 
> wrote:
> 
>> Let me try again. It doesn't look like our fail.
>> 
>> On Wed, Feb 14, 2018, 09:52 Harbs  wrote:
>> 
>>> I don’t understand the console output.
>>> 
>>> Suggestions?
>>> 
 On Feb 14, 2018, at 10:50 AM, Apache Jenkins Server <
>>> jenk...@builds.apache.org> wrote:
 
 The Apache Jenkins build system has built Royale-typedefs (build #40)
 
 Status: Still Failing
 
 Check console output at
>>> https://builds.apache.org/job/Royale-typedefs/40/ to view the results.
>>> 
>>> 



Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Gabe Harbs
Nope. :-(

What does this mean?

[INFO] Skipping Apache Royale: TypeDefs: Parent
[INFO] This project has been banned from the build due to previous failures.

Please check the pom where I added multiple executions. I’m not sure if what I 
did was legal…

Harbs

> On Feb 14, 2018, at 10:53 AM, Piotr Zarzycki  
> wrote:
> 
> Let me try again. It doesn't look like our fail.
> 
> On Wed, Feb 14, 2018, 09:52 Harbs  wrote:
> 
>> I don’t understand the console output.
>> 
>> Suggestions?
>> 
>>> On Feb 14, 2018, at 10:50 AM, Apache Jenkins Server <
>> jenk...@builds.apache.org> wrote:
>>> 
>>> The Apache Jenkins build system has built Royale-typedefs (build #40)
>>> 
>>> Status: Still Failing
>>> 
>>> Check console output at
>> https://builds.apache.org/job/Royale-typedefs/40/ to view the results.
>> 
>> 



Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Piotr Zarzycki
Do you see now this errors?

F:\jenkins\jenkins-slave\workspace\Royale-typedefs\js\target\generated-sources\externc\classes\String.as(52):
col: 41 Error: Type was not found or was not a compile-time constant:
ITemplateArray.

public static function raw(template:ITemplateArray, ...var_args):String {
return ''; }

Piotr

On Wed, Feb 14, 2018, 09:53 Piotr Zarzycki 
wrote:

> Let me try again. It doesn't look like our fail.
>
> On Wed, Feb 14, 2018, 09:52 Harbs  wrote:
>
>> I don’t understand the console output.
>>
>> Suggestions?
>>
>> > On Feb 14, 2018, at 10:50 AM, Apache Jenkins Server <
>> jenk...@builds.apache.org> wrote:
>> >
>> > The Apache Jenkins build system has built Royale-typedefs (build #40)
>> >
>> > Status: Still Failing
>> >
>> > Check console output at
>> https://builds.apache.org/job/Royale-typedefs/40/ to view the results.
>>
>>


Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Piotr Zarzycki
Let me try again. It doesn't look like our fail.

On Wed, Feb 14, 2018, 09:52 Harbs  wrote:

> I don’t understand the console output.
>
> Suggestions?
>
> > On Feb 14, 2018, at 10:50 AM, Apache Jenkins Server <
> jenk...@builds.apache.org> wrote:
> >
> > The Apache Jenkins build system has built Royale-typedefs (build #40)
> >
> > Status: Still Failing
> >
> > Check console output at
> https://builds.apache.org/job/Royale-typedefs/40/ to view the results.
>
>


Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Harbs
I don’t understand the console output.

Suggestions?

> On Feb 14, 2018, at 10:50 AM, Apache Jenkins Server 
>  wrote:
> 
> The Apache Jenkins build system has built Royale-typedefs (build #40)
> 
> Status: Still Failing
> 
> Check console output at https://builds.apache.org/job/Royale-typedefs/40/ to 
> view the results.