Hi,

If I understand right, are you trying to compile all that libraries at
once? I think that's not the way to go. As I told you you must to go from
few files and keep growing over time. For example, I see components there
that clearly depends on MX/SPARK components, so that way will never work.

2018-07-12 12:49 GMT+02:00 chembali <chemb...@hotmail.com>:

> I have uploaded 2 console outputs.
> console.out
> <http://apache-royale-development.20373.n8.nabble.com/file/t65/console.out>
>
> consoleAS.out
> <http://apache-royale-development.20373.n8.nabble.
> com/file/t65/consoleAS.out>
>
> The first output ( console.out ) got generated when I tried to compile one
> of my components ( mxml and as files in this component ). Here is the
> command that I ran. The process runs successfully, but no JS gets
> generated.
>
> C:\devenv\apache-royale-js\royale-asjs\js\bin\compc -compiler.locale=en_US
> -load-config=C:/devenv/ii/trunk/tools/flex/flex4.1-
> adobe/frameworks/flex-config.xml
> -compiler.source-path=C:\devenv\ii\trunk\components\
> FlexUIPlatform/src-flexui
> -compiler.source-path=C:\devenv\ii\trunk\components\
> FlexUIPlatform/src-gen/flexui
> -include-sources+=C:\devenv\ii\trunk\components\
> FlexUIPlatform\src-flexui\com
> -include-sources+=C:\devenv\ii\trunk\components\
> FlexUIPlatform\src-flexui\cosm
> -include-sources+=C:\devenv\ii\trunk\components\
> FlexUIPlatform\src-gen\flexui\com
> -compiler.source-path=C:\devenv\ii\trunk\components\
> FlexUIPlatform/res-flexui/locale/{locale}
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\flexlib.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\automation.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\Cairngorm.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\CairngormEnterprise.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\diagrammer.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\drumbeatinsight.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\FlexSpy.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\granite.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\kap-layouts-1.6.2.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\kap-licence-1.6.1-commercial.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\MaskedTextInput.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\multicolumnform.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\svg-1.6.2.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\build\flex\flexuiplatform-asset.swc
> -js-output=C:\devenv\ii\trunk\components\FlexUIPlatform\
> build\flex\flexuiplatform
>
> The second output ( consoleAS.out ) got generated when I tried to compile
> the action script sources contained in one of the folders in the component.
> Here is the command that I ran. The JS files get generated successfully in
> this case.
>
> C:\devenv\apache-royale-js\royale-asjs\js\bin\compc -compiler.locale=en_US
> -load-config=C:/devenv/ii/trunk/tools/flex/flex4.1-
> adobe/frameworks/flex-config.xml
> -compiler.source-path=C:\devenv\ii\trunk\components\
> FlexUIPlatform/src-flexui/
> -include-sources+=C:\devenv\ii\trunk\components\
> FlexUIPlatform\src-flexui\cosm
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\flexlib.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\automation.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\Cairngorm.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\CairngormEnterprise.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\diagrammer.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\drumbeatinsight.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\FlexSpy.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\granite.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\kap-layouts-1.6.2.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\kap-licence-1.6.1-commercial.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\MaskedTextInput.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\multicolumnform.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\lib-flexui\svg-1.6.2.swc
> -compiler.external-library-path+=C:\devenv\ii\trunk\
> components\FlexUIPlatform\build\flex\flexuiplatform-asset.swc
> -js-output=C:\devenv\ii\trunk\components\FlexUIPlatform\
> build\flex\flexuiplatform
>
> Again, it is hard to see/understand what is going on without a verbose
> output.
>
>
>
>
>
> --
> Sent from: http://apache-royale-development.20373.n8.nabble.com/
>



-- 
Carlos Rovira
http://about.me/carlosrovira

Reply via email to