On 2014-10-25 00:57:58 +0000, Shammah Chancellor said:

I upgraded dub and dmd and am suddenly getting this error:

source/connections/igsconnection.d(111): Error: file "motd.txt" cannot
be found or not in a path specified with -J

However, I am specifying -J and an absolute path. In fact, if I run
dub -v and copy and paste the dmd command, it works just fine.

Any ideas?

Never mind, I figured it out. I had two flags in the same flag string,
instead of adding another array item. So both flags were being passed
as one argument to dmd which was not being parsed.