How do you see the command line eclipse is generating to run junit tests?
I have a set of JUnit tests that run just fine from eclipse, but, I can't
seem to mimic the exact environment for running the same code stand alone,
from a batch script.
Is there a way to see the command line eclipse generates? Is there any
logging facility for this information?