You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/11/14 03:03:04 UTC

[royale-asjs] branch release/0.9.4 updated: this folder is empty so isn't always in the package

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch release/0.9.4
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/release/0.9.4 by this push:
     new 55d17bc  this folder is empty so isn't always in the package
55d17bc is described below

commit 55d17bc12024ab067d26c1ee2e8d1dfbc8039f87
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue Nov 13 19:02:51 2018 -0800

    this folder is empty so isn't always in the package
---
 examples/royale/RoyaleWebsite/build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/royale/RoyaleWebsite/build.xml b/examples/royale/RoyaleWebsite/build.xml
index d151a44..346954f 100644
--- a/examples/royale/RoyaleWebsite/build.xml
+++ b/examples/royale/RoyaleWebsite/build.xml
@@ -32,13 +32,13 @@
     
     <target name="main" depends="clean,build_example.compile" description="Clean build of ${example}">
         <mkdir dir="${basedir}/bin/js-debug/assets" />
-        <copy todir="${basedir}/bin/js-debug/assets" >
+        <copy todir="${basedir}/bin/js-debug/assets" failonerror="false">
             <fileset dir="${basedir}/src/main/resources/assets">
                 <include name="**" />
             </fileset>
         </copy>
         <mkdir dir="${basedir}/bin/js-release/assets" />
-        <copy todir="${basedir}/bin/js-release/assets" >
+        <copy todir="${basedir}/bin/js-release/assets" failonerror="false">
             <fileset dir="${basedir}/src/main/resources/assets">
                 <include name="**" />
             </fileset>