
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Depends
|
|
|
|
This issue is depended on by:
|
|
SFOS-1106
Hadoop JspHelper class does not load on Hadoop-under-smartfrog
|
|
|
|
|
|
|
| Compatibility: |
backwards compatible
|
|
i want to set -verbose:class on the classloader for the daemon. Here is the proposed mechanism
-a new property daemon.jvmargs is defined, set by default to ""
-it will be passed down to the daemon created in the functional test run as a line of JVM args
-it can be set on the command line or in build.properties to a new value:
ant test -Dtestcase=JspHelperTest -Ddaemon.jvmargs=-verbose:class
|
|
Description
|
i want to set -verbose:class on the classloader for the daemon. Here is the proposed mechanism
-a new property daemon.jvmargs is defined, set by default to ""
-it will be passed down to the daemon created in the functional test run as a line of JVM args
-it can be set on the command line or in build.properties to a new value:
ant test -Dtestcase=JspHelperTest -Ddaemon.jvmargs=-verbose:class
|
Show » |
|