如何以编程方式建立RFT项目? [英] How to programmatically build RFT project?

查看:222
本文介绍了如何以编程方式建立RFT项目?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我用SVN管理我的RFT的测试脚本。我需要反复检查了code到一个干净的RFT工作区,并建立整个项目,对于一些特殊要求。我想这个过程自动化,这意味着我需要建立一个没有手动启动RFT项目。是否有任何命令或API我可以使用?

I use SVN manage my RFT test scripts. I need to repeatedly check out the code to a clean RFT workspace and build the whole project, for some special requirement. I want to automate this process, which means I need to build the project without manually start RFT. Is there any command or API I can use?

推荐答案

我使用APT以编程方式建立一个RFT项目。

I use APT to programmatically build a RFT project.

C:\\ Program Files文件\\ IBM \\ SDP \\ eclipsec.exe-nosplash -application org.eclipse.jdt.apt.core.aptBuild -data MYWORKSPACE

"C:\Program Files\IBM\SDP\eclipsec.exe" -nosplash -application org.eclipse.jdt.apt.core.aptBuild -data MYWORKSPACE

也有一个这样的Ant任务为好,但还没有得到它的工作。做一个谷歌搜索或APT无头Eclipse构建。

There is also an ANT task for this as well, but haven't got it working. Do a google search for APT or headless eclipse build.

这篇关于如何以编程方式建立RFT项目?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