On 1/19/16, 7:06 AM, "OK" <[email protected]> wrote:

>I've tried to follow your instructions carefully but whatever I do, if I
>compile my FlexJS app project, the library sources could not found:
>--------------------------------------------------------------------------
>----------
>Could not find file for class:
>org.puremvc.as3.multicore.patterns.mediator.Mediator
>File not found: org.puremvc.as3.multicore.patterns.mediator.Mediator
>--------------------------------------------------------------------------
>----------

Are you sure a Mediator.js is being created in the cross-compile output?

>
>>or specify all of
>>those JS files as include-files and clean and rebuild your library
>>project
>>and use an unmodified "(FalconJX.." external tool on the app.
>
>There're probably different ways to include the .js files.
>Could you please explain how to do this?

If you just want to use the additional -sdk-js-lib option, you don't need
to bundle the .JS files.   If you really want to try that from FB, I think
you may first need to alter the "COMPC" settings to add
-output=${project_loc}/js/out to the external tool configuration.  The
goal is to get all of the .JS files under a js/out folder in the SWC.
From Ant we can just do this no matter what the output folder is because
we can rename the files as they are going in, but from FB, I think you
have to use Project/Properties/Library Build Path" and "Assets" to specify
the files in a js/out folder.  Looks like we might need to make this a bit
easier in the compiler some day.

Thanks,
-Alex

Reply via email to