您的位置:首页 > 其它

设置一些基础变量--initNEW2-UFT.bat

2016-04-18 14:46 253 查看
echo *********************************************************

echo 脚本功能:需要配合Jenkins执行。

echo 脚本编写:

echo 编写时间: 

echo *********************************************************

rem 升级包存放路径

set TarDir=E:\AutoPack

rem 后台代码生产路径

set SourcesDir=E:\AutoData

rem set SourcesDirSrc=%SourcesDir%\Src-UFT_20150831_LS

rem set SourcesDirUFR=%SourcesDir%\UFRsrc-UFT_20150831_LS

rem set SourcesDirUFT=%SourcesDir%\UFTsrc-UFT_20150831_LS

set SourcesDirSrc=%SourcesDir%\Src-%VersionNum%_LS

set SourcesDirUFR=%SourcesDir%\UFRsrc-%VersionNum%_LS

set SourcesDirUFT=%SourcesDir%\UFTsrc-%VersionNum%_LS

rem 编译环境的地址

set CompileIp=192.168.54.226

rem set CompileUser=hshg_uft150831B_LS

set CompilePwd=trade32wu

set JCDB=hsjc/hsjc@54.226

set HGDB=hshg/hshg@54.226

set QSDB=hsqs/hsqs@54.226

set SYS=sys/trade32wu@54.226

rem UFT编译环境的地址

set UFTCompileIp=192.168.54.226

rem set UFTCompileUser=uft_uft150831B_LS

set UFTCompilePwd=trade32wu

rem UFR编译环境

rem set UFRCompileUser=ufr_uft150831B_LS

set UFRCompilePwd=trade32wu

rem h5hq编译环境

set H5HQCompileUser=h5hq

set H5HQCompilePwd=trade32wu

rem hbtrans编译环境

set HBTRANSCompileUser=hbtrans

set HBTRANSCompilePwd=trade32wu

rem jytodb编译环境

set JYTODBCompileUser=jytodb

set JYTODBCompilePwd=trade32wu

rem 工具路径

set VisualStudio="E:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe"

rem ARES工程属性

set AresProject=%AresProject%

rem set AresData=E:\workspace\AresDataAutopackNEW-UFT_20150831_LS

rem set AresPath="E:\AresSOFT\ARES Studio AutoPack-UFT_20150831_LS"

rem UFTARES工程属性

set UFTAresProject=%AresProject%

rem set UFTAresData=E:\workspace\AresDataAutopackNEWUft-UFT_20150831_LS

rem set UFTAresPath="E:\AresSOFT\ARES Studio AutoPackUft-UFT_20150831_LS"

rem UFRARES工程属性

set UFRAresProject=%AresProject%

rem set UFRAresData=E:\workspace\AresDataAutopackNEWUfr-UFT_20150831_LS

rem set UFRAresPath="E:\AresSOFT\ARES Studio AutoPackUfr-UFT_20150831_LS"

rem Winrar控制台版程序路径(用于压缩升级包)

set WinRar="C:\Program Files (x86)\WinRAR\RAR.exe"

rem ======内部变量定义区(一般不用修改)========================

rem 升级包名称

set t=%Time%

if "%t:~0,1%" ==" " (

set t=0%t:~1%

)

rem 源码目录(对应SVN的O4目录)

set SrcDir=%Workspace%

rem set LogDir=%Workspace%\log\%date:~0,4%%date:~5,2%%date:~8,2%.%t:~0,2%

set JMdll=%Workspace%\base\Run\o4client\O4Client.exe

rem 设置pscp工具的路径

set puttyDir="%Workspace%\base\Run\buildscript\autopack\putty63"

rem 设置DebugTools的路径

set DebugTools="%Workspace%\Tools\DebugTools"

rem 设置加壳工具Eziriz

set Eziriz="E:\tool\Eziriz\.NET Reactor\dotNET_Reactor.Console.exe"
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: