开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > ibuild |
ibuild
|
0 | 4 | 12 |
贡献者 | 讨论 | 代码提交 |
Set of scripts to operate projects with complicated source/library dependencies. Main features - checkout only projects you need, download from public/private repositories all libs you need, prepare application distribution, generate eclipse project files, run unit-tests and checkstyle
to try ibuild do following:
install ant, add it's bin folder to PATH, download and copy antsvn jars int ant/lib checkout ibuild using command svn checkout http://ibuild.googlecode.com/svn/trunk/ibuild ibuild-read-only run checkout.cmd TestServer - this command will checkout from repository TestServer module with it's dependency TestCommon module into folder workspace run publish.cmd TestServer - this command will build TestServer under application folder run eclipse.cmd TestServer - this command will generate Eclipse project files run test.cmd TestServer - this command run junit tests