I have a project that I'm trying to build in ant. Ant is reporting success, the 
compiler is not showing any errors and yet I don't see the bin/js-debug folder 
being created. I'm also not seeing the following lines which I see in 
successful builds:

    [mxmlc] Oct 09, 2020 9:57:18 PM 
com.google.javascript.jscomp.LoggerErrorManager printSummary
    [mxmlc] INFO: 0 error(s), 0 warning(s), 97.4% typed
    [mxmlc] The project 'HelloWorld' has been successfully compiled and 
optimized.
    [mxmlc] 52.933189 seconds


This is the output [1] that I do see. Any ideas?

[1]
Buildfile: C:\dev\flexsm5\sm5\sitemaker\royale\toolbar\build.xml

clean:

build_example.gettasks:

build_example.compile-js-debug:
    [mxmlc] MXMLJSC
    [mxmlc] +playerglobal.version=11.1
    [mxmlc] -remove-circulars
    [mxmlc] -js-output-optimization=skipAsCoercions
    [mxmlc] -warn-public-vars=false
    [mxmlc] -verbose=true
    [mxmlc] -html-template=src/resources/mdl-js-index-template.html
    [mxmlc] -js-compiler-option=--skip_type_inference
    [mxmlc] -targets=JSRoyale
    [mxmlc] -source-path+=../common/src
    [mxmlc] -source-path+=locale/en_GB
    [mxmlc] -source-path+=../common/locale/en_GB
    [mxmlc] -source-path+=src
    [mxmlc] 
-source-path+=../../../prepare\build\lib\flexsdk\frameworks\projects\spark\bundles\en_GB\
    [mxmlc] 
-js-external-library-path+=../sitemaker-common-assets/bin/sitemaker-common-assets.swc
    [mxmlc] -js-external-library-path+=../common/libs/
    [mxmlc] -compiler.debug=true
    [mxmlc] +royalelib=c:\dev\flexjs\royale-asjs/frameworks/
    [mxmlc] -closure-lib=c:\dev\flexjs\royale-asjs/js/lib/google/closure-library
    [mxmlc] +configname=flex
    [mxmlc] -swf-version
    [mxmlc] 14
    [mxmlc] 
-output=C:\dev\flexsm5\sm5\sitemaker\royale\toolbar\bin-debug\EditApplication.swf
    [mxmlc] --
    [mxmlc] C:\dev\flexsm5\sm5\sitemaker\royale\toolbar/src/EditApplication.mxml
    [mxmlc] 
C:\dev\flexsm5\sm5\sitemaker\royale\toolbar\src\cc\sitemaker\topbar\view\components\shortcutbar\ShortcutItemRenderer.mxml(42):
 col: 15 Warning: Data binding will n
ot be able to detect assignments to 'icon'.
    [mxmlc] 24.924898 seconds
    [mxmlc]
    [mxmlc]             icon="{ data.icon }"
    [mxmlc]                         ^
    [mxmlc]
    [mxmlc] 
C:\dev\flexsm5\sm5\sitemaker\royale\toolbar\src\cc\sitemaker\topbar\view\components\shortcutbar\ShortcutItemRenderer.mxml(43):
 col: 18 Warning: Data binding will n
ot be able to detect assignments to 'label'.
    [mxmlc]
    [mxmlc]             toolTip="{ data.label }"
    [mxmlc]                            ^
    [mxmlc]
    [mxmlc] 
C:\dev\flexsm5\sm5\sitemaker\royale\toolbar\src\cc\sitemaker\topbar\view\components\shortcutbar\ShortcutToggleItemRenderer.mxml(7):
 col: 17 Warning: Data binding w
ill not be able to detect assignments to 'label'.
    [mxmlc]
    [mxmlc]     toolTip="{ data.label }"
    [mxmlc]                    ^
    [mxmlc]

main:

BUILD SUCCESSFUL
Total time: 27 seconds


Reply via email to