The replacement worked, but it does not fix the problem.
It produces:
package {
public const $ : Object = 0;
}
while it should be:
package {
public const $ : jQuery = null;
}
On Apr 21, 2016, at 4:13 PM, Christofer Dutz <[email protected]> wrote:
> No I did that in the pom.xml of the branch, not touching the Ant stuff ;-)
>
> Just wanted to know if my replacement does the correct stuff.
>
> Chris
>
> ________________________________________
> Von: Harbs <[email protected]>
> Gesendet: Donnerstag, 21. April 2016 15:04
> An: [email protected]
> Betreff: Re: FlexJS, JQuery and FDT
>
> Ah. I didn’t know which flavor of regex ant uses…
>
> Are you committing that change, or should I?
>
> On Apr 21, 2016, at 3:59 PM, Christofer Dutz <[email protected]>
> wrote:
>
>> I had to change the "/1" and "/2" in the replace string with "$1" and "$2".
>