Skip to content

Commit 9e3619c

Browse files
committed
Ignore failure on copying flash flex kit as it doesn't exist on linux. May be a better way of doing this as it could hide other failures.
1 parent d63dadf commit 9e3619c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ There are no known issues.
920920
</copy>
921921

922922
<!-- frameworks/libs -->
923-
<copy todir="${basedir}/temp/frameworks/libs">
923+
<copy todir="${basedir}/temp/frameworks/libs" failonerror="false">
924924
<fileset dir="${basedir}/frameworks/libs">
925925
<include name="air/airframework.swc"/>
926926
<include name="air/airspark.swc"/>
@@ -947,7 +947,7 @@ There are no known issues.
947947
</copy>
948948

949949
<!-- frameworks/libs/automation -->
950-
<copy todir="${basedir}/temp/frameworks/libs/automation">
950+
<copy todir="${basedir}/temp/frameworks/libs/automation" failonerror="false">
951951
<fileset dir="${basedir}/frameworks/libs/automation">
952952
<include name="automation.swc"/>
953953
<include name="automation_agent.swc"/>

0 commit comments

Comments
 (0)