DrDub / text2onto

Automatically exported from code.google.com/p/text2onto
1 stars 0 forks source link

Wrong icons name on Linux #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. checkout and build text2onto
2. adjust the text2onto.properties as in readme.txt
3. run

What is the expected output? What do you see instead?
I get this:

> java.io.FileNotFoundException: /usr/local/share/text2onto/icons/SomeIcon.ico 
(No such file or directory)

as in the icons directory all the file names are lowercased (e.g. 
"someicon.ico"). 

What version of the product are you using? On what operating system?
latest revision on RHEL5

Please provide any additional information below.
Currently I'm renaming by hand (and it's not so funny... ;-))

Original issue reported on code.google.com by giulio.p...@gmail.com on 18 Mar 2013 at 10:10