On of our developers reports this problem, when using Vault within FinalBuilder:
The WorkingFolder for the "Vault Get using wildcard" action must not end with a "\". It always seems to fail if it ends with a slash.
Is this a Vault constraint, or a FinalBuilder problem?
Is this a bug?
Moderator: SourceGear
Well, I manually created some command line commands related to GETWILCARD, and nothing seems amiss. I was able to put an extra '\' at the end of the -destpath option and it still retrieved the file to the right folder. It also worked fine when using the defined working folder (not using -destpath), and putting an extra '/' at the end of the repository path.
Note that putting an extra backslash '\' at the end of the repository path returns an error, because Vault path use forward slashes, not backslashes.
In any case, I'd recommend trying to figure out what exact command FinalBuilder is creating and then trying to invoke that manually to see what it complains about.
Note that putting an extra backslash '\' at the end of the repository path returns an error, because Vault path use forward slashes, not backslashes.
In any case, I'd recommend trying to figure out what exact command FinalBuilder is creating and then trying to invoke that manually to see what it complains about.