This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 44159 - Missing new lines in Tomcat's output
Summary: Missing new lines in Tomcat's output
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on: 45897
Blocks:
  Show dependency tree
 
Reported: 2004-06-02 10:33 UTC by L Martinek
Modified: 2006-03-24 10:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description L Martinek 2004-06-02 10:33:40 UTC
There are now new lines in output of Tomcat so
text is very chaotic and unreadable.
Comment 1 Sherold Dev 2004-07-07 17:26:13 UTC
The problem is that line break char '\n' has no effect when writing
into InputOutput using OutputWriter.write(,,) method.
Comment 2 Sherold Dev 2004-07-16 14:45:40 UTC
New lines are now properly displayed.

Checking in ProcessSupport.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/ide/ProcessSupport.java,v
 <--  ProcessSupport.java
new revision: 1.2; previous revision: 1.1
Comment 3 Petr Blaha 2004-08-04 14:53:35 UTC
Build 20040802