Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
478 views
in Technique[技术] by (71.8m points)

hudson - How to configure Jenkins StarTeam plugin?

Jenkins (Hudson) has StarTeam plugin. How to configure it properly?

I have installed this plugin but when I build the project I get this error:

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

Machine is Windows Server 2008. I have StarTeam SDK installed in C:Program Files (x86)BorlandStarTeam SDK 10.4 folder.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

There is a hint on plugin documentation page:

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.

Copy the folder "C:Program Files (x86)BorlandStarTeam SDK 10.4Lib" to "C:JenkinspluginsstarteamWEB-INF" (so there would be a Lib folder under WEB-INF), and restart Jenkins.


If you get "Can't load IA 32-bit .dll on a AMD 64-bit platform" error:

Uninstall JRE (Java Runtime Environment) for Windows x64, install 32-bit version of JRE.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...