Greetings
I forgot to add the extension to Xacrett handler, I will fix it but
please you can change the source and compile first.
in \Cmarc\XacrettBase.cs, line 86, add
retVal.Add(new ArchiveType(archiver, "tar", 0, true, true, false,
false, "/x"));
retVal.Add(new ArchiveType(archiver, "bz2", 0, true, true, false,
false, "/x"));
retVal.Add(new ArchiveType(archiver, "gz", 0, true, true, false,
false, "/x"));
this should fix this problem.
I haven't figured out how to support progress for Cmarc archives yet,
it have a way to register a window to receive message, but I dont know
how to work with it.
I have a list of projects using Cake component, if you like you can
send me a link to your project so I can link you.
Regards
Joseph Leung