added script for kdoc upload to github pages to fix KT-1450

This commit is contained in:
James Strachan
2012-03-01 14:38:13 +00:00
parent bee4704358
commit 6315c03ea8
3 changed files with 30 additions and 0 deletions
+10
View File
@@ -131,6 +131,16 @@
<arg value="-docOutput"/>
<arg value="${output}/apidoc/stdlib"/>
</java>
<fail message="No stdlib API docs generated.">
<condition>
<not>
<resourcecount count="1">
<fileset id="fs" dir="${output}/apidoc/stdlib" includes="index.html"/>
</resourcecount>
</not>
</condition>
</fail>
</target>
<target name="compileTestlib" depends="compileKunit">