Patricia Shanahan wrote:
On 10/22/2010 2:06 AM, Patricia Shanahan wrote:
Does anyone know how to pass JVM parameters to the client JVM that runs
the actual test code?
My problem has become more specific. I can get arguments in by editing
qa/src/com/sun/jini/qa/resources/qaDefaults.properties, but I need to
embed commas in an argument. The processing between the file and the
java command line uses commas as a separator, and I have not yet found
a way to escape a comma.
$,
The objective is to use -Xrunjdwp to connect between a test and an
Eclipse debug session. That way, I won't have to keep rebuilding to
put in print statements to get information out from a failing test.
Patricia