For me, the Ant build calls the "compile" target in
examples/build_example.xml and sets the config_arg to use
frameworks/js-config.xml which has targets set to just JS.
A better example might be examples/flexjs/MDLExample. For Ant, it has a
src/main/config/compile-app-config.xml which specifies:
<targets><target>JSFlex</target></targets>
And for me, no SWF is produced.
HTH,
-Alex
On 6/4/17, 10:31 AM, "Harbs" <[email protected]> wrote:
>That is using -js-output-type=FLEXJS
>
>My understanding is that we are supposed to use -targets=JSFlex now.
>
>Is that not right?
>
>> On Jun 4, 2017, at 5:43 PM, Alex Harui <[email protected]> wrote:
>>
>> The examples/native/ButtonExample does not produce a SWF for me, so
>>maybe
>> compare that setup against yours.
>>
>> HTH,
>> -Alex
>>
>> On 6/4/17, 12:56 AM, "Harbs" <[email protected]> wrote:
>>
>>> Good news: Prior to the switch to dual, I was not getting a minified
>>> release build working. That’s now working.
>>> Bad news: It takes much longer than it used to, and I’m getting a swf
>>> file even though I’m only using -targets=JSFlex
>>>
>>> Harbs
>>
>