Am 18.01.2017 um 11:21 schrieb Martin Drašar:

Hi,

I have a problem when trying to build a documentation using dub.

If I do dub build everything works, but if I do dub build -b ddox the build fails with:

Error: unrecognized file extension
dmd failed with exit code 1.

Looking at the verbose output I see that building ddox adds '.' to the list of files for dmd a this is what crashes it (that is manually removing the dot and reruning the command makes it work). Any idea how to get rid of it?

Thanks,
Martin

Have a look at the latest RC (1.2.0-rc.1), I also noticed this a few
days ago and pushed a fix.