[
https://issues.apache.org/jira/browse/SCM-838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17963341#comment-17963341
]
ASF GitHub Bot commented on SCM-838:
------------------------------------
jira-importer opened a new issue, #1066:
URL: https://github.com/apache/maven-scm/issues/1066
**[Ravi
Rowthu](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ravi.rowthu)**
opened
**[SCM-838](https://issues.apache.org/jira/browse/SCM-838?redirect=false)** and
commented
1. Executing mvn -Dmessage="Command line try" -Dincludes="*.xml" scm:checkin
[INFO] Command line: cmd.exe /X /C "stcmd ci -x -nologo -stop -p
[email protected]:49xxx/\<Project>/\<View>/Projects/POC/tibco.bw.sample.core.soa.CallProcess.application
-fp C:/
/\<Project>/\<View>/Projects/POC/tibco.bw.sample.core.soa.CallProcess.application
-r "Command line try" -eol on pom.xml"
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 8.670 s
[INFO] Finished at: 2016-10-20T13:08:16-05:00
[INFO] Final Memory: 17M/245M
[INFO]
------------------------------------------------------------------------
Actual result : I don't see my file upload into my starteam SCM.
2. Executing mvn -Dmessage="Command line try" scm:checkin
[INFO] Command line: cmd.exe /X /C "stcmd ci -x -nologo -stop -p
[email protected]:49xxx/\<Project>/\<View>/Projects/POC/tibco.bw.sample.core.soa.CallProcess.application
-fp
C:/\<Project>/\<View>/Projects/POC/tibco.bw.sample.core.soa.CallProcess.application
-is -r "Testing checkin thru Maven" -f NCI -eol on"
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 8.086 s
[INFO] Finished at: 2016-10-19T22:03:39-05:00
[INFO] Final Memory: 18M/247M
[INFO]
------------------------------------------------------------------------
Actual result : I don't see any of my local changed files upload into my
starteam SCM.
3. Executing stcmd from command line
stcmd ci -x -nologo -stop -p
[email protected]:49xxx/\<Project>/\<View>/Projects/POC/tibco.bw.sample.core.soa.CallProcess.application
-fp
C:/\<Project>/\<View>/Projects/POC/tibco.bw.sample.core.soa.CallProcess.application
-is -r "Testing checkin thru Maven" -f NCI -eol on
Actual result : Below error.
command is invalid. The parameter(s) "eol" is/are not supported by this
command. Please check the Command Line Documentation for a list of supported
parameters
4. Executing stcmd from command line without eol parameter
stcmd ci -x -nologo -stop -p
[email protected]:49xxx/\<Project>/\<View>/Projects/POC/tibco.bw.sample.core.soa.CallProcess.application
-fp
C:/\<Project>/\<View>/Projects/POC/tibco.bw.sample.core.soa.CallProcess.application
-is -r "Testing checkin thru Maven" -f NCI
Actual result : All my files are checked into starteam scm.
Questions/Comments:
1. https://maven.apache.org/components/scm/scms-overview.html
"StarTeam" is listed under "Fully implemented SCMs" and "Starteam
Enterprise" is listed under Not implemented SCMs. What is the difference
between these two.
2. We are using Microfocus StarTeam 15.1 here in our implementation.
3. Is "-eol on" causing the files not being committed to starteam scm ?
---
**Affects:** 1.9.5
> StarTeam scm:checkin
> --------------------
>
> Key: SCM-838
> URL: https://issues.apache.org/jira/browse/SCM-838
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Test
> Components: maven-scm-provider-starteam
> Affects Versions: 1.9.5
> Environment: Windows 7 professional OS
> Jenkins 2.19
> Maven 3.3.9
> StarTeam 15.1
> Reporter: Ravi Rowthu
> Priority: Minor
>
> 1. Executing mvn -Dmessage="Command line try" -Dincludes="*.xml"
> scm:checkin
> [INFO] Command line: cmd.exe /X /C "stcmd ci -x -nologo -stop -p
> [email protected]:49xxx/<Project>/<View>/Projects/POC/tibco.bw.sample.core.soa.CallProcess.application
> -fp C:/
> /<Project>/<View>/Projects/POC/tibco.bw.sample.core.soa.CallProcess.application
> -r "Command line try" -eol on pom.xml"
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 8.670 s
> [INFO] Finished at: 2016-10-20T13:08:16-05:00
> [INFO] Final Memory: 17M/245M
> [INFO]
> ------------------------------------------------------------------------
> Actual result : I don't see my file upload into my starteam SCM.
> 2. Executing mvn -Dmessage="Command line try" scm:checkin
> [INFO] Command line: cmd.exe /X /C "stcmd ci -x -nologo -stop -p
> [email protected]:49xxx/<Project>/<View>/Projects/POC/tibco.bw.sample.core.soa.CallProcess.application
> -fp
> C:/<Project>/<View>/Projects/POC/tibco.bw.sample.core.soa.CallProcess.application
> -is -r "Testing checkin thru Maven" -f NCI -eol on"
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 8.086 s
> [INFO] Finished at: 2016-10-19T22:03:39-05:00
> [INFO] Final Memory: 18M/247M
> [INFO]
> ------------------------------------------------------------------------
> Actual result : I don't see any of my local changed files upload into my
> starteam SCM.
> 3. Executing stcmd from command line
> stcmd ci -x -nologo -stop -p
> [email protected]:49xxx/<Project>/<View>/Projects/POC/tibco.bw.sample.core.soa.CallProcess.application
> -fp
> C:/<Project>/<View>/Projects/POC/tibco.bw.sample.core.soa.CallProcess.application
> -is -r "Testing checkin thru Maven" -f NCI -eol on
> Actual result : Below error.
> command is invalid. The parameter(s) "eol" is/are not supported by this
> command. Please check the Command Line Documentation for a list of supported
> parameters
> 4. Executing stcmd from command line without eol parameter
> stcmd ci -x -nologo -stop -p
> [email protected]:49xxx/<Project>/<View>/Projects/POC/tibco.bw.sample.core.soa.CallProcess.application
> -fp
> C:/<Project>/<View>/Projects/POC/tibco.bw.sample.core.soa.CallProcess.application
> -is -r "Testing checkin thru Maven" -f NCI
> Actual result : All my files are checked into starteam scm.
> Questions/Comments:
> 1. https://maven.apache.org/components/scm/scms-overview.html
> "StarTeam" is listed under "Fully implemented SCMs" and "Starteam Enterprise"
> is listed under Not implemented SCMs. What is the difference between these
> two.
> 2. We are using Microfocus StarTeam 15.1 here in our implementation.
> 3. Is "-eol on" causing the files not being committed to starteam scm ?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)