I'm using ant through maven. I want to create cab files using ant, but ant seems to use the cabarc.exe tool. Microsoft no longer supports the Cabinet SDK and the cabarc tool.
Is there another way to have ant create a cab file ?
I'm using ant through maven. I want to create cab files using ant, but ant seems to use the cabarc.exe tool. Microsoft no longer supports the Cabinet SDK and the cabarc tool.
Is there another way to have ant create a cab file ?
Digging into the source ad the build system, the answer is no. The cab.java file is compiled to cab.class, but the creation of the jar file does not occur. I believe the optional library was removed from the build due to EOL of M$'s Cabinet SDK.