In flex-falcon/installer.xml, there is a call:

<target name="copyfiles" description="copy Falcon files into SDK" >
        <!-- If sdk.branch is set to binary distro flexTasks is in a
different place. -->
        <copy todir="${FLEX_HOME}/ant/lib" failOnError="false"
overwrite="false">
            <fileset
dir="${FALCON_HOME}/compiler/generated/dist/sdk/ant/lib">
                <include name="flexTasks.jar"/>
            </fileset>
        </copy>
.
.
.
</target>

There is no file flexTasks.jar in
flex-falcon/compiler/generated/dist/sdk/ant/lib.  Although there is
a falcon-flexTasks.jar.

Should we be trying to copy falcon-flexTasks.jar instead?

Thankd,
Om

Reply via email to