Cannot "load design" on subdirectories

Ever since we installed domino 8.0.2 on our servers we can still do the following:

load design -d directory

load design -f file.nsf

load design -f directory\file.nsf

load design -f directory\subdirectory\file.nsf

However, we can no longer use -d on subdirectories. It just doesn’t do anything.

load design -d directory\subdirectory

used to work and update the design template to the right template of every nsf file in the subdirectory.

I have tried with forward-slashes as well it creates the same result

I have tried using -f with *.nsf, I get the feel domino doesn’t see asterisk as “all”.

Subject: Load Design

What results do you see when you attempt this? Do you at least see the usual response from Design:

11/13/2008 12:52:27 Database Designer started

11/13/2008 12:52:28 Database Designer shutdown

Finally, are you saying that this works for one level of subdirectory, but fails for two levels or more? (For example, if you had your data directory, then /x/y. Issuing a LOAD DESIGN -d /x works, but LOAD DESIGN -d /x/y does not?)

Subject: Yes. It doesn’t load design on subdirectories

Yes.

A subdirectory doesn’t get updated. Yet you can always update individual .nsf files.