Skip to content
Snippets Groups Projects
Commit f4407074 authored by david_williams's avatar david_williams
Browse files

do not fail on copies (needed with creating site during standalone testing).

parent 49bd7cc4
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,7 @@
<!--copy buildnotes from plugin directories-->
<mkdir
dir="${resultDir}/buildnotes"/>
<copy
<copy failonerror="false"
todir="${resultDir}/buildnotes"
flatten="true">
<fileset
......@@ -285,13 +285,13 @@
dir="${buildDirectory}/features"
includes="**/buildnotes_*.html"/>
</copy>
<copy
<copy failonerror="false"
file="${templateDir}/staticDropFiles/logIndex.php"
tofile="${resultDir}/testResults/consolelogs/full/logIndex.php"/>
<copy
<copy failonerror="false"
file="${templateDir}/staticDropFiles/logIndex.php"
tofile="${resultDir}/testResults/consolelogs/testLogs/logIndex.php"/>
<copy
<copy failonerror="false"
file="${templateDir}/staticDropFiles/logIndex.php"
tofile="${resultDir}/testResults/consolelogs/testSysErrorLogs/logIndex.php"/>
</target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment