Plugin documentation is incorrect for AntTaskExtension
Hi,
I am upgrading to TeamCity 7 and have a plugin that implements the AntTaskExtension but that class is no longer available but the documentation still states to use it:
http://confluence.jetbrains.net/display/TCD7/Build+Runner+Plugin
What should be used instead?
Thanks,
Jay
Please sign in to leave a comment.
Looks like they no longer include in the agent-api jar and it's now part of
<teamcity>/webapps/ROOT/WEB-INF/plugins/ant/agent/antPlugin.zip!antPlugin/ant-runtime.jar
Found this here:
http://confluence.jetbrains.net/display/TCD7/Open+API+Changes
Updated. Thans