摘要:假设我们的CVSROOT在/opt/cvs 找到原代码www.cvshome.org下载回来 解压 $gunzip cvs-1-11.tar.gz $tar xvf cvs-1-11.tar 会回生成一个叫cvs-1.11的目录,进入目录编译, $cd cvs-1.11 $./configure --prefix=/usr/local/cvs (--prefix参数是指定安装目录,相信...
阅读全文
摘要:一、概述 1、介绍 Maven is a Java project management and project comprehension tool. Maven's primary goal is to allow a developer to comprehend the complete state of a developme...
阅读全文
摘要:Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles.
阅读全文
摘要:Firstly, I copy all of the following form http://cruisecontrol.sourceforge.net/
阅读全文
摘要:一、概述 CVS(Concurrent Versioning System)是目前比较流行与优秀的版本管理与控制工具。Version control systems are generally used as part of the software development cycle to track and co-ordinate source code changes among a te...
阅读全文