You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Darrell Loverin <da...@gmail.com> on 2015/06/14 06:49:18 UTC

Any ideas why building asjs release target fails?

Trying to build the release target:


>ant -Dbuild.number=20140613 -Dbuild.prompt= release


getting the below errors:


basictests-compile-js:

     [echo] FLEX_HOME: /Users/dloverin/ApacheFlex/asjs

     [echo] FALCONJX_HOME: /Users/dloverin/ApacheFlex/falcon/compiler.jx

     [echo] GOOG_HOME: /Users/dloverin/closure-library

     [java] Compiling file:
/Users/dloverin/ApacheFlex/asjs/mustella/tests/bin/js-debug/BasicTestsApp.js

     [java] Compiling file:
/Users/dloverin/ApacheFlex/asjs/mustella/tests/bin/js-debug/BasicTests.js

     [java] Compiling file:
/Users/dloverin/ApacheFlex/asjs/mustella/tests/bin/js-debug/shim/VBox.js

     [java] Compiling file:
/Users/dloverin/ApacheFlex/asjs/mustella/tests/bin/js-debug/halo/views/ButtonTests.js

     [java] Compiling file:
/Users/dloverin/ApacheFlex/asjs/mustella/tests/bin/js-debug/halo/views/CheckBoxTests.js

     [java] java.io.FileNotFoundException:  (No such file or directory)

     [java] at java.io.FileInputStream.open(Native Method)

     [java] at java.io.FileInputStream.<init>(FileInputStream.java:138)

     [java] at java.io.FileInputStream.<init>(FileInputStream.java:97)

     [java] at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.getDirectDependencies(GoogDepsWriter.java:319)

     [java] at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:149)

     [java] at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:164)

     [java] at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:164)

     [java] at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.buildDB(GoogDepsWriter.java:103)

     [java] Could not find file for class: org_apache_flex_core_IEffectTimer at
org.apache.flex.compiler.internal.graph.GoogDepsWriter.generateDeps(GoogDepsWriter.java:73)

     [java]

     [java] at
org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher.publish(MXMLFlexJSPublisher.java:168)Could
not find file for class: org_apache_flex_core_ValuesManager

     [java] Could not find file for class:
org_apache_flex_events_EventDispatcher

     [java] Could not find file for class: org_apache_flex_events_ValueEvent

     [java] Could not find file for class: org_apache_flex_core_IBead

     [java] Could not find file for class: org_apache_flex_core_IStatesImpl

     [java] Could not find file for class: org_apache_flex_core_IStrand

     [java] Could not find file for class: org_apache_flex_core_UIBase

     [java] Could not find file for class: org_apache_flex_states_AddItems

     [java] Could not find file for class:
org_apache_flex_states_SetEventHandler

     [java]

     [java] at
org.apache.flex.compiler.clients.MXMLJSC.compile(MXMLJSC.java:427)

     [java] at
org.apache.flex.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:262)

     [java] at
