Project

General

Profile

Bug #5021

improve/fix file-ignore-list.txt ('X' conversion mode) under Windows

Added by Constantin Asofiei over 3 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Normal
Target version:
-
Start date:
Due date:
% Done:

100%

billable:
No
vendor_id:
GCD
case_num:

Related issues

Related to Conversion Tools - Feature #3225: windows vs linux in p2j.cfg.xml WIP
Related to Base Language - Feature #3396: shift searchpath and other pathing lists in the directory to use the platform neutral comma WIP
Related to Conversion Tools - Feature #3927: conversion mode that takes a file spec and a file blacklist Closed
Related to Conversion Tools - Bug #5135: replace -s, -f and -x options of ConversionDriver with a single combined mode Closed

History

#1 Updated by Constantin Asofiei over 3 years ago

Under windows, the 'X' conversion mode (which relies on a file with ignore list specifications), doesn't work 'out-of-the-box'. For example, if a file-ignore-list.txt under linux has:

./abl/possenet/*

and if you change this to backslashes like:
.\abl\possenet\*

FWD will not process it properly. The only pattern which can be processed properly as of 3821c rev 11832 (from trunk 11348) is:
.\\abl\\possenet\\*

where all the slashes are switched to doubled backslashes.

We need to allow a generic, linux-style file-ignore-list.txt to be processed under windows, too.

#2 Updated by Greg Shah over 3 years ago

  • Related to Feature #3225: windows vs linux in p2j.cfg.xml added

#3 Updated by Greg Shah over 3 years ago

  • Related to Feature #3396: shift searchpath and other pathing lists in the directory to use the platform neutral comma added

#6 Updated by Greg Shah about 3 years ago

  • Related to Feature #3927: conversion mode that takes a file spec and a file blacklist added

#7 Updated by Constantin Asofiei about 3 years ago

  • Status changed from New to WIP
  • Assignee set to Constantin Asofiei
  • % Done changed from 0 to 100

Fixed in 3821c rev 12009.

All files in the include/exclude list must use Linux-style separator and this will be replaced with the running OS separator.

#8 Updated by Greg Shah about 3 years ago

  • Status changed from WIP to Closed

#9 Updated by Greg Shah almost 3 years ago

  • Related to Bug #5135: replace -s, -f and -x options of ConversionDriver with a single combined mode added

Also available in: Atom PDF