Please comment out parts of your build script to build only one SWC.  The 
output you posted seems to be running builds for multiple SWCs in parallel.

Thanks,
-Alex

On 7/23/18, 12:23 AM, "chembali" <chemb...@hotmail.com> wrote:

    I just tried to run my application gradle script to build. I modified the
    FLEX_HOME in the script to point to the ROYALE install home. I have the
    ROYALE installed under C:\devenv\GitHub folder. The output is attached. 
    RoyaleCompileOutput.txt
    
<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2Ffile%2Ft65%2FRoyaleCompileOutput.txt&amp;data=02%7C01%7Caharui%40adobe.com%7Cf4465a4069d446e0bd2208d5f06d1e30%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636679273804354416&amp;sdata=xd51kyF3CI2zbZj0R73im%2BKRDo1aMmlR90UEiZSMFVI%3D&amp;reserved=0>
  
    
    The application gradle scripts actually call the flex ANT tasks to do the
    compile. Can you spot any mistakes that I am doing here? I noticed one thing
    in the output. For e.g. after the execution of following command, the
    C:\devenv\ii\trunk\components\Dashboards\build\flex\dashboards-asset.sw
    c is not getting generated. 
    
    Execute:Java13CommandLauncher: Executing 'C:\java\java8\jre\bin\java.exe'
    with a
    rguments:
    '-Droyalelib=C:/devenv/GitHub/royale-asjs'
    '-classpath'
    'C:\devenv\GitHub\royale-asjs\js\lib\jsc.jar'
    'org.apache.royale.compiler.clients.COMPJSC'
    '-compiler.incremental=true'
    '+royalelib=C:/devenv/GitHub/royale-asjs/frameworks/'
    '-compiler.locale='
    
'-output=C:\devenv\ii\trunk\components\Dashboards\build\flex\dashboards-asset.sw
    c'
    
    The ' characters around the executable and arguments are
    not part of the command.
    
    
    
    --
    Sent from: 
https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Cf4465a4069d446e0bd2208d5f06d1e30%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636679273804354416&amp;sdata=LB6iTI86DCPZn7bU6pMTXHn5o5xekxtkqsQjXpxaKpY%3D&amp;reserved=0
    

Reply via email to