aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2011-02-27 04:02:17 +0100
committerMichael Bien <[email protected]>2011-02-27 04:02:17 +0100
commitaf312d1a87765c685586287c1c37533a28fb04cc (patch)
tree48441318b1f11e5309e6b904932d17544318b0b0
parent77fae67d8d448018df83dd00b2d40adc7614bee1 (diff)
fixed build if c.dont.compile + archiveon are set.
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 168ba956..bedc763f 100644
--- a/build.xml
+++ b/build.xml
@@ -198,7 +198,7 @@
</copy>
<!-- native files, TODO: remove when no longer needed -->
- <copy todir="${dist.dir}/tmp/${dist.zip.name}/lib">
+ <copy todir="${dist.dir}/tmp/${dist.zip.name}/lib" failonerror="false">
<fileset dir="${basedir}/${rootrel.build}/natives/jocl" excludes="*.xml"/>
<fileset dir="${jogl.root}/${rootrel.build}/lib" excludes="*.xml"/>
</copy>