Hi Am Montag, den 10.12.2007, 09:36 +0000 schrieb [EMAIL PROTECTED]: > Author: bdelacretaz > Date: Mon Dec 10 01:36:42 2007 > New Revision: 602834 > > URL: http://svn.apache.org/viewvc?rev=602834&view=rev > Log: > SLING-114 - output an newline after each out.write(...); to make it easier to > post-process generated javascript code
While it definitely makes the generated JavaScript more human-readable (though it really is transient), it introduces a line shift with the effect that an error message of Rhino will not match the input ESP line thus making error fixing almost impossible. This is all the more important as the intermediate JavaScript code is transient and cannot be looked at. So I suggest to revert this change. Thanks and Regards Felix
