2011-03-02 54 views
5

詹金斯(哈德森)有StarTeam plugin。如何正确配置它?如何配置Jenkins StarTeam插件?

我已经安装了这个插件,但是当我建立这个项目我得到这个错误:

java.lang.NoClassDefFoundError: com/starbase/starteam/Folder

机是Windows Server 2008的 我已经安装在C:\Program Files (x86)\Borland\StarTeam SDK 10.4文件夹的StarTeam SDK。

回答

7

有插件文档页面上的提示:

The plugin requires the StarTeam SDK, StarTeam extensions and jsafe libraries in Hudson's classpath. These files are included in the freely downloadable StarTeam SDK package from Borland (Micro Focus) , and may be installed by e.g. dropping them in Hudson's WEB-INF/lib directory.

复制文件夹 “C:\ Program Files文件(x86)的\ Borland的\的StarTeam SDK 10.4 \ Lib文件” 到“C:\詹金斯\插件\ starteam \ WEB-INF“(所以将有一个Lib文件夹下的WEB-INF),然后重新启动Jenkins。


如果你得到 “不能.DLL一个AMD 64位平台上加载IA 32位” 错误:

卸载JRE(Java运行环境)的Windows 64,安装32位版本的JRE。