Iirc the move was in the unzip instead of the dmg unpack because of the condition logic. You could try an old ant version and see if you have the same problem.
Sent from my LG G3, an AT&T 4G LTE smartphone ------ Original message------ From: OmPrakash Muppirala Date: Fri, Nov 25, 2016 12:10 PM To: dev@flex.apache.org; Subject:Re: [LAST CALL] Flex SDK 4.16 On Nov 25, 2016 9:43 AM, "Alex Harui" <aha...@adobe.com> wrote: > > Per [1], ant_on_air is using Ant 1.7.1 and older behavior. Probably the > easiest path is to alter installer.xml accordingly. I will l, if that is the problem. But the exceptions are on the Move tag. Thanks, Om > > -Alex > > [1] http://ant.apache.org/manual/properties.html#if+unless > > On 11/25/16, 12:32 AM, "Alex Harui" <aha...@adobe.com> wrote: > > > > > > >On 11/24/16, 11:50 PM, "omup...@gmail.com on behalf of OmPrakash > >Muppirala" <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote: > > > >>I managed to debug the Installer app. > >> > >>First, is this the error you are seeing? > >> > >>Error: Error #3003: File or directory does not exist. > >> > >>at flash.filesystem::File/moveTo() > >> > >>at > >>org.apache.flex.ant.tags::Move/doMove()[/Users/omuppirala/apacheflex/flex > >>- > >>utilities/flex-installer/ant_on_air/src/org/apache/flex/ant/tags/Move.as: > >>2 > >>33] > >> > >>at > >>org.apache.flex.ant::Ant/doCallback()[/Users/omuppirala/apacheflex/flex-u > >>t > >>ilities/flex-installer/ant_on_air/src/org/apache/flex/ant/Ant.as:137] > >> > >>at > >>InstallApacheFlex/enterFrameHandler()[/Users/omuppirala/apacheflex/flex-u > >>t > >>ilities/flex-installer/installer/src/InstallApacheFlex.mxml:2056] > >> > >> > >>This seems to be an issue with the Move tag and not the condition tag. > >> > >>It appears that the Move went through fine but is trying to move it > >>again. > >> > >>Second, this installer.xml works flawlessly in ant. Makes me think that > >>the issue is in the ant_on_air code. What do you think? > > > >Could be. I don't have time to run the installer right now to see if this > >is the same error. I seem to recall that ant_on_air thinks "if" and > >"unless" are whether the property is set or not, not whether it is true or > >false. Maybe this changed in Ant recently and ant_on_air needs to work > >that way too. Also, the actual Apache Ant may be more forgiving about > >missing folders on some platforms and configs. > > > >-Alex > > >