Do you have flex-typedefs/GCL/src/main/flex/goog/DEBUG.as Are you working out of a different working copy than your Ant builds?
-Alex On 12/24/16, 8:33 PM, "OmPrakash Muppirala" <omup...@gmail.com> wrote: >Sorry, more details: > >Got latest from flex-falcon, flex-typedefs, flex-asjs >Ran mvn -s settings-template.xml clean install on flex-falcon and >flex-typedefs. Went through fine. > >Ran mvn -s settings-template.xml clean install on flexj-asjs. There was >an >error in CSSUtils.as that I was able to fix. Now this one. > >On Sat, Dec 24, 2016 at 8:28 PM, OmPrakash Muppirala <omup...@gmail.com> >wrote: > >> Any ideas? >> >> [INFO] ------------------------------------------------------------ >> ------------ >> [INFO] Building Apache Flex - FlexJS: Framework: Libs: Language >> 0.8.0-SNAPSHOT >> [INFO] ------------------------------------------------------------ >> ------------ >> [INFO] >> [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ Language --- >> [INFO] >> [INFO] --- flexjs-maven-plugin:0.8.0-SNAPSHOT:generate-extern >> (default-generate-extern) @ Language --- >> [INFO] >> [INFO] --- maven-remote-resources-plugin:1.5:process >> (process-resource-bundles) @ Language --- >> [INFO] >> [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ >> Language --- >> [INFO] Using 'UTF-8' encoding to copy filtered resources. >> [INFO] skip non existing resourceDirectory C:\p\flexroot\git\flex-asjs\ >> frameworks\projects\Language\src\main\resources >> [INFO] Copying 3 resources >> [INFO] >> [INFO] --- flexjs-maven-plugin:0.8.0-SNAPSHOT:compile-as >> (default-compile-as) @ Language --- >> [INFO] Executing COMPC in tool group Falcon with args: >> [-load-config=C:\p\flexroot\git\flex-asjs\frameworks\ >> projects\Language\target\compile-as-config.xml] >> Loading configuration: C:\p\flexroot\git\flex-asjs\ >> frameworks\projects\Language\target\compile-as-config.xml >> >> 1820 bytes written to C:\p\flexroot\git\flex-asjs\ >> frameworks\projects\Language\target\Language-0.8.0-SNAPSHOT.swc in 0.116 >> seconds >> [INFO] >> [INFO] --- flexjs-maven-plugin:0.8.0-SNAPSHOT:compile-js >> (default-compile-js) @ Language --- >> [INFO] Executing COMPC in tool group FlexJS with args: >> [-load-config=C:\p\flexroot\git\flex-asjs\frameworks\ >> projects\Language\target\compile-js-config.xml, -js- >> output-type=FLEXJS, -compiler.strict-xml=true] >> C:\p\flexroot\git\flex-asjs\frameworks\projects\Language\ >> src\main\flex\org\apache\flex\utils\Language.as(134): col: 17 Use of the >> instanceof operator. The inst >> anceof operator is deprecated, use the is operator instead. >> >> if (leftOperand instanceof rightOperand) >> ^ >> >> C:\p\flexroot\git\flex-asjs\frameworks\projects\Language\ >> src\main\flex\org\apache\flex\utils\Language.as(327): col: 9 Access of >> undefined property DEBUG in pack >> age goog. >> >> if (!goog.DEBUG) return; >> ^ >>