It may be that your executable wants your target
filename and your /out: switch to be part of the same
argument. There may be a better way, but the first
thing that comes to my mind is to extend ExecuteOn
(apply) in Java and set up your args in code,
including the target file but omitting the "/ou
Hi
I'm using a mapper with targetfile to specify the output names in an apply task, but
the executable is not recognizing . The task and output. Any thoughts on
what I'm doing wrong? The task and output is below.
Rob McKenna