Building teamcity plugin with eclipse

Hello,

I want to write a plugin for eap 4.0 with eclipse, doe anyone know how to setup a project.
I have read the documentation but where can i find the necessary jars

Regards

0
5 comments

Henk,

All the necessary jars can be found in TeamCity distribution under \webapps\ROOT\WEB-INF\lib For a server-side plugin most probably you would need: common.jar server-openapi.jar web-openapi.jar annotations.jar For a plugin with own web controller (or using logging, etc.) you can also need other support jars located in the same directory, like: jdom.jar log4j-1.2.12.jar spring-webmvc.jar spring.jar util.jar and ]]>\lib\servlet-api.jar

0
Avatar
Permanently deleted user

Thanks

0
Avatar
Permanently deleted user

I trying to get the samples working, i found out that a also need the utils.jar file.

But still i need more jar files, does anyone know where to find the class jetbrains.buildServer.vcs.SelectPrevBuildPolicy

0
Avatar
Permanently deleted user

Henk Laracker wrote:

I trying to get the samples working, i found out that a also need the utils.jar file.

But still i need more jar files, does anyone know where to find the class jetbrains.buildServer.vcs.SelectPrevBuildPolicy


It resides inside server-model.jar

--
Alexey Gopachenko
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"

0
Avatar
Permanently deleted user

To get the samples running, the compleet list of jars is :

07-07-2008 18:02 10.891 annotations.jar
07-07-2008 18:02 225.159 common.jar
07-07-2008 18:02 236.642 server-openapi.jar
07-07-2008 18:02 166.633 web-openapi.jar
02-09-2008 11:35 1.845.433 util.jar
02-09-2008 11:35 153.172 jdom.jar
02-09-2008 11:35 362.221 log4j-1.2.12.jar
02-09-2008 11:35 2.912.114 spring.jar
02-09-2008 11:35 402.222 spring-webmvc.jar
02-09-2008 11:36 85.287 servlet-api.jar
02-09-2008 11:42 57.960 utils.jar
02-09-2008 14:31 90.936 server-model.jar
02-09-2008 14:33 20.923 messages.jar

You also need to deploy the samples to the directory : webapps\ROOT\WEB-INF\plugins\samplePlugin otherwise it doesn't work

0

Please sign in to leave a comment.