问题描述
我用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项目?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!