CVS: jfor/src/org/jfor/jfor/converter Converter.java,1.16,1.17
Bertrand Delacretaz <[email protected]> Thu, 04 Dec 2003 02:09:03 -0800
| Newsgroups | gmane.text.xml.jfor.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jfor/jfor/src/org/jfor/jfor/converter In directory sc8-pr-cvs1:/tmp/cvs-serv6010/src/org/jfor/jfor/converter Modified Files: Converter.java Log Message: V0.7.2rc2-dev - close RTF output file in Converter, patch provided by [email protected] Index: Converter.java =================================================================== RCS file: /cvsroot/jfor/jfor/src/org/jfor/jfor/converter/Converter.java,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** Converter.java 24 Oct 2003 04:42:29 -0000 1.16 --- Converter.java 4 Dec 2003 10:09:01 -0000 1.17 *************** *** 74,77 **** --- 74,80 ---- // $Id$ // $Log$ + // Revision 1.17 2003/12/04 10:09:01 bdelacretaz + // V0.7.2rc2-dev - close RTF output file in Converter, patch provided by [email protected] + // // Revision 1.16 2003/10/24 04:42:29 philipchu // Support for proportional-column-width. Requires JRE/JDK 1.4 for regex. *************** *** 239,242 **** --- 242,247 ---- m_log.logInfo("Writing out RTF..."); m_context.getRtfFile().flush(); + // close() suggested by [email protected] + m_context.getRtfFile().close(); m_log.logInfo("Done converting xsl:fo to RTF."); } ------------------------------------------------------- This SF.net email is sponsored by OSDN's Audience Survey. Help shape OSDN's sites and tell us what you think. Take this five minute survey and you could win a $250 Gift Certificate. http://www.wrgsurveys.com/2003/osdntech03.php?site=8