cm/CompilationManager.java has in getInfoXML() a set of lines:

        boolean isDebug = "true".equals(props.getProperty("debug"));
boolean isProfile = "true".equals(props.getProperty("profile")); boolean isBacktrace = "true".equals(props.getProperty("backtrace"));

String lfc = LPS.getLFCname( runtime, isDebug, isProfile, isBacktrace);

While CompilationEnvironment agrees with the names for "debug" and "profile",
it lists BACKTRACE_PROPERTY as "debugBacktrace".  Furthermore,
servlets/responders/ResponderCompile.java is looking for "lzbacktrace".

I take this to mean that that "debugBacktrace" is used as the internal name in CompilationEnvironment, and is also the property to set with lzc if you want this. Whereas "lzbacktrace" is used in URL arguments. But the props in getInfoXML() come from ResponderAPP_CONSOLE and ResponderINFO_XML, so I would think this would also need to be "lzbacktrace" and not merely "backtrace"?
Is there another option namespace out there?

--

Don Anderson
Java/C/C++, Berkeley DB, systems consultant

voice: 617-306-2057
email: [email protected]
www: http://www.ddanderson.com




Reply via email to