Issue Details (XML | Word | Printable)

Key: SFOS-1105
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Steve Loughran
Reporter: Steve Loughran
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
SmartFrog

add way to set JVM args (like -verbose:class) onto the daemon that is created for functional testing

Created: 09/Feb/09 03:13 PM (GMT)   Updated: 13/Feb/09 02:54 PM (GMT)  Due: 09/Feb/09
Component/s: build process
Affects Version/s: 3.17.010
Fix Version/s: 3.17.010

Time Tracking:
Not Specified

Issue Links:
Depends
 

Compatibility: backwards compatible


 Description  « Hide
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



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Steve Loughran added a comment - 09/Feb/09 03:38 PM (GMT)
done. No adverse effects seen from the default "" value