Update of /cvsroot/boost/boost/tools/regression/xsl_reports/utils
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19799
Modified Files:
libxslt.py
Log Message:
Adjust to differences in space handling between different xsltproc versions
Index: libxslt.py
===================================================================
RCS file: /cvsroot/boost/boost/tools/regression/xsl_reports/utils/libxslt.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- libxslt.py 8 May 2007 11:40:34 -0000 1.8
+++ libxslt.py 8 Jul 2007 01:05:04 -0000 1.9
@@ -44,6 +44,6 @@
output_file = xslt_param( output_file, 0 )
xlst_output_file = xslt_param( output_file )
- if output_file != xlst_output_file:
+ if output_file != xlst_output_file and os.path.exists( xlst_output_file ):
utils.rename( log, xlst_output_file, output_file )
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs