scm command line help in the Info Center
https://jazz.net/help-dev/rational-team-concert/topic/com.ibm.team.scm.doc/topics/r_scm_cli_scm.html
This link is referenced in at least two locations in the Info Center help, but it redirects to the SystemZ scm command line reference. Is there a separate scm command reference for Windows/Linux/Unix? Where is it?
This link is referenced in at least two locations in the Info Center help, but it redirects to the SystemZ scm command line reference. Is there a separate scm command reference for Windows/Linux/Unix? Where is it?
13 answers
Here:
http://publib.boulder.ibm.com/infocenter/rtc/v2r0m0/index.jsp?topic=/com.ibm.team.scm.doc/topics/r_scm_cli_scm.html
Thanks Stephanie. The purpose of this post was two-fold:
1. To find the proper reference for V3.0 (this link is for 2.0 -- are there updates?).
2. To make the doc team aware of the bad link in the jazz.net InfoCenter before publication.
Thanks Jim. I had encountered this issue before in the 3.0 help and thought it had been fixed up. I've notified the doc team.
Where did you navigate from to end up at that link?
The non-Enterprise version for 3.0 can be found under Reference, at:
https://jazz.net/help-dev/rational-team-concert/index.jsp?topic=/com.ibm.team.scm.doc/topics/c_scm_cli.html
Where did you navigate from to end up at that link?
The non-Enterprise version for 3.0 can be found under Reference, at:
https://jazz.net/help-dev/rational-team-concert/index.jsp?topic=/com.ibm.team.scm.doc/topics/c_scm_cli.html
Nick -
If you go to the page you refererenced:
https://jazz.net/help-dev/rational-team-concert/index.jsp?topic=/com.ibm.team.scm.doc/topics/c_scm_cli.html
and scroll to the bottom, you'll find a number of links. One link is named "scm" which is described as "Run Rational Tean Concert source control command line tools", which resolves to:
https://jazz.net/help-dev/rational-team-concert/topic/com.ibm.team.scm.doc/topics/r_scm_cli_scm.html
If you follow this link, it displays the Enterprise (z) command line reference.
If you go to the page you refererenced:
https://jazz.net/help-dev/rational-team-concert/index.jsp?topic=/com.ibm.team.scm.doc/topics/c_scm_cli.html
and scroll to the bottom, you'll find a number of links. One link is named "scm" which is described as "Run Rational Tean Concert source control command line tools", which resolves to:
https://jazz.net/help-dev/rational-team-concert/topic/com.ibm.team.scm.doc/topics/r_scm_cli_scm.html
If you follow this link, it displays the Enterprise (z) command line reference.
To avoid embedding the user id or password / password file path, you can use Ant properties, e.g.
<artifactFilePublisher ... userId="${userId}" passwordFile="${passwordFile}"/>
then define the actual values as build properties in the build definition, or using -Dproperty=value on the Ant command line. If you don't want them in the build definition either, the Ant script could read the properties from a file on the build machines using <property file="..."/>
See http://ant.apache.org/manual/Tasks/property.html
<artifactFilePublisher ... userId="${userId}" passwordFile="${passwordFile}"/>
then define the actual values as build properties in the build definition, or using -Dproperty=value on the Ant command line. If you don't want them in the build definition either, the Ant script could read the properties from a file on the build machines using <property file="..."/>
See http://ant.apache.org/manual/Tasks/property.html
page 1of 1 pagesof 2 pages