DDT-IDE / DDT

DDT is an Eclipse-based IDE for the D programming language:
http://ddt-ide.github.io/
101 stars 16 forks source link

Can't run target in a case sensitive OS #115

Closed Superstar64 closed 9 years ago

Superstar64 commented 9 years ago

ddt screenshot

bruno-medeiros commented 9 years ago

Hum, odd. What are the contents of your dub.json file ?

Superstar64 commented 9 years ago

{ "name" : "Test", "description" : "Hello World - A minimal DUB bundle.", "dependencies" : { } }

$ dub --version DUB version 0.9.23, built on Apr 4 2015

The excutables dub makes seems to always be in lowercase

bruno-medeiros commented 9 years ago

The excutables dub makes seems to always be in lowercase

Seems like it's a DUB problem then. Although, actually, it is recommended that DUB package names be lowercase anyways. So you should have "name" : "test" instead. If you still want the executable to be cased, you should use the "targetName" : field