org.apache.flex.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:220)
...

     [java] ERROR - Duplicate input: /Users/dloverin/ApacheFlex/asjs

     [java]

     [java] 1 error(s), 0 warning(s)

     [java] File not found: org_apache_flex_core_IValuesImpl

     [java]

     [java] File not found: org_apache_flex_states_SetEventHandler

     [java]

     [java] File not found: org_apache_flex_core_IBead

     [java]

     [java] File not found: org_apache_flex_core_IDocument

     [java]

     [java] File not found: org_apache_flex_states_AddItems

     [java]

     [java] File not found: org_apache_flex_events_ValueEvent

     [java]

     [java] File not found: org_apache_flex_core_UIBase

     [java]

     [java] File not found: org_apache_flex_core_IEffectTimer

     [java]

     [java] File not found: org_apache_flex_core_IParent

     [java]

     [java] File not found: org_apache_flex_core_BeadViewBase

     [java]

     [java] File not found: org_apache_flex_core_ILayoutParent

     [java]

     [java] File not found: org_apache_flex_states_SetProperty

     [java]

     [java] File not found: org_apache_flex_core_HTMLElementWrapper

     [java]

     [java] File not found: org_apache_flex_core_IStatesImpl

     [java]

     [java] File not found: org_apache_flex_core_IBeadLayout

     [java]

     [java] File not found: org_apache_flex_core_IPopUpHost

     [java]

     [java] File not found: org_apache_flex_events_Event

     [java]

     [java] File not found: org_apache_flex_utils_Language

     [java]

     [java] File not found: org_apache_flex_core_ValuesManager

     [java]

     [java] File not found: org_apache_flex_html_Button

     [java]

     [java] File not found: org_apache_flex_core_IStrand

     [java]

     [java] File not found: org_apache_flex_events_ValueChangeEvent

     [java]

     [java] File not found: org_apache_flex_utils_MXMLDataInterpreter

     [java]

     [java] File not found: org_apache_flex_core_ContainerBase

     [java]

     [java] File not found: org_apache_flex_events_EventDispatcher

     [java]

     [java] File not found: org_apache_flex_core_IContainer

     [java]

     [java] File not found: org_apache_flex_states_State

     [java]

     [java] File not found: org_apache_flex_core_ILayoutChild

     [java]

     [java] Java Result: 3

Re: Any ideas why building asjs release target fails?

Posted by Alex Harui <ah...@adobe.com>.
There's a circular dependency on asjs. Try building asjs. There might be enough of falcon built to succeed.


Sent from my LG G3, an AT&T 4G LTE smartphone


------ Original message------

From: Darrell Loverin

Date: Sun, Jun 14, 2015 6:44 AM

To: dev@flex.apache.org;

Subject:Re: Any ideas why building asjs release target fails?


Pulled the latest on the develop branch.
>ant wipe-all
>ant all

...

    [junit] Running
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSFile

    [junit] IDocument not resolved in controllers.MyController

    [junit] Tests run: 3, Failures: 1, Errors: 1, Skipped: 0, Time elapsed:
0.245 sec


BUILD FAILED

/Users/dloverin/ApacheFlex/falcon/build.xml:175: The following error
occurred while executing this line:

/Users/dloverin/ApacheFlex/falcon/compiler.jx.tests/build.xml:64: Tests
failed



On Sun, Jun 14, 2015 at 1:01 AM, Alex Harui <ah...@adobe.com> wrote:

