Are you sure there wasn't some other error such that the Core.swc was not 
generated?

-Alex

On 4/6/19, 9:37 AM, "Carlos Rovira" <[email protected]> wrote:

    Hi,
    
    some latest changes are making ANT build fail for Core lib (maybe same for
    others).
    Until now when I change something in Core, I can do:
    1.- ant clean
    2.- mvl clean install
    3.- ant
    
    now in step 3, "target" folder is removed and we get this output:
    
    *main:*
    
    *copy-swc:*
    
    *BUILD FAILED*
    
*/Users/carlosrovira/Dev/Royale/Source/royale-asjs/frameworks/projects/Core/build.xml:44:
    Warning: Could not find file
    
/Users/carlosrovira/Dev/Royale/Source/royale-asjs/frameworks/projects/Core/target/Core.swc
    to copy.*
    
    A part from that I'm see warnings, that was introduced recently
    
    [java]
    
/Users/carlosrovira/Dev/Royale/Source/royale-asjs/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/ObjectMap.as(160):
    col: 13 public var may not work in minified JS output.  Use getter/setter
    instead.
         [java]
         [java]             public var get:Function = objectGet;
         [java]             ^
         [java]
         [java]
    
/Users/carlosrovira/Dev/Royale/Source/royale-asjs/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/ObjectMap.as(161):
    col: 13 public var may not work in minified JS output.  Use getter/setter
    instead.
         [java]
         [java]             public var set:Function = objectSet;
         [java]             ^
         [java]
         [java]
    
/Users/carlosrovira/Dev/Royale/Source/royale-asjs/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/ObjectMap.as(162):
    col: 13 public var may not work in minified JS output.  Use getter/setter
    instead.
         [java]
         [java]             public var has:Function = objectHas;
         [java]             ^
         [java]
         [java]
    
/Users/carlosrovira/Dev/Royale/Source/royale-asjs/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/ObjectMap.as(163):
    col: 13 public var may not work in minified JS output.  Use getter/setter
    instead.
         [java]
         [java]             public var delete:Function = objectDelete;
         [java]             ^
         [java]
         [java] Java Result: 2
    
    -- 
    Carlos Rovira
    
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cc008dca8c13746f500ff08d6baae360c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636901654737729833&amp;sdata=jWheuWvSLNyy1uyl9XV%2B6t85pUAfmzUwAD93u1fqEGc%3D&amp;reserved=0
    

Reply via email to