diff -r 27cf35f95864 -r b8d81fa19e7d buildframework/helium/tools/common/docs.ant.xml --- a/buildframework/helium/tools/common/docs.ant.xml Wed Sep 29 17:48:06 2010 +0100 +++ b/buildframework/helium/tools/common/docs.ant.xml Sun Oct 10 15:22:15 2010 +0300 @@ -91,6 +91,7 @@ @scope private --> + @@ -117,10 +118,10 @@ Processing dot file: @{dot.file} - + - + @@ -168,8 +169,11 @@ - - + + + + + @@ -232,6 +236,11 @@ + + + + + @@ -261,7 +270,7 @@ try: rstfile = codecs.open(rstfilename, 'r', 'utf8') rstfile.read() - except: + except UnicodeError: print rstfilename + ' has invalid unicode' rstfile.close() os.remove(rstfilename) @@ -313,7 +322,6 @@ - @@ -331,7 +339,7 @@ Building dot file: @{dot.file} - + @@ -375,6 +383,40 @@ - + + + + + + +