Menghe

导航

文章分类 -  项目管理

在Solaris下安装CVS服务器文档
摘要:假设我们的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参数是指定安装目录,相信... 阅读全文

posted @ 2006-04-28 19:42 孟和 阅读(222) 评论(0) 推荐(0)

项目管理 之 Maven
摘要:一、概述 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... 阅读全文

posted @ 2005-01-28 15:07 孟和 阅读(401) 评论(0) 推荐(0)

编译工具 之 ant
摘要:Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles. 阅读全文

posted @ 2005-01-27 10:20 孟和 阅读(742) 评论(0) 推荐(0)

持续编译 之 CruiseControl
摘要:Firstly, I copy all of the following form http://cruisecontrol.sourceforge.net/ 阅读全文

posted @ 2005-01-26 17:57 孟和 阅读(521) 评论(0) 推荐(0)

源码管理 之 CVS
摘要:一、概述 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... 阅读全文

posted @ 2005-01-26 17:16 孟和 阅读(527) 评论(0) 推荐(0)