Alex, I have the requires where they are supposed to be (only 3 places now, 1 for EventTarget - EventDispatcher - and 2 for Event - Event and CustomEvent) and I'm getting errors from the Publisher:
1: Finding file for class: goog.events.EventTarget Could not find file for class: goog.events.EventTarget java.io.FileNotFoundException: (No such file or directory) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.java:120) at java.io.FileInputStream.<init>(FileInputStream.java:79) at org.apache.flex.compiler.internal.graph.GoogDepsWriter.getDirectDependencies(GoogDepsWriter.java:273) at org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:111) at org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:122) at org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:122) at org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:122) at org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:122) at org.apache.flex.compiler.internal.graph.GoogDepsWriter.buildDB(GoogDepsWriter.java:72) at org.apache.flex.compiler.internal.graph.GoogDepsWriter.generateDeps(GoogDepsWriter.java:51) at org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher.publish(MXMLFlexJSPublisher.java:139) at org.apache.flex.compiler.clients.MXMLJSC.compile(MXMLJSC.java:413) at org.apache.flex.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:253) at org.apache.flex.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:211) at org.apache.flex.compiler.clients.MXMLJSC.main(MXMLJSC.java:173) 2: Finding file for class: goog.events.Event Could not find file for class: goog.events.Event java.io.FileNotFoundException: (No such file or directory) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.java:120) at java.io.FileInputStream.<init>(FileInputStream.java:79) at org.apache.flex.compiler.internal.graph.GoogDepsWriter.getDirectDependencies(GoogDepsWriter.java:273) at org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:111) at org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:122) at org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:122) at org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:122) at org.apache.flex.compiler.internal.graph.GoogDepsWriter.buildDB(GoogDepsWriter.java:72) at org.apache.flex.compiler.internal.graph.GoogDepsWriter.generateDeps(GoogDepsWriter.java:51) at org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher.publish(MXMLFlexJSPublisher.java:139) at org.apache.flex.compiler.clients.MXMLJSC.compile(MXMLJSC.java:413) at org.apache.flex.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:253) at org.apache.flex.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:211) at org.apache.flex.compiler.clients.MXMLJSC.main(MXMLJSC.java:173) 3: Finding file for class: controllers.MyController couldn't find base class for controllers.MyController As this is probably from the new dependency solution, which you know best, I'm going to abandon the merge for now until you get a chance to look at it. Without a functioning build, I can't test the code and therefor not safely commit my changes. EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl
