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:
<class-exclude>
<class>controlRange</class>
<class>ITemplateArray</class>
</class-exclude>
> On Feb 14, 2018, at 10:56 AM, Piotr Zarzycki <[email protected]>
> 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 <[email protected]>
> wrote:
>
>> Let me try again. It doesn't look like our fail.
>>
>> On Wed, Feb 14, 2018, 09:52 Harbs <[email protected]> wrote:
>>
>>> I don’t understand the console output.
>>>
>>> Suggestions?
>>>
>>>> On Feb 14, 2018, at 10:50 AM, Apache Jenkins Server <
>>> [email protected]> 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.
>>>
>>>