On 6/6/16, 4:53 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote:
>Hi, > > >I have just started to compare the swcs build by the Ant Jenkins Builds >with the ones built by Maven. I just added the "include-file" option to >the compiler and have started to compare the js.swc versions catalog xml >files. I noticed that there seems to be one difference in the "Document" >class. This has 5 additional dependencies (Array, EventTarget, Touch, >TouchList, Window) which seems to cause the second difference of 3 >missing classes in the catalog.xml : > >Touch, TouchEvent and TouchList. > > >Any Idea why this might be missing in my build? In change f34175887eddce0581de3489ba6e60de1bc1b254, we added another file to externc-config.xml in order to quiet warnings: + <path-element>../../../target/downloads/browser/w3c_touch_event.js</path-el ement> -Alex