Patricia Shanahan wrote:
On 10/22/2010 5:12 PM, Peter Firmstone wrote:
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.
$,
It turns out the correct escape is +,
This is documented in the comment on QAConfig.java's parseArgList
method. Maybe it should be documented somewhere a bit more prominent,
such as in qaDefault.properties?
Patricia
Yes good idea, we should copy to qaDefault.properties also, I think we
need a qa test how-to also.
Thanks for working it out, did you have a good vacation?
Cheers,
Peter.