I just built a js-only build of Royale and it seems like something is expecting the SWF swcs to be there even thought the target is JSRoyale:
MXMLJSC +royalelib=c:\Users\shifa\Documents\Apache\royale-asjs\frameworks --debug=true +configname=royale --targets=JSRoyale --source-map=true -remove-circulars -js-output-optimization=skipAsCoercions src/main/royale/TreeExample.mxml c:\Users\shifa\Documents\Apache\royale-asjs\frameworks\royale-config.xml(127): col: 0 Error: unable to open 'c:\Users\shifa\Documents\Apache\royale-asjs\frameworks\libs\Basic.swc'. c:\Users\shifa\Documents\Apache\royale-asjs\frameworks\royale-config.xml (line: 127) Any clues? Harbs