Hi,

> I stuck it in C:\Program Files (x86)\Adobe, hopefully that works for you.
Thanks for being so prompt.

In the Flex_SDK_checkin_tests job I updated the Jenkins script environment 
variable like so:

FLASHPLAYER_DEBUGGER=C\:/Program\ Files\ 
(x86)/Adobe/flashplayer_11_sa_debug_32bit.exe

It starts but just hangs (on the exec task below) and aborts after the timeout 
of 15 minutes so we do seem to have an issue.

The ant script is basically:
        <property name="flash.player" value="${env.FLASHPLAYER_DEBUGGER}"/>

        <exec executable="${flash.player}" dir="${basedir}/frameworks" 
failonerror="true">
            <arg value="${basedir}/frameworks/tests/basicTests/BasicTests.swf"/>
        </exec>

Running the script locally takes about 1 1/2 minutes.

Any ideas why it might hang? Does the Jenkins script have permission to run 
that executable?

Thanks again,
Justin


Reply via email to