How to get files from RTC server by java program?
4 answers
Hi,
I don't understand the question, I guess. If you have joined a team and want to access the source code in streams, check with your colleagues how they do it. A typical use case for a developer is to have the RTC Eclipse Client or the Visual Studio Client installed and access the shared data through it See here for an introduction: http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0m1/topic/com.ibm.team.scm.doc/topics/c_getting_started.html
Another good overview can be found here: https://jazz.net/projects/rational-team-concert/learnmore/
You can also access the SCM system using the SCM command line tool as described here: http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0m1/topic/com.ibm.team.scm.doc/topics/c_scm_cli.html
There is a plain Java API that can be used to write applications that connect to RTC, but I don't think this is what you want to do.
I don't understand the question, I guess. If you have joined a team and want to access the source code in streams, check with your colleagues how they do it. A typical use case for a developer is to have the RTC Eclipse Client or the Visual Studio Client installed and access the shared data through it See here for an introduction: http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0m1/topic/com.ibm.team.scm.doc/topics/c_getting_started.html
Another good overview can be found here: https://jazz.net/projects/rational-team-concert/learnmore/
You can also access the SCM system using the SCM command line tool as described here: http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0m1/topic/com.ibm.team.scm.doc/topics/c_scm_cli.html
There is a plain Java API that can be used to write applications that connect to RTC, but I don't think this is what you want to do.
Hi,
I don't understand the question, I guess. If you have joined a team and want to access the source code in streams, check with your colleagues how they do it. A typical use case for a developer is to have the RTC Eclipse Client or the Visual Studio Client installed and access the shared data through it See here for an introduction: http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0m1/topic/com.ibm.team.scm.doc/topics/c_getting_started.html
Another good overview can be found here: https://jazz.net/projects/rational-team-concert/learnmore/
You can also access the SCM system using the SCM command line tool as described here: http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0m1/topic/com.ibm.team.scm.doc/topics/c_scm_cli.html
There is a plain Java API that can be used to write applications that connect to RTC, but I don't think this is what you want to do.
Thank you very much!!
I want to write an application by plain Java API.
The application should be able to access our project server,and download source file or document which my colleagues finish from server to local computer's appointed folder.
Now,The application which I finished can access the server and get work items.But I can't download source file or document.
Does RTC's plain Java API provide some method that can satisfy my requirement?(I have searched,but I did not get any answer)