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

why do Baseline URL shows different views in Web and Eclipse?

 https://l*:9443/ccm/resource/itemOid/com.ibm.team.scm.Baseline/_4Kci0wlYEeWvWq64jXWwMA this is baseline url which when user pastes in the browser opens up the Repository view of the Baseline.

Programmatically when user passes url 
URI uri = URI.create(url); 
StandardContextProvider contextProvider = new StandardContextProvider(null); 
 Hyperlinks.open(uri, contextProvider); 

it opens the properties view of baseline .why is that views are different for same url? 

0 votes

Comments

I doubt it's different. The browser will automatically redirect to new pages when such URL is requested. So your code needs to do something similar.

I have tested it, when user pastes  url , https://l*:9443/ccm/resource/itemOid/com.ibm.team.scm.Baseline/_4Kci0wlYEeWvWq64jXWwMA
 in th browser (i dont know happens within browser) it opens up the Repository files view of Baseline.
but when program trys to open this same url in the client, it shows properties view.



One answer

Permanent link
This is because prior to RTC 6.0 we had no 'baseline properties' page in the Web UI.

Now when you open the URL (whether in Eclipse or the Web), you will be presented with a baseline page which shows information such as:
-baseline name
-baseline ID
-component
-baseline creator
-creation date
-description
-baseline hierarchy

The Web UI also provides tabs for "Repository Files", "History", "File Links" (which can also be explored in Eclipse via various context menu actions on the baseline)

0 votes

Your answer

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,937
× 1,700

Question asked: May 26 '17, 4:41 a.m.

Question was seen: 2,768 times

Last updated: Jun 20 '19, 1:23 p.m.

Confirmation Cancel Confirm