共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > cache-ant |
cache-ant
|
0 | 0 | 20 |
贡献者 | 讨论 | 代码提交 |
The goal of this project to create some Ant tasks that allow accessing Intersystems Cache database product (http://www.intersystems.com/cache/index.html). These task might be compile/export/import/project/... cache classes.
At present compile tasks are created.
The ant task can be used where there is no Cache client installed.
Useage:
See example ant file below:
`
description
`
Use
to define the Cache ant tasks. task is for various compilation:eg, to compile cache classes, user the classes="a.B,a.C" syntax (classes are separated by commas), complete Cache package, cache project, or all. All compiles all cache classes in the cache namespace.
If no username/password defined, cache default is used. Define - or omit - BOTH username and password.
TODO: Cache export/import will be added as ANT tasks.