readme
来自「嵌入式数据库Berkeley DB-4.5.20源代码」· 代码 · 共 26 行
TXT
26 行
The Ant build.xml file in this directory compiles all db Java sources (exceptexamples), runs the test suite using Clover to instrument the sources, and thengenerates the Clover coverage reports.You must place clover.jar in your Ant lib directory as well as placingclover.jar and velocity.jar in this directory. (Using a classpathref in theAnt javac task doesn't seem to work.)$ cp <YOUR-CLOVER-INSTALL>/clover.jar .$ cp <YOUR-CLOVER-INSTALL>/velocity.jar .$ cp clover.jar <YOUR-ANT-DIRECTORY>/lib$ ant all'ant all' will delete all output files, compile and run the tests, and thengenerate the reports.'ant' will compile sources that need compiling and run the tests to collectcoverage information.'ant report' will generate the reports against the current coverage database.The build.xml file works when run from db/test/scr024/coverage but it shouldalso work when run from a build directory copied by the TCL test harness, e.g.,db/build_unix/TESTDIR/coverage.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?