dsss

Setting up dir. structure with dsss

I'm trying to setup directoy structure with dsss: ./proj -- project files ./src -- source ./dev -- dev files, test files ./lib -- source for libraries used ./res -- resource files ./doc -- documentation ./bin -- binary files ./obj -- object files Not properly working dsss.conf in the ./proj directory. name=SomeProje...

How to run unit tests with DSSS and GDC?

I am very new to D and still battling trying to configure my toolchain. I am running Ubuntu Karmic and would like to use DSSS with GDC and Tango or TangoBos. Till now, I installed GDC from Ubuntu repositories, DSSS, Tango and TangoBos from these repositories and I can compile using dsss + gdc + tangobos. According to DSSS documentatio...