We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63dadf commit 9e3619cCopy full SHA for 9e3619c
1 file changed
build.xml
@@ -920,7 +920,7 @@ There are no known issues.
920
</copy>
921
922
<!-- frameworks/libs -->
923
- <copy todir="${basedir}/temp/frameworks/libs">
+ <copy todir="${basedir}/temp/frameworks/libs" failonerror="false">
924
<fileset dir="${basedir}/frameworks/libs">
925
<include name="air/airframework.swc"/>
926
<include name="air/airspark.swc"/>
@@ -947,7 +947,7 @@ There are no known issues.
947
948
949
<!-- frameworks/libs/automation -->
950
- <copy todir="${basedir}/temp/frameworks/libs/automation">
+ <copy todir="${basedir}/temp/frameworks/libs/automation" failonerror="false">
951
<fileset dir="${basedir}/frameworks/libs/automation">
952
<include name="automation.swc"/>
953
<include name="automation_agent.swc"/>
0 commit comments