I've got a target running java like so:

<java classname="lego.Main" output="${output}/${case}">
...
</java>

And it all works as it should except that instead of redirecting the 
System.out.println() outputs to the '${output}/${case}' file, it's printing 
them to the screen. The really weird thing is that it *is* creating empty 
files in the '${output}' directory with the correct name!

I've looked through both the -verbose and -debug output and I don't see any 
mention of the output attribute. What else should I try? Or am I confused 
about how this should work?

Thanks,
~ Jared Warren <[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to