kalwar / orthanc

Automatically exported from code.google.com/p/orthanc
GNU General Public License v3.0
0 stars 0 forks source link

Build fails on OSX when directory has .DS_Store files #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
When running 'xcodebuild -configuration Release' on OSX it fails becaus it 
finds '.DS_Store' files in the directory, which are files that 'store custom 
attributes of a folder such as the position of icons or the choice of a 
background image.' (http://en.wikipedia.org/wiki/.DS_Store)

What is the expected output? What do you see instead?
File "/Users/simonmd/code/personal/Orthanc-DCB/Resources/EmbedResources.py", 
line 68, in CheckNoUpcase
    raise Exception("Path in a directory with an upcase letter: %s" % s)

'Exception: Path in a directory with an upcase letter: .DS_Store'

What version of the product are you using? On what operating system?

OSX Yosemite.

Please provide any additional information below.

EmbedResources.py should probably ignore these files.

Original issue reported on code.google.com by simo...@gmail.com on 24 Oct 2014 at 3:10

GoogleCodeExporter commented 9 years ago
Thanks for reporting this issue!

It is fixed in the mainline:
https://code.google.com/p/orthanc/source/detail?r=6babe0c7aa2717177ee921c777a276
06b832ec0d

Original comment by s.jodo...@gmail.com on 3 Nov 2014 at 12:28