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 <[email protected]> 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 <[email protected]> >> 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 <[email protected]>: >> >>> 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. >>>>>> >>>>>> >>> >>> >> >> >> -- >> >> Piotr Zarzycki >> >> Patreon: *https://www.patreon.com/piotrzarzycki >> <https://www.patreon.com/piotrzarzycki>* >
