<< Back to previous view

[QB-991] Fix line endings file patterns do not work correctly
Created: 27/Jul/11  Updated: 28/Jul/11

Status: Resolved
Project: QuickBuild
Component/s: None
Affects Version/s: 3.1.49
Fix Version/s: None

Type: Bug Priority: Major
Reporter: Tom De Leon Assigned To: Robin Shen
Resolution: Won't Fix Votes: 0
Remaining Estimate: Unknown Time Spent: Unknown
Original Estimate: Unknown
Environment: RHEL5 QB server, windows 7 client


 Description   
In the "Files to Fix" field, if I try to specify "-*/.jpg, -*/.png", it does not seem to exclude all .jpg and .png files recursively, as your example for file patterns says it should. The image files become corrupted after being built because it attempts to fix the line endings on them.

The closest I can get is to explicitly exclude entire folders, however we have a very large source tree, and if an image file gets moved, then it's broken. When I exclude by entire folders (not by filename extensions), the images are no longer corrupted.

 Comments   
Comment by Tom De Leon [ 27/Jul/11 05:23 PM ]
Sorry about the clone- I was attempting to raise the priority on the original issue, but I couldn't find a way to edit it. I meant to mark this as higher priority.
Comment by Robin Shen [ 28/Jul/11 12:02 AM ]
Please use below pattern instead:
 -**/*.jpg, -**/*.png
Generated at Tue May 21 00:45:57 UTC 2024 using JIRA 189.