Thanks for your help. Good luck. Too bad this isn't easier. I was hoping for some sort of element in project.xml where you could change them:
<unitTest usefile="false" > ..... ..... ..... </unitTest>
Actually, if you know that you want to run the tests that way all the time, it's very easy. Just create a project.properties alongside your project.xml, and enter
maven.junit.usefile=false
That will do it. My difficulty stems from the fact that there are times when I want to use a file, and times that I don't. So, I attempted to implement some conditional logic in maven.xml.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
