To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43632
                  Issue #:|43632
                  Summary:|connectivity/workben/skeleton/How to write my own
                          |driver.txt
                Component:|Database access
                  Version:|680m77
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P5
             Subcomponent:|none
              Assigned to:|msc
              Reported by:|tora





------- Additional comments from [EMAIL PROTECTED] Sun Feb 27 08:37:40 -0800 
2005 -------
I was wondering if someone would kindly rename a file "How to write my own
driver.txt" 
in the directory $SRC_ROOT/connectivity/workben/skeleton with, for instance, 
"How_to_write_my_own_driver.txt" .

What is a problem:
A filename of the file includes some space letters in it. That causes error 
messages while looking for certain files with a specific text pattern.

Example:
cd $SRC_ROOT
find . -type f | xargs egrep '\[ *English *\]'
./transex3/source/export.cxx:           //sText.SearchAndReplace( "[ English ]
=" , "[ en ] =");
./dbaccess/source/ui/dlg/dlgrename.src: Text [ English ] = "Name" ;
egrep: can't open ./connectivity/workben/skeleton/How
egrep: can't open to
egrep: can't open write
egrep: can't open my
egrep: can't open own
egrep: can't open driver.txt
^C
$  ls -1 connectivity/workben/skeleton/
CVS
How to write my own driver.txt
SResultSet.hxx

---------------------------------------------------------------------
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]

Reply via email to