It's all about the answers!

Ask a question

Build error 'collides with other components being loaded'


neeraj karandikar (46152) | asked Aug 23 '10, 9:14 p.m.
Hi,

When I request a bulid together for several projects(components) under a given stream I get following error while build mechanism is trying to fetch the files to temporary location.

'WARNING: com.ibm.team.filesystem.client code=2 Loading the directories in the file system would overwrite/remove existing directories. null children=[Status WARNING: com.ibm.team.filesystem.client code=204 build (collides with other components being loaded) null Status'

Has anyone come across similar issue or knows the reason?

We have seen similar error while trying to load these components in the local repository as well. To avoid this error then, we used 'Find and load eclipse projects' option on the 'Load repository window which appears on after clicking 'Load' on context menu of any component.


Thanks in advance,
Neeraj

One answer



permanent link
Nick Edgar (6.5k711) | answered Aug 24 '10, 10:38 p.m.
JAZZ DEVELOPER
The default load behaviour used by JBE is to load the contents of all components into the same target directory. This means that if two or more components have the same top-level folder or file names, they will collide.

Try using Show Repository Files on each of the components in your workspace to see whether this is the case. If so, you can either rename them to avoid conflicts, or use load rules to avoid the ambiguities.
For more on load rules, see http://publib.boulder.ibm.com/infocenter/rtc/v2r0m0/index.jsp?topic=/com.ibm.team.build.doc/topics/r_scm_build_loadrules.html

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.