CDV ❯ Change class dumping and classloader tracing to use TCProperties
- 
                New Feature
- 
                Status: Closed
- 
                2 Major
- 
                Resolution: Won't Fix
- 
                
- 
                
- 
                nharward
- 
                Reporter: nharward
- 
                May 24, 2007
- 
                0
- 
                Watchers: 0
- 
                July 27, 2012
- 
                July 07, 2007
Description
Right now this uses a system property “tc.classloader.writeToDisk”, make it use TCProperties to be more consistent/flexible.
I started to do this, and (predictably) ran into class loading issues and the fact that TCProperties isn’t loaded in time, whereas system properties are available to us. I think system properties have to be the way to go.