Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RTC Java API - Adding subsets to enterprise build

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?

0 votes


Be the first one to answer this question!

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,941

Question asked: Aug 28 '18, 1:14 a.m.

Question was seen: 1,645 times

Last updated: Aug 28 '18, 1:14 a.m.

Confirmation Cancel Confirm