To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59477





------- Additional comments from [EMAIL PROTECTED] Mon Dec 19 04:51:03 -0800 
2005 -------
Seems to be a cygwin speciality. cygwin tcsh states <testfile> exists if there
is <testfile.exe> . Try to do the following:
   > mkdir testdir
   > touch testdir/bla.exe
Do 'ls  testdir' and you will se testdir/bla.exe - nothing else.  Just as 
expected.
   > ls  testdir
   bla.exe
Now do 'ls testdir/bla' and see
   > ls testdir/bla
   testdir/bla
And even 'test' states that a file named 'bla'exists, also it does not:
   > test -e testdir/bla
   > echo $?
   0
That's why all perl checks for existence of
automation/wntmsci10.pro/bin/testtool fail. Unfortunately I do not have an idea
yet how to work around that.

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