Well, the problem was because the SWC is only created with the SWF build, and the SWF build was failing.
Do we have a system for generating SWCs for js-only libs? The only way seems to be: 1. Make sure you have no js-only code. 2. Build two separate SWCs like we’re doing in the Framework code. Am I missing something? > On Dec 30, 2018, at 5:59 PM, Harbs <[email protected]> wrote: > > I more-or-less figured it out, but for some reason, I’m not getting > components in my src. I’m only getting the classes. > > Here’s the project (I’m compiling using ant): > https://github.com/unhurdle/spectrum-royale > <https://github.com/unhurdle/spectrum-royale> > > I’m getting the following catalog in my swc: > https://paste.apache.org/tFXj <https://paste.apache.org/tFXj> > > The features section does not have <feature-components> and there’s no > <components> section. > > Any clue why that is? I can’t find anything wrong with my manifest. > > Thanks, > Harbs > >> On Dec 30, 2018, at 3:03 PM, Harbs <[email protected] >> <mailto:[email protected]>> wrote: >> >> I’m putting together a component set for a JS css component set and I’m not >> going to bother with SWF compatibility. Is there any examples of component >> swcs which only output for JS and include the component list from the >> manifest? >> >> Any tips on getting this to work? >
