DataWriter constructor ---------------------- Key: DDLUTILS-25 URL: http://issues.apache.org/jira/browse/DDLUTILS-25 Project: DdlUtils Type: Bug Environment: All Reporter: Xavier TROUSSICOT Assigned to: Thomas Dudziak Priority: Minor
I had a problem trying to build an xml file using DataWriter class. I couldn't get the end of the file. I did the following change in the DataWriter contrustor : _output = new PrintWriter(new OutputStreamWriter(output),true); Now the file is complete. Is it an issue ? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira