Hi Gary welcome!
On 2016-04-02, Gary M wrote: > I noticed cab.java is still in the source tree and the cab.class is still > building, however, the cab .jar is not. It should be inside ant.jar $ unzip -l build/lib/ant.jar | fgrep Cab 8781 2016-03-29 14:42 org/apache/tools/ant/taskdefs/optional/Cab.class > I'm assuming cab support was removed due to M$ EOL their Cabinet SDK and > cabarc.exe utility cab.java requires. No, it is still part of the Ant distribution. > I'd like to uplift cab file support and convert cabarc.exe utility to M$'s > MakeCab.exe utility. Sounds great in either case. > I'd like some suggestions about adding cab support to build.xml and how to > place the uplifted files back into ant's distribution. I'm not sure what you are asking for. You probably know better than us what kind of operations of a cab file would be useful to have. :-) It would be great if your could keep the existing task's API and modify Cab.java, but if the new tool needs a different approach then don't hesitate creating a completely new task. Cheers Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org