It's all about the answers!

Ask a question

RTC Java API - Adding subsets to enterprise build


Morten Madsen (3053250) | asked Aug 28 '18, 1:14 a.m.
I'm trying to add a subset to an enterprise build directly from a custom ant build task (using the buildtoolkit). The buildtoolkit being very similar to the standard java API client works in most aspects. But I'm having trouble with this line:
return (IBuildableSubsetClientAPI) repo.getClientLibrary(IBuildableSubsetClientAPI.class);
    
It seems that this class is not accessible from the buildtoolkit, as I get the following exception (even though I include the correct dependencies):
java.lang.NoClassDefFoundError: com.ibm.team.enterprise.buildablesubset.client.IBuildableSubsetClientAPI
    
Anybody can help me with this?

Be the first one to answer this question!


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.