正在阅读:Delphi:Daily build实践Delphi:Daily build实践

2004-09-20 15:08 出处:CSDN 作者:viery 责任编辑:huangpeidan

  Daily build作为软件开发的最佳实践之一,微软甚至将它称为项目管理的心跳,可见其在软件开发中的重要作用。为什么会有这么高的评价? 除了平常提到的一些显著改进外,主要是因为实现daily build前有一些先决条件,即意味着你至少已经实现下列scm管理:

  1.源代码管理

  2.单元测试

  3.版本管理

  4.bug管理

  在上述基础上进行的daily build,可以说是软件开发的一种习惯。刚开始可能会有所不适应,但逐渐变为一种习惯后,就离不开了。

  Daily build现在有很多流行的工具,比如说final builder,支持脚本编写,是很不错的工具。但是没有钱购买工具怎么办,其实简单使用脚本来编写一个批处理工具,来进行daily build,也可以基本实现daily build的功能。下面就已source safe + delphi为例,来实现daily build。


  ::Daily Build Script

  ::viery 2004/07/20

  ::Your project's path in VSS

  set SSProject="$/Project1/Source"

  ::Your VSS username and password

  set Username=Viery

  set Password=password

  ::Path to VSS command line tool and the VSS DB you want to use.

  set VSSPath="C:\Develop\Vss\win32\ss.exe"

  set SSDIR=C:\develop\vss

  ::Path to the directory where you will be keeping the archive

  set ArchivePath=C:\Project\build

  ::Path to the delphi executable.

  set DelphiPath="C:\Program files\Borland\Delphi7\Bin\dcc32.exe"

  ::Path to library

  set Delphi="C:\Program files\Borland\Delphi7"

  ::Delphi Project Name

 


察看评论详细内容 我要发表评论
作者笔名 简短内容 发表时间
:

键盘也能翻页,试试“← →”键

相关文章

关注我们

最新资讯离线随时看 聊天吐槽赢奖品