mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

boli
20.39.2007 ed52de83864f22728e50d5f84b7d2aadb0695168
refs
author boli <boli@localhost>
Tuesday, March 20, 2007 16:39 +0100
committer boli <boli@localhost>
Tuesday, March 20, 2007 16:39 +0100
commited52de83864f22728e50d5f84b7d2aadb0695168
tree 3cd55e31a037370e00a05d4c6edd5b99b70ead54 tree | zip | gz
parent a8a8f5354938c4b5b84debd445a5d8dc0b037bd9 view | diff
Updated various issues related to the debug logging framework:
- Fixed a bug where debug logs are not included on unit test failures.
- Weaving is only enabled for targets that run unit-tests (all, weekly, nightly, test, testall, testwithcoverage, testallwithcoverage).
- Weaving is disabled for test targets that use test.methods, test.classes, or test.packages properties to specify a smaller set of tests to run.
- Weaving is now controlled by the WEAVE_ENABLED property on build instead of DEBUG_BUILD. Use this property to override the default weaving behaviour for any target.
- Added package-info.java to the server.loggers.debug package.
- Fixed a bug where logger is not enabled when configured with an enabled configuration.
- Added supress warning annotations to debug advices. No more advice not matched warnings when weaving.

Fix for issue 1390
6 files modified
1 files added
155 ■■■■■ changed files
opendj-sdk/opends/build.xml 83 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/resource/DynamicConstants.java.stubs 6 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/loggers/Logger.java 2 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/loggers/debug/DebugConfiguration.java 2 ●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/loggers/debug/Tracer.java 19 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/loggers/debug/package-info.java 42 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java 1 ●●●● diff | view | raw | blame | history