I just pushed a change to a copy of osmf in the Flex part of SF. The problem with using a version from files is that SF redirects to from HTTP to HTTPS (or maybe the other way around) and Ant won't allow that. So, we've tried picking on a single mirror, but as you can see, sometimes we pick on the wrong mirror. With this change, we are grabbing a raw binary from the repo which doesn't get redirected.
See if it works for you. HTH, -Alex On 12/19/16, 2:27 PM, "Justin Mclean" <jus...@classsoftware.com> wrote: >Hi, > >The same download is also failing on OSX currently so it not just a >windows issue. > >However it's not failing consistently on my 3rd try it worked. > >Using curl -v I notice it's doing a 302 redirect to: >https://pilotfiber.dl.sourceforge.net/project/osmf.adobe/OSMF%202.0%20Rele >ase%20%28final%20source%2C%20ASDocs%2C%20pdf%20guides%20and%20release%20no >tes%29/OSMF.swc > >Perhaps using that URL would give more consistent results? > >Justin