We've had problems running the WtkRapc on a couple of machines where the arguments to the task included relative directories.
This was solved by modifying the WtkRapc task to use Ant's ExecTask functionality instead of Java's process execution. This ensures that the correct working directory is set before executing rapc.exe.
Patch to use Ant ExecTask in WtkRapc