Bob C - 2005-02-21

Hello,

I have loaded and compiled babeldoc into my IDE (Intellij), so that I can study the code and better understand the framework. Ideally, I would like to run some examples from Intellij, so that I can set breakpoints and get myself familiar with the code.
My question is this: How can I, for example, run a process like 'babeldoc process -p mytest -f data\stats.xml' from inside of the IDE? I think the place to start is Main.java, and set command line arguments....Am I on the right track?

Thanks very much for any help.

Thanks,
Bob

I tried setting command line arguments