It's all about the answers!

Ask a question

How we can eliminate .jazz5 folder while loading the component by programmatically ?


varathan anandaraj (8512) | asked Dec 29 '15, 12:26 p.m.
edited Dec 29 '15, 12:27 p.m.

we can load the source code from component baseline . but while we load , the JAZZ5 folder also appear on local sand box .

how we can eliminate .jazz5 folder while loading the component by programmatically ?

ILoadOperation loadOperation = IOperationFactory.instance.getLoadOperation(null);

loadOperation.requestLoadAs(sandBox, null, component.getName(), newTempWorkspaceConn, component, component.getRootFolder());

Accepted answer


permanent link
sam detweiler (12.5k6195201) | answered Jan 02 '16, 8:41 a.m.
you cannot.. this is the same as the .git folder when cloning from the git server.
you can erase it later, but then you lose the ability to checkin or deliver changes back to the server
varathan anandaraj selected this answer as the correct answer

Your answer


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.