DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10719>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10719 Files processed under SQL task are hacked Summary: Files processed under SQL task are hacked Product: Ant Version: 1.5 Platform: Sun OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When using the <sql> task and specify a source file, the subsequent data from the file passed to Jconnect losses all formatting. Case in point is stored procedure that is to be compiled into the database. The <sql> tasks compiles the proc correctly into the database, but all line feeds are dropped resulting in a single line of text when the proc is extracted from the database. This make extraction of the proc from the database worthless as well as virtually un readable. There must be method by which the formatting can be preserved. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
