Error compiling Groovy "Build Engines" Script
![]()
Thomas Goeppel (11●1)
| asked May 12 '15, 3:40 a.m.
converted to question May 12 '15, 3:53 a.m. by Ralph Schoon (62.0k●3●36●43)
I've been testing the 'build engines' script with RTC Build Toolkit 4.05, and 5.02 using Groovy 1.8.9, and unfortunately I get the following errors:
The Build Toolkit jars are in the Groovy classpath, but obviously, dependencies that cause the errors are not there.7 compilation errors:unable to resolve class com.ibm.team.build.common.model.query.IBaseBuildResultQueryModel.IBuildResultQueryModelat line: 19, column: 1unable to resolve class com.ibm.team.build.common.model.query.IBaseBuildEngineQueryModel.IBuildEngineQueryModelat line: 20, column: 1unable to resolve class IItemQueryPageat line: 80, column: 28unable to resolve class ILoginHandler2at line: 34, column: 5unable to resolve class ITeamRepositoryat line: 37, column: 35unable to resolve class ILoginInfo2at line: 37, column: 9unable to resolve class UsernameAndPasswordLoginInfoat line: 39, column: 13 Question: is there something I missed, or am I using the wrong version of the BTK? Which would be the right version?
|