Yeah, I just pushed a fix for that.

The closure compiler now returns two warnings.  Were you seeing that in your
branch?  Otherwise, there must be something else I'm still not copying based
on chasing the requires list.


On 5/3/13 12:59 PM, "Erik de Bruin" <[email protected]> wrote:

> 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(G
> oogDepsWriter.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(GoogDepsWr
> iter.java:51)
> at 
> org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher.publ
> ish(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(G
> oogDepsWriter.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(GoogDepsWr
> iter.java:51)
> at 
> org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher.publ
> ish(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

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui

Reply via email to