__matthewHawthorne wrote:
In taking a quick look the the test plugin's docs (http://maven.apache.org/reference/plugins/test/properties.html), it seems that setting the maven.junit.fork property to true may allow each test to run in a separate JVM.
Can someone confirm this?
[EMAIL PROTECTED] wrote:
I have a frame work that will do self configuration. Depending on what is
in the class path it will load different implementations of the interface.
I have written test cases in ant that execute the test cases for different
implementations. Each implementation test case requires a special class
path and to be run in a separate JVM. I got all of my general test cases
to run but I can't figure out how to get the test cases that require a
specific class path to run and how to run them in a separate VM. Any help
world be appreciated
Mark Russell PNC Financial Services Group 412-768-9603
-----------------------------------------
The contents of this email are the property of PNC. If it was not addressed to you, you have no legal right to read it. If you think you received it in error, please notify the sender. Do not forward or copy without permission of the sender.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
