I tried a number of different options here and they all either don’t help, or the compile fails.
I think someone who understands the compiler a little better is going to have to look at this. On Apr 21, 2016, at 4:49 PM, Harbs <harbs.li...@gmail.com> wrote: > 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 <christofer.d...@c-ware.de> > 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 <harbs.li...@gmail.com> >> Gesendet: Donnerstag, 21. April 2016 15:04 >> An: dev@flex.apache.org >> 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 <christofer.d...@c-ware.de> >> wrote: >> >>> I had to change the "/1" and "/2" in the replace string with "$1" and "$2". >> >