To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=53572
------- Additional comments from [EMAIL PROTECTED] Thu Oct 12 07:04:24 -0700 2006 ------- > 1) Handle '+' character in path names OK, but this can't be a new problem as I closely followed guw.pl while writing guw.pl > (And please notify REs in current source of guw.cc includes many unnescesary > backslashes - in blacket expression in POSIX style RE backslash escape is > only > effective in rare cases unlike in perl) Well, this happens when you transform perl REs into C ;) >In mingw environment lib paths and compiler paths include '+'. This could be considered a bug anyway as '+' is a valid filename character. > 2) Preserve quote characters after conversion > Parameter including space character has to stay being quoted after converison. Do you have an example? If this "parameter" is not a path it might not be necessary to do anything. > 3) Do not cause fatal break at making short path > The parameter may be non-path. Same thing here. If it's not a path it must not be transformed, doing this is a bug. Making a short path *must* fail as there is no way to "guess" the right short path if it isn't a path. I need an example. 4) Convert --<something>=<path> type parameters Yes, easy enough ;) --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
