> That seems a little strange, but I'll take your word > for it as I know nothing about phpunit. The obvious > (to me, anyway; sorry) way to get the target filename > and the --log whatever that was switch together is to > add the switch to your mapper. But somehow I am > afraid this may not be the issue. Just make sure your > command matches what you've posted here and > that the verbose log makes sense given what's in your > buildfile, and feel free to check back in here until > we narrow down what's happening. > Thanks. I followed Your advice putting that --log-xml option into the mapper, but it was no good. I got this message: unrecognized option --log-xml BankAccountTest.php.log.xml which suggests that in fact these need to be two separate command line arguments. I removed the superfluous configuration from my build.xml, but it's still no good. For some reason, the command does get executed, but the log file is not created. Here's what it looks now: I also tried to substitute the with something simple, like , but without result. Even doing that same thing with instead of both args gives me nothing - the tests run, but there's no log file. However this: gives me precisely what I want. The difference is that I'm using this for a set of older tests, which need to be executed with an additional parameter - name of the test class. I have a fixed set of these - they're no longer developed, and there is a separate invocation for each one of them int the ant file, unlike the new ones, which are supposed to be taken out of a directory, whatever they're number. These old ones produce the log I need. What do You make of it? Have You got any idea why this is happening? Thanks in advance for any further help. Best regards, Krzysztof > -Matt > >> Best regards, >> Krzysztof >>> HTH, >>> Matt >>> >>>> Best regards, >>>> Krzysztof >>>> >>>> > --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: >>>> user-unsubscribe@ant.apache.org >>>> For additional commands, e-mail: >>>> user-help@ant.apache.org >>>> >>>> >>> >>> >>> >>> > ____________________________________________________________________________________ >>> Building a website is a piece of cake. Yahoo! >> Small Business gives you all the tools to get >> online. >>> http://smallbusiness.yahoo.com/webhosting >>> >>> > --------------------------------------------------------------------- >>> To unsubscribe, e-mail: >> user-unsubscribe@ant.apache.org >>> For additional commands, e-mail: >> user-help@ant.apache.org >>> >> > --------------------------------------------------------------------- >> To unsubscribe, e-mail: >> user-unsubscribe@ant.apache.org >> For additional commands, e-mail: >> user-help@ant.apache.org >> >> > > > > > ____________________________________________________________________________________ > Pinpoint customers who are looking for what you sell. > http://searchmarketing.yahoo.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org