JUnit xml output

how do i save the testing results to xml when running junit4 from the command line? i need this xml to be in the standard format that the eclipse junit plugin allows to open and view...

10x,
Sagi

Comments

why don't you call junit using ant tasks? it's can be called from commandline as well?