Key: |
QB-2184
|
Type: |
Bug
|
Status: |
Resolved
|
Resolution: |
Fixed
|
Priority: |
Major
|
Assignee: |
Unassigned
|
Reporter: |
Steve Luo
|
Votes: |
0
|
Watchers: |
0
|
If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
Created: 18/Sep/14 04:29 PM
Updated: 20/Sep/14 03:56 AM
|
|
Component/s: |
None
|
Affects Version/s: |
None
|
Fix Version/s: |
5.1.35
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
When TFS change type is property, the change-type attribute is empty like below:
<item change-type="" server-item="$/P/Services/ExportService.cs"/>
and the error looks like below:
3:00:28,641 ERROR - Step 'master>checkout' is failed: Unknown action '', you may need change your TFS to English version.
13:00:28,641 TRACE - Stack trace for the failure
com.pmease.quickbuild.plugin.scm.helper.ScmException: Unknown action '', you may need change your TFS to English version.
at com.pmease.quickbuild.plugin.scm.tfs.ActionMul.getAction(ActionMul.java:85)
at com.pmease.quickbuild.plugin.scm.tfs.TEEChangeLogConsumer.getChanges(TEEChangeLogConsumer.java:85)
at com.pmease.quickbuild.plugin.scm.tfs.TfsCli.changes(TfsCli.java:438)
at com.pmease.quickbuild.plugin.scm.tfs.TfsCli.changes(TfsCli.java:490)
at com.pmease.quickbuild.plugin.scm.tfs.TfsCli.changes(TfsCli.java:473)
at com.pmease.quickbuild.plugin.scm.tfs.TfsRepository.getChangesBetween(TfsRepository.java:96)
at com.pmease.quickbuild.plugin.scm.tfs.TfsRepository$$EnhancerByCGLIB$$cf14cf21.CGLIB$getChangesBetween$13(<generated>)
|
Description
|
When TFS change type is property, the change-type attribute is empty like below:
<item change-type="" server-item="$/P/Services/ExportService.cs"/>
and the error looks like below:
3:00:28,641 ERROR - Step 'master>checkout' is failed: Unknown action '', you may need change your TFS to English version.
13:00:28,641 TRACE - Stack trace for the failure
com.pmease.quickbuild.plugin.scm.helper.ScmException: Unknown action '', you may need change your TFS to English version.
at com.pmease.quickbuild.plugin.scm.tfs.ActionMul.getAction(ActionMul.java:85)
at com.pmease.quickbuild.plugin.scm.tfs.TEEChangeLogConsumer.getChanges(TEEChangeLogConsumer.java:85)
at com.pmease.quickbuild.plugin.scm.tfs.TfsCli.changes(TfsCli.java:438)
at com.pmease.quickbuild.plugin.scm.tfs.TfsCli.changes(TfsCli.java:490)
at com.pmease.quickbuild.plugin.scm.tfs.TfsCli.changes(TfsCli.java:473)
at com.pmease.quickbuild.plugin.scm.tfs.TfsRepository.getChangesBetween(TfsRepository.java:96)
at com.pmease.quickbuild.plugin.scm.tfs.TfsRepository$$EnhancerByCGLIB$$cf14cf21.CGLIB$getChangesBetween$13(<generated>)
|
Show » |
There are no comments yet on this issue.
|
|