Gwenael
can you look at http://code.google.com/p/pharo/issues/detail?id=512&colspec=ID%20Type%20Stat...
Issue 512: warnIfNoSourcesFile doesn't work as desired â¹ Prev 164 of 164 1 person starred this issue and may be notified of changes. Back to list Status: New Owner: ----
Add a comment and make changes below
Reported by jmmcintosh, Today (2 hours ago)
If you have the case where the sources file is not readable, when the opensource file logic runs it first attempts to find the file by reading the directory, it does see the file name, but that is no guarantee the file is readable. Then it attempts to open the file read only, this fails but causes the FileDoesNotExistException to run that presents you with a list of file names & cancel.
However if you *had* warnIfNoSourcesFile set to false, now you are being hassled with a prompt when in fact you've said, no I don't want warnings if the source file isn't there or unreadable.
Stef