History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CIB-1318
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: James French
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Pulse

Captured output has wrong line endings on windows

Created: 07/Nov/07 11:58 AM   Updated: 12/Dec/08 04:11 AM
Component/s: Reporting
Affects Version/s: 1.2.35
Fix Version/s: x.x


 Description  « Hide
When pulse intercepts stdout from commands it appends it to the output file with unix line endings when running on windows. This is not an issue when viewing the log file in pulse as the viewer handles them correctly but it is an issue when looking at the file directly in notepad, especially when running local builds. I think the file should be written using native line endings.

 All   Comments   Change History      Sort Order:
jason - 14/Nov/07 12:02 PM
Hi James,

I think an issue here is that Pulse distributes builds across multiple platforms, and transfers these logs between them. In that sense having the line endings the same is useful. If Windows line endings are useful for you, though, we could add that as an option. We would need to ensure it does not interfere with post-processing, but I don't think that is a big issue.

James French - 15/Nov/07 09:23 AM
Hi Jason,

This is only an issue for me with local builds. A command line switch for windows line endings would be great.

James

jason - 15/Nov/07 12:05 PM
Hi James,

Ah, I see. Adding a system property should be possible.