Alex, The installer config files are served off from a directory which has a .htacess directive that will prevent client side caching. So, there is no need to add a timestamp/random string to force a server download for installer config files.
If you are doing it for other files, ex. off the adobe server, yes that makes sense. Thanks, Om On Thu, Jun 12, 2014 at 10:23 AM, Alex Harui <[email protected]> wrote: > Timestamping needs to be done in Ant. Does it have to have > seconds/minutes? > > On 6/12/14 10:11 AM, "Kessler CTR Mark J" <[email protected]> > wrote: > > >We use the timestamp [1] from the date class. It's one command for us. > > > >" The number of milliseconds since midnight January 1, 1970" > > > > > >Here is a from the hip example. > > > > > >var dtNow:Date = new Date(); > > > >sURL = "http://www.site.com/file.ext?ts=" + String(dtNow.time); > > > > > >[1] > > > http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/Date.ht > >ml#time > > > > > >-Mark > > > >-----Original Message----- > >From: Alex Harui [mailto:[email protected]] > >Sent: Thursday, June 12, 2014 1:03 PM > >To: [email protected] > >Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 ** > > > >Yes, although the ts is the current YYYYMMDD. Do you think I need to add > >HHMMSS? > > > >On 6/12/14 9:53 AM, "Kessler CTR Mark J" <[email protected]> > >wrote: > > > >>Did we implement the timestamp on the URL ? Like [1] > >> > >>[1] http://www.site.com/file.ext?ts=12345678 > >> > >>-Mark > >> > >>-----Original Message----- > >>From: Alex Harui [mailto:[email protected]] > >>Sent: Thursday, June 12, 2014 12:43 PM > >>To: [email protected] > >>Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 3.1 - RC2 ** > >> > >>I"m on a mac. But I think the fact I'm getting a different error means > >>that the installer is still fetching the file from the browser cache. > >>I'll try to fix that. > > > >