> Try syncing up flex-falcon.  Run ‘ant wipe-all’ and ‘ant all’
>
> The compiler has changed how it finds files.
>
> -Alex
>
> On 6/13/15, 9:49 PM, "Darrell Loverin" <da...@gmail.com> wrote:
>
> >Trying to build the release target:
> >
> >
> >>ant -Dbuild.number=20140613 -Dbuild.prompt= release
> >
> >
> >getting the below errors:
> >
> >
> >basictests-compile-js:
> >
> >     [echo] FLEX_HOME: /Users/dloverin/ApacheFlex/asjs
> >
> >     [echo] FALCONJX_HOME: /Users/dloverin/ApacheFlex/falcon/compiler.jx
> >
> >     [echo] GOOG_HOME: /Users/dloverin/closure-library
> >
> >     [java] Compiling file:
> >/Users/dloverin/ApacheFlex/asjs/mustella/tests/bin/js-debug/BasicTestsApp.
> >js
> >
> >     [java] Compiling file:
> >/Users/dloverin/ApacheFlex/asjs/mustella/tests/bin/js-debug/BasicTests.js
> >
> >     [java] Compiling file:
> >/Users/dloverin/ApacheFlex/asjs/mustella/tests/bin/js-debug/shim/VBox.js
> >
> >     [java] Compiling file:
> >/Users/dloverin/ApacheFlex/asjs/mustella/tests/bin/js-debug/halo/views/But
> >tonTests.js
> >
> >     [java] Compiling file:
> >/Users/dloverin/ApacheFlex/asjs/mustella/tests/bin/js-debug/halo/views/Che
> >ckBoxTests.js
> >
> >     [java] java.io.FileNotFoundException:  (No such file or directory)
> >
> >     [java] at java.io.FileInputStream.open(Native Method)
> >
> >     [java] at java.io.FileInputStream.<init>(FileInputStream.java:138)
> >
> >     [java] at java.io.FileInputStream.<init>(FileInputStream.java:97)
> >
> >     [java] at
> >org.apache.flex.compiler.internal.graph.GoogDepsWriter.getDirectDependenci
> >es(GoogDepsWriter.java:319)
> >
> >     [java] at
> >org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWri
> >ter.java:149)
> >
> >     [java] at
> >org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWri
> >ter.java:164)
> >
> >     [java] at
> >org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWri
> >ter.java:164)
> >
> >     [java] at
> >org.apache.flex.compiler.internal.graph.GoogDepsWriter.buildDB(GoogDepsWri
> >ter.java:103)
> >
> >     [java] Could not find file for class:
> >org_apache_flex_core_IEffectTimer at
> >org.apache.flex.compiler.internal.graph.GoogDepsWriter.generateDeps(GoogDe
> >psWriter.java:73)
> >
> >     [java]
> >
> >     [java] at
> >org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher.
> >publish(MXMLFlexJSPublisher.java:168)Could
> >not find file for class: org_apache_flex_core_ValuesManager
> >
> >     [java] Could not find file for class:
> >org_apache_flex_events_EventDispatcher
> >
> >     [java] Could not find file for class:
> >org_apache_flex_events_ValueEvent
> >
> >     [java] Could not find file for class: org_apache_flex_core_IBead
> >
> >     [java] Could not find file for class:
> >org_apache_flex_core_IStatesImpl
> >
> >     [java] Could not find file for class: org_apache_flex_core_IStrand
> >
> >     [java] Could not find file for class: org_apache_flex_core_UIBase
> >
> >     [java] Could not find file for class: org_apache_flex_states_AddItems
> >
> >     [java] Could not find file for class:
> >org_apache_flex_states_SetEventHandler
> >
> >     [java]
> >
> >     [java] at
> >org.apache.flex.compiler.clients.MXMLJSC.compile(MXMLJSC.java:427)
> >
> >     [java] at
> >org.apache.flex.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:262)
> >
> >     [java] at
> >org.apache.flex.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:220)
> >...
> >
> >     [java] ERROR - Duplicate input: /Users/dloverin/ApacheFlex/asjs
> >
> >     [java]
> >
> >     [java] 1 error(s), 0 warning(s)
> >
> >     [java] File not found: org_apache_flex_core_IValuesImpl
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_states_SetEventHandler
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_IBead
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_IDocument
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_states_AddItems
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_events_ValueEvent
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_UIBase
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_IEffectTimer
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_IParent
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_BeadViewBase
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_ILayoutParent
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_states_SetProperty
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_HTMLElementWrapper
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_IStatesImpl
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_IBeadLayout
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_IPopUpHost
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_events_Event
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_utils_Language
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_ValuesManager
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_html_Button
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_IStrand
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_events_ValueChangeEvent
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_utils_MXMLDataInterpreter
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_ContainerBase
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_events_EventDispatcher
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_IContainer
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_states_State
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_ILayoutChild
> >
> >     [java]
> >
> >     [java] Java Result: 3
>
>

Re: Any ideas why building asjs release target fails?

Posted by Darrell Loverin <da...@gmail.com>.
Pulled the latest on the develop branch.
>ant wipe-all
>ant all

...

    [junit] Running
org.apache.flex.compiler.internal.codegen.js.flexjs.TestFlexJSFile

    [junit] IDocument not resolved in controllers.MyController

    [junit] Tests run: 3, Failures: 1, Errors: 1, Skipped: 0, Time elapsed:
0.245 sec


BUILD FAILED

