On 3/24/17, 8:44 AM, "sankar" <santanu4...@gmail.com> wrote:
>Hi Alex, > >There is one "deps.js" file exists inside: >E:\DevareaLocal\ApacheFlexJSFrameworkSource\closure-library-master\closure >\goog > >One thing I noticed with the newer download, I do not have any 'google' >folder inside js/lib/google/closure-library: > ><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fl >ex-development.2333347.n4.nabble.com%2Ffile%2Fn60755%2FUntitled.png&data=0 >2%7C01%7C%7C7e39c200e74743621a4008d472cdc20b%7Cfa7b1b5a7b34438794aed2c178d >ecee1%7C0%7C0%7C636259675424481915&sdata=xbQKzNk%2BhXEbajcZxCCdpwHKiy1ZOSs >vO4GMiFixPK8%3D&reserved=0> > >Is the above scenario is possible if I have a closure library downloaded >somewhere else (in this case at >E:\DevareaLocal\ApacheFlexJSFrameworkSource\closure-library-master)? > >Why suddenly this procedure starts giving problem when it was working >smoothly in these setup previously? Because the compiler is now trying to compute the order these closure library files are presented to the Google Closure Compiler. There is something unexpected about your setup. Do you know enough Java to add System.out.println statements to MXMLFlexJSPublisher.java and figure out what it is tripping on? Thanks, -Alex