Re: compiler is broken

2018-12-20 Thread serkan . tas
Hi Alex, I gave you the name and all content of the batch file, nothing more and I use ant without target, do you want me to look in to build.xml and choose a target ? name of file : .\royale-asjs-ant.bat All the the things inside :

Re: compiler is broken

2018-12-20 Thread Alex Harui
Serkan, It appears you are still using a batch file, and I cannot know what is in it, but earlier I explained that if you don’t run a super-clean or thirdparty-clean target and place a working flexunit zip file in the “in” folder, then the other ant targets should run without trying to

Re: compiler is broken

2018-12-20 Thread Serkan Taş
I tried in all tree folders but royale-asjs fails with download error batch file :  .\royale-asjs-ant.bat set PLAYERGLOBAL_HOME=D:/dev/royale-emulation-works/emulatedcomps set FLEX_HOME=D:/dev/Adobe/flex_sdk_4.6 set GOOG_HOME=D:/dev/royale-emulation-works/closure-library-20180910 set

Re: Apache Flex AIR Application problems with a limitation of two HTTP request on windows

2018-12-20 Thread Olaf Krueger
Hi Carlos, just for the case if you end up to queue your requests: There's a "PureMVC AsyncCommand utility" available which does something like this [1]: "The AsyncCommand utility offers a solution to the problem of executing a series of commands each of which may need to complete one or more

Re: Apache Flex AIR Application problems with a limitation of two HTTP request on windows

2018-12-20 Thread Piotr Zarzycki
Carlos, Maybe try post problem on Flex users list. Piotr On Thu, Dec 20, 2018, 12:49 PM Carlos Rovira wrote: > Hi Olaf, > > yes the problem is doing http request to same server, we tried to some > changes with subdomains and that works, but doesn't seem the best solution, > but somewhat

Re: Apache Flex AIR Application problems with a limitation of two HTTP request on windows

2018-12-20 Thread Carlos Rovira
Hi Olaf, yes the problem is doing http request to same server, we tried to some changes with subdomains and that works, but doesn't seem the best solution, but somewhat "hacking" ;) we're investigating some paths to solve this. Since this affects our RemoteObject operations, our focus is in