/Users/dloverin/ApacheFlex/falcon/build.xml:175: The following error
occurred while executing this line:

/Users/dloverin/ApacheFlex/falcon/compiler.jx.tests/build.xml:64: Tests
failed



On Sun, Jun 14, 2015 at 1:01 AM, Alex Harui <ah...@adobe.com> wrote:

> Try syncing up flex-falcon.  Run ‘ant wipe-all’ and ‘ant all’
>
> The compiler has changed how it finds files.
>
> -Alex
>
> On 6/13/15, 9:49 PM, "Darrell Loverin" <da...@gmail.com> wrote:
>
> >Trying to build the release target:
> >
> >
> >>ant -Dbuild.number=20140613 -Dbuild.prompt= release
> >
> >
> >getting the below errors:
> >
> >
> >basictests-compile-js:
> >
> >     [echo] FLEX_HOME: /Users/dloverin/ApacheFlex/asjs
> >
> >     [echo] FALCONJX_HOME: /Users/dloverin/ApacheFlex/falcon/compiler.jx
> >
> >     [echo] GOOG_HOME: /Users/dloverin/closure-library
> >
> >     [java] Compiling file:
> >/Users/dloverin/ApacheFlex/asjs/mustella/tests/bin/js-debug/BasicTestsApp.
> >js
> >
> >     [java] Compiling file:
> >/Users/dloverin/ApacheFlex/asjs/mustella/tests/bin/js-debug/BasicTests.js
> >
> >     [java] Compiling file:
> >/Users/dloverin/ApacheFlex/asjs/mustella/tests/bin/js-debug/shim/VBox.js
> >
> >     [java] Compiling file:
> >/Users/dloverin/ApacheFlex/asjs/mustella/tests/bin/js-debug/halo/views/But
> >tonTests.js
> >
> >     [java] Compiling file:
> >/Users/dloverin/ApacheFlex/asjs/mustella/tests/bin/js-debug/halo/views/Che
> >ckBoxTests.js
> >
> >     [java] java.io.FileNotFoundException:  (No such file or directory)
> >
> >     [java] at java.io.FileInputStream.open(Native Method)
> >
> >     [java] at java.io.FileInputStream.<init>(FileInputStream.java:138)
> >
> >     [java] at java.io.FileInputStream.<init>(FileInputStream.java:97)
> >
> >     [java] at
> >org.apache.flex.compiler.internal.graph.GoogDepsWriter.getDirectDependenci
> >es(GoogDepsWriter.java:319)
> >
> >     [java] at
> >org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWri
> >ter.java:149)
> >
> >     [java] at
> >org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWri
> >ter.java:164)
> >
> >     [java] at
> >org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWri
> >ter.java:164)
> >
> >     [java] at
> >org.apache.flex.compiler.internal.graph.GoogDepsWriter.buildDB(GoogDepsWri
> >ter.java:103)
> >
> >     [java] Could not find file for class:
> >org_apache_flex_core_IEffectTimer at
> >org.apache.flex.compiler.internal.graph.GoogDepsWriter.generateDeps(GoogDe
> >psWriter.java:73)
> >
> >     [java]
> >
> >     [java] at
> >org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher.
> >publish(MXMLFlexJSPublisher.java:168)Could
> >not find file for class: org_apache_flex_core_ValuesManager
> >
> >     [java] Could not find file for class:
> >org_apache_flex_events_EventDispatcher
> >
> >     [java] Could not find file for class:
> >org_apache_flex_events_ValueEvent
> >
> >     [java] Could not find file for class: org_apache_flex_core_IBead
> >
> >     [java] Could not find file for class:
> >org_apache_flex_core_IStatesImpl
> >
> >     [java] Could not find file for class: org_apache_flex_core_IStrand
> >
> >     [java] Could not find file for class: org_apache_flex_core_UIBase
> >
> >     [java] Could not find file for class: org_apache_flex_states_AddItems
> >
> >     [java] Could not find file for class:
> >org_apache_flex_states_SetEventHandler
> >
> >     [java]
> >
> >     [java] at
> >org.apache.flex.compiler.clients.MXMLJSC.compile(MXMLJSC.java:427)
> >
> >     [java] at
> >org.apache.flex.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:262)
> >
> >     [java] at
> >org.apache.flex.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:220)
> >...
> >
> >     [java] ERROR - Duplicate input: /Users/dloverin/ApacheFlex/asjs
> >
> >     [java]
> >
> >     [java] 1 error(s), 0 warning(s)
> >
> >     [java] File not found: org_apache_flex_core_IValuesImpl
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_states_SetEventHandler
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_IBead
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_IDocument
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_states_AddItems
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_events_ValueEvent
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_UIBase
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_IEffectTimer
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_IParent
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_BeadViewBase
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_ILayoutParent
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_states_SetProperty
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_HTMLElementWrapper
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_IStatesImpl
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_IBeadLayout
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_IPopUpHost
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_events_Event
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_utils_Language
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_ValuesManager
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_html_Button
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_IStrand
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_events_ValueChangeEvent
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_utils_MXMLDataInterpreter
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_ContainerBase
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_events_EventDispatcher
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_IContainer
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_states_State
> >
> >     [java]
> >
> >     [java] File not found: org_apache_flex_core_ILayoutChild
> >
> >     [java]
> >
> >     [java] Java Result: 3
>
>

