Everything changed.  We are renaming lots of things, the CI server has
copied of builds before the rename and we don't know if we have packaged
the right things in the renamed packages.  The Ant build did seem to work
on the CI server, so it implies your scripts are still picking up older
compilers.

-Alex

On 10/15/17, 2:38 PM, "Harbs" <[email protected]> wrote:

>
>And I’m getting this error:
>
>Problem: failed to create task or type compc
>Cause: The name is undefined.
>Action: Check the spelling.
>Action: Check that any custom tasks/types have been declared.
>Action: Check that any <presetdef>/<macrodef> declarations have taken
>place.
>
>What changed around this?
>
>> On Oct 15, 2017, at 5:04 PM, Harbs <[email protected]> wrote:
>> 
>> We completely rebuilt our build script, and I got my projects to
>>compile. :-)
>> 
>> I’m not sure why the ant scripts changed so much.
>> 
>> Once I finish cleaning up, I’m going to try and see if I can get
>>asconfigc to work correctly.
>> 
>> One weirdness I saw was that the compiler was expecting playerglobal
>>11.7 even though my build script specified 11.1.
>> 
>> I’m not sure why…
>> 
>> Harbs
>> 
>>> On Oct 15, 2017, at 11:03 AM, Harbs <[email protected]> wrote:
>>> 
>>> I’m having all kinds of weird errors.
>>> 
>>> 1:
>>> When I try compiling DataBindingExample I get this:
>>>   [mxmlc] 
>>>/Users/harbs/Documents/ApacheRoyale/royale-asjs/examples/royale/DataBind
>>>ingExample/src/main/royale/DataBindingExample.mxml
>>>   [mxmlc] 0.408848181 seconds
>>>   [mxmlc] 
>>>/Users/harbs/Documents/ApacheRoyale/royale-asjs/examples/royale/DataBind
>>>ingExample/defaults unable to open
>>>'/Users/harbs/Documents/ApacheRoyale/royale-asjs/frameworks/flex-config.
>>>xml'.
>>>   [mxmlc] defaults (line: -1)
>>>   [mxmlc]
>>> Renaming royale-config.xml to flex-config.xml allows it to compile
>>>successfully.
>>> 
>>> 2:
>>> 
>>> I copied the artifacts to my “nightly” folder and I get this when
>>>trying to compile my app:
>>> build_example.compilejs:
>>>    [echo] Compiling PortedPrintUI.js
>>>    [echo] FLEX_HOME: /FlexSDK/FlexJSNightly
>>>    [echo] FALCONJX_HOME: /FlexSDK/FlexJSNightly/js
>>>    [echo] env GOOG_HOME: ${env.GOOG_HOME}
>>>    [echo] GOOG_HOME:
>>>/FlexSDK/FlexJSNightly/js/lib/google/closure-library
>>>    [java] MXMLJSC
>>>    [java] +flexlib=/FlexSDK/FlexJSNightly/frameworks
>>>    [java] -debug=true
>>>    [java] -define=CONFIG::theme,false
>>>    [java] -compiler.mxml.children-as-data
>>>    [java] 
>>>-compiler.binding-value-change-event=org.apache.royale.events.ValueChang
>>>eEvent
>>>    [java] 
>>>-compiler.binding-value-change-event-kind=org.apache.royale.events.Value
>>>ChangeEvent
>>>    [java] -compiler.binding-value-change-event-type=valueChange
>>>    [java] 
>>>-compiler.binding-event-handler-interface=org.apache.royale.events.IEven
>>>tDispatcher
>>>    [java] 
>>>-compiler.binding-event-handler-class=org.apache.royale.events.EventDisp
>>>atcher
>>>    [java] 
>>>-compiler.binding-event-handler-event=org.apache.royale.events.Event
>>>    [java] +playerglobal.version=11.1
>>>    [java] 
>>>+env.PLAYERGLOBAL_HOME=/Users/harbs/Documents/ApacheRoyale/frameworks/li
>>>bs/player
>>>    [java] -js-external-library-path+=typedefs
>>>    [java] -js-library-path+=lib
>>>    [java] -js-output-optimization=skipAsCoercions
>>>    [java] -remove-circulars
>>>    [java] 
>>>-html-template=/Users/harbs/Documents/git/PrintUI/printui-flexjs/PortedP
>>>rintUI/src/resources/mdl-js-index-template.html
>>>    [java] -targets=JSRoyale
>>>    [java] 
>>>-closure-lib=/FlexSDK/FlexJSNightly/js/lib/google/closure-library
>>>    [java] 
>>>/Users/harbs/Documents/git/PrintUI/printui-flexjs/PortedPrintUI/src/Port
>>>edPrintUI.mxml
>>>    [java] Missing builtin type Object
>>>    [java]
>>>    [java]
>>>    [java] Unable to build SWF
>>>/Users/harbs/Documents/git/PrintUI/printui-flexjs/PortedPrintUI/src/Port
>>>edPrintUI.js
>>> 
>>> Harbs
>> 
>

Reply via email to