⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 嵌入式数据库Berkeley DB-4.5.20源代码
💻
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -