I'm using this one: <dependency> <groupId>com.google.javascript</groupId> <artifactId>closure-compiler-externs</artifactId> <version>v20150609</version> </dependency>
But your post was very valuable input as I re-checked and found out that the closure compiler version has changed. So I updated to that version an now I do have a browser directory and the number of errors went down to 2 ;-) ... thanks Alex :-) Guess I sticked to the versions I once found out ant stuck into my hand-written poms I used to create maven bundles. Should double check all of them, if there were version updates. Chris ________________________________________ Von: Alex Harui <aha...@adobe.com> Gesendet: Freitag, 18. März 2016 21:18 An: dev@flex.apache.org Betreff: Re: AW: [FALCONJX] Some help with the externs On 3/18/16, 12:15 PM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote: >Currently I'm working on the last module "js". Unfortunately this seems >to be the "playerglobal" of FlexJS :-( ... one thing I noticed, was that >the "externs/js/externs" directory contains the content of the >externs.zip which is embedded in google's closure compiler. So far so >good, but looking at the build, the zip is extracted to the >"externs/js/externs" directory, but strangely the files are structured >with a "browser" directory. The original zip however doesn't contain any >directories, so where does that directory structure come from? My copy of externs.zip expands to have a browser folder. Older versions didn't. And it might be that newer ones don't as well. Which version of Google Closure Compiler are you using? -Alex