If you want to run merge on a files/folder that is located on an other drive, MBT will fail, claiming that it can't find a valid file.
JUDA@VBYJUDA /cygdrive/c/MBT/mbt
$ java -jar mbt.jar merge -f /cygdrive/v/AO_Internet/Fabriken/Test/Sport/Stryktipset
'/cygdrive/v/AO_Internet/Fabriken/Test/Sport/Stryktipset' is not a file or a directory. Please specify a valid .graphml file or a directory containing .graphml files
Type 'java -jar mbt.jar help merge' for help.
Coping the files to the same drive will work. (/cygdrive/c/MBT/model/Stryktipset)
JUDA@VBYJUDA /cygdrive/c/MBT/mbt
$ java -jar mbt.jar merge -f ../model/Stryktipset
Works fine!
Best regards
Josip Udovcic
Svenska Spel
