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

boli
20.39.2007 540304eeec51e9279675e2f3028d044f958f11a0
refs
author boli <boli@localhost>
Tuesday, March 20, 2007 16:39 +0100
committer boli <boli@localhost>
Tuesday, March 20, 2007 16:39 +0100
commit540304eeec51e9279675e2f3028d044f958f11a0
tree 80a970e05dd71de2c6e61fb85ca62eb4a0b496db tree | zip | gz
parent de8622f2f9411328a14cb29a168445492a3f2025 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
opends/build.xml 83 ●●●● diff | view | raw | blame | history
opends/resource/DynamicConstants.java.stubs 6 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/loggers/Logger.java 2 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/loggers/debug/DebugConfiguration.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/loggers/debug/Tracer.java 19 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/loggers/debug/package-info.java 42 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java 1 ●●●● diff | view | raw | blame | history