Browser-Caching issue

2013-03-12 Thread Rene' Rosenbaum
Dear all, while developing, I have a pretty annoying problem with caching by either the build system or the browser. What I'm currently doing is Flash development via OpenLaszlo. I came across the problem while trying to change a resource / an icon. What I did was just to replace the source im

Re: Browser-Caching issue

2013-03-12 Thread Alexei Fedotov
Hi Rene, Do you use proxy? Proxy cache also have to be cleaned. -- With best regards / с наилучшими пожеланиями, Alexei Fedotov / Алексей Федотов, http://dataved.ru/ +7 916 562 8095 On Tue, Mar 12, 2013 at 5:39 PM, Rene' Rosenbaum wrote: > Dear all, > while developing, I have a pretty annoying

Re: [SPAM] Re: Browser-Caching issue

2013-03-12 Thread Rene' Rosenbaum
Dear Alexei, no, I do not use a proxy as I'm just developing on my local computer. Cheers, Rene' ~~~ *Dr.-Ing. Rene' Rosenbaum meeCoda* IT-Consulting and Services ~: Neue Reihe 15, 18182 Goorstorf, Germany #: ++49-(0)-1781408041 @:i...@meecoda.de //:www.meecoda.d

Re: [SPAM] Re: Browser-Caching issue

2013-03-12 Thread Maxim Solodovnik
I'm not sure what did you mean by " built the project using "-compile.flash" " ant targets starting from the "-" are for internal use only to build client please use *ant client.only* or if you need only debug *ant client.debug.only* more advanced targets are compile.laszlo.main

Re: [SPAM] Re: [SPAM] Re: Browser-Caching issue

2013-03-19 Thread Rene' Rosenbaum
Dear Maxim, thanks for your response! Well, I didn't know which compilation option to choose and took the one that seemed to be most appropriate (via title :)). Will then use the stated options. Thanks for letting me/us know! Any other ideas how to solve the existing caching issues? Cheers, Ren

Re: [SPAM] Re: [SPAM] Re: Browser-Caching issue

2013-03-19 Thread Maxim Solodovnik
I use the following technique: 1) close all OM tabs in selected browser 2) select "Ctrl+Shift+Del" 3) select Empty all cache 4) restart browser 5) while reloading page with OM I'm using Shift+Reload not sure what else can be done :( All above usually is sufficient On Tue, Mar 19, 2013 at 10:35 P