Here is a stripped down project with not much in it.

I copied a lot of the build.xml from the CreateJS project with the exception of 
removing the SWF compile. When I remove the SWF compile in the CreateJS 
project, it compiles correctly.

I also added arguments for library-path and external-library-path because 
AFAIK, they are necessary.

There’s not a lot in the project. Please take a look and let me know if you can 
spot what’s wrong.

https://www.dropbox.com/s/3andptx9jcfvbro/Dummy.zip?dl=0

On Nov 22, 2016, at 7:54 AM, Alex Harui <aha...@adobe.com> wrote:

> Post PrintUIManagement.js.  Maybe there is a clue in there.
> 
> The only other thing I saw that was strange was a setting of
> -external-library-path=typedefs.  I have no idea what that does, but if
> the wrong SWCs are seen as external then there wouldn't be a
> goog.requires.  But there still should be some mention of
> SimpleCSSValuesImpl in the MXML data structure.
> 
> -Alex
> 
> On 11/21/16, 9:50 PM, "Harbs" <harbs.li...@gmail.com> wrote:
> 
>> No mention at all.
>> 
>> On Nov 22, 2016, at 6:58 AM, Alex Harui <aha...@adobe.com> wrote:
>> 
>>> What's in the rest of the PrintUIManagement.js?  Does it mention
>>> SimpleCSSValuesImpl but no requires for it?
>>> 
>>> -Alex
>>> 
>>> On 11/21/16, 1:45 PM, "Harbs" <harbs.li...@gmail.com> wrote:
>>> 
>>>> http://pastebin.com/R1H43Qrr
>>>> 
>>>> Here’s the requires:
>>>> goog.provide('PrintUIManagement');
>>>> goog.require('org.apache.flex.utils.EffectTimer');
>>>> goog.require('org.apache.flex.core.SimpleStatesImpl');
>>>> goog.require('org.apache.flex.core.Application');
>>>> 
>>>> On Nov 21, 2016, at 11:41 PM, Alex Harui <aha...@adobe.com> wrote:
>>>> 
>>>>> 
>>>>> 
>>>>> On 11/21/16, 1:23 PM, "Harbs" <harbs.li...@gmail.com> wrote:
>>>>> 
>>>>>> SimpleCSSValuesImpl.js is not in the output folder at all.
>>>>>> 
>>>>>> In fact, I’m not getting Button.js either, but I am getting
>>>>>> TextArea.js
>>>>>> and Container.js.
>>>>>> 
>>>>>> Really odd...
>>>>> 
>>>>> Post the entire console output.  Are you trying to use the CoreJS.swc?
>>>>> It
>>>>> won't have the JS files in it.
>>>>> What is on the goog.requires for the main JS file?  It should mention
>>>>> Button and SimpleCSSValuesImpl along with Container and TextArea.
>>>>> 
>>>>> -Alex
>>>>> 
>>>> 
>>> 
>> 
> 

Reply via email to