Asset linking error
Whenever one user changes the jar version, the rambuildercontrol.xml file gets updated like this:
<connection>7EFD129A-85D8-8B74-56C2-A5DEA3BFF45D;https://<server>:9443/ram.ws</connection>
and the dependent projects builds normally fail.
Whenever others in the same project update the jar version the rambuildercontrol.xml file is updated like this:
<connection>https://<server>:9443/ram.ws;7EFD129A-85D8-8B74-56C2-A5DEA3BFF45D</connection>
and the dependent projects builds finish successfully.
Any ideas why this one user is having issues? I've tried searching Google with no luck.
Has anyone seen this issue before?
|
Be the first one to answer this question!
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.
Comments
Is anybody else downloading the same project that the rambuildcontrol.xml file is in? If someone else is using the same project they should be getting the exact same control file. There shouldn't be a difference. (I'm assuming that someone didn't turn on jazzignore for the rambuildercontrol file, these files should be checked in just like any other file in the project for sharing to work correctly).