Re: Any ideas why building asjs release target fails?

Posted by Alex Harui <ah...@adobe.com>.
Try syncing up flex-falcon.  Run ‘ant wipe-all’ and ‘ant all’

The compiler has changed how it finds files.

-Alex

On 6/13/15, 9:49 PM, "Darrell Loverin" <da...@gmail.com> wrote:

>Trying to build the release target:
>
>
>>ant -Dbuild.number=20140613 -Dbuild.prompt= release
>
>
>getting the below errors:
>
>
>basictests-compile-js:
>
>     [echo] FLEX_HOME: /Users/dloverin/ApacheFlex/asjs
>
>     [echo] FALCONJX_HOME: /Users/dloverin/ApacheFlex/falcon/compiler.jx
>
>     [echo] GOOG_HOME: /Users/dloverin/closure-library
>
>     [java] Compiling file:
>/Users/dloverin/ApacheFlex/asjs/mustella/tests/bin/js-debug/BasicTestsApp.
>js
>
>     [java] Compiling file:
>/Users/dloverin/ApacheFlex/asjs/mustella/tests/bin/js-debug/BasicTests.js
>
>     [java] Compiling file:
>/Users/dloverin/ApacheFlex/asjs/mustella/tests/bin/js-debug/shim/VBox.js
>
>     [java] Compiling file:
>/Users/dloverin/ApacheFlex/asjs/mustella/tests/bin/js-debug/halo/views/But
>tonTests.js
>
>     [java] Compiling file:
>/Users/dloverin/ApacheFlex/asjs/mustella/tests/bin/js-debug/halo/views/Che
>ckBoxTests.js
>
>     [java] java.io.FileNotFoundException:  (No such file or directory)
>
>     [java] at java.io.FileInputStream.open(Native Method)
>
>     [java] at java.io.FileInputStream.<init>(FileInputStream.java:138)
>
>     [java] at java.io.FileInputStream.<init>(FileInputStream.java:97)
>
>     [java] at
>org.apache.flex.compiler.internal.graph.GoogDepsWriter.getDirectDependenci
>es(GoogDepsWriter.java:319)
>
>     [java] at
>org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWri
>ter.java:149)
>
>     [java] at
>org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWri
>ter.java:164)
>
>     [java] at
>org.apache.flex.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWri
>ter.java:164)
>
>     [java] at
>org.apache.flex.compiler.internal.graph.GoogDepsWriter.buildDB(GoogDepsWri
>ter.java:103)
>
>     [java] Could not find file for class:
>org_apache_flex_core_IEffectTimer at
>org.apache.flex.compiler.internal.graph.GoogDepsWriter.generateDeps(GoogDe
>psWriter.java:73)
>
>     [java]
>
>     [java] at
>org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher.
>publish(MXMLFlexJSPublisher.java:168)Could
>not find file for class: org_apache_flex_core_ValuesManager
>
>     [java] Could not find file for class:
>org_apache_flex_events_EventDispatcher
>
>     [java] Could not find file for class:
>org_apache_flex_events_ValueEvent
>
>     [java] Could not find file for class: org_apache_flex_core_IBead
>
>     [java] Could not find file for class:
>org_apache_flex_core_IStatesImpl
>
>     [java] Could not find file for class: org_apache_flex_core_IStrand
>
>     [java] Could not find file for class: org_apache_flex_core_UIBase
>
>     [java] Could not find file for class: org_apache_flex_states_AddItems
>
>     [java] Could not find file for class:
>org_apache_flex_states_SetEventHandler
>
>     [java]
>
>     [java] at
>org.apache.flex.compiler.clients.MXMLJSC.compile(MXMLJSC.java:427)
>
>     [java] at
>org.apache.flex.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:262)
>
>     [java] at
>org.apache.flex.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:220)
>...
>
>     [java] ERROR - Duplicate input: /Users/dloverin/ApacheFlex/asjs
>
>     [java]
>
>     [java] 1 error(s), 0 warning(s)
>
>     [java] File not found: org_apache_flex_core_IValuesImpl
>
>     [java]
>
>     [java] File not found: org_apache_flex_states_SetEventHandler
>
>     [java]
>
>     [java] File not found: org_apache_flex_core_IBead
>
>     [java]
>
>     [java] File not found: org_apache_flex_core_IDocument
>
>     [java]
>
>     [java] File not found: org_apache_flex_states_AddItems
>
>     [java]
>
>     [java] File not found: org_apache_flex_events_ValueEvent
>
>     [java]
>
>     [java] File not found: org_apache_flex_core_UIBase
>
>     [java]
>
>     [java] File not found: org_apache_flex_core_IEffectTimer
>
>     [java]
>
>     [java] File not found: org_apache_flex_core_IParent
>
>     [java]
>
>     [java] File not found: org_apache_flex_core_BeadViewBase
>
>     [java]
>
>     [java] File not found: org_apache_flex_core_ILayoutParent
>
>     [java]
>
>     [java] File not found: org_apache_flex_states_SetProperty
>
>     [java]
>
>     [java] File not found: org_apache_flex_core_HTMLElementWrapper
>
>     [java]
>
>     [java] File not found: org_apache_flex_core_IStatesImpl
>
>     [java]
>
>     [java] File not found: org_apache_flex_core_IBeadLayout
>
>     [java]
>
>     [java] File not found: org_apache_flex_core_IPopUpHost
>
>     [java]
>
>     [java] File not found: org_apache_flex_events_Event
>
>     [java]
>
>     [java] File not found: org_apache_flex_utils_Language
>
>     [java]
>
>     [java] File not found: org_apache_flex_core_ValuesManager
>
>     [java]
>
>     [java] File not found: org_apache_flex_html_Button
>
>     [java]
>
>     [java] File not found: org_apache_flex_core_IStrand
>
>     [java]
>
>     [java] File not found: org_apache_flex_events_ValueChangeEvent
>
>     [java]
>
>     [java] File not found: org_apache_flex_utils_MXMLDataInterpreter
>
>     [java]
>
>     [java] File not found: org_apache_flex_core_ContainerBase
>
>     [java]
>
>     [java] File not found: org_apache_flex_events_EventDispatcher
>
>     [java]
>
>     [java] File not found: org_apache_flex_core_IContainer
>
>     [java]
>
>     [java] File not found: org_apache_flex_states_State
>
>     [java]
>
>     [java] File not found: org_apache_flex_core_ILayoutChild
>
>     [java]
>
>     [java] Java Result: 3