Hello Shannon,
Sorry it took so long to respond. We are running into a few different issues with the file still. The first issue that has been occurring is the issue I stated in the previous Post. Going in order on the file, first we Log into Vault. Next we check out the version file, then call an executable to change the version file, and then we check the file back into Vault. As I stated before the issue occurs when a Target is called. All this target does is use the task vaultcheckin and the vaultfileset task to check the file back in. Here is an example of the tasks below.
<vaultcheckin unchanged="checkin">
<vaultfileset>
<include name="C:\project\directory\file.cs>
</vaultfileset>
</vaultcheckin>
Originally I had it setup without the unchanged parameter, but added it later when the checkin kept failing.
Here is the exact Error Message that I receive when the CheckIn fails:
"INTERNAL ERROR
System.exception: The current change set does not have any items for C:\project\directory\file.cs
at VaultClientIntegrationLib.ServerOperations.ProcessCommandCommit(String[] objectPaths, UnchangedHandler unchanged, Boolean keepChe
ckedOut, LocalCopyType localCopy)
at VaultClientIntegrationLib.ServerOperations.ProcessCommandCheckIn(String[] objectPaths, UnchangedHandler unchanged, Boolean keepCh
eckedOut, LocalCopyType localCopy)
at NAnt.Contrib.Tasks.SourceGearVault.vaultcheckin.ExecuteTask()
at NAnt.Core.Task.Execute()
at NAnt.Core.Target.Execute()
at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
at NAnt.Core.Tasks.CallTask.ExecuteTask()
at NAnt.Core.Task.Execute()
at NAnt.Core.Target.Execute()
at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
at NAnt.Core.Project.Execute()
at NAnt.Core.Project.Run()
Please send bug report to
nant-developers@lists.sourceforge.net."
-- END OF ERROR MESSAGE --
Any Suggestions, the SOONER the better, we need this to be working ASAP!!. Thank you. Joe