Thanks Stefan.. I thought cab was removed due to this error message.. The "not found" message is a bit misleading.
Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.3:run (build.cab) on project xxxxxxx: An Ant BuildException has occured: Problem: failed to create task or type cab Cause: the class org.apache.tools.ant.taskdefs.optional.Cab was not found. This looks like one of Ant's optional components. Action: Check that the appropriate optional JAR exists in -ANT_HOME\lib -the IDE Ant configuration dialogs Do not panic, this is a common problem. The commonest cause is a missing JAR. On Sat, Apr 2, 2016 at 11:32 PM, Stefan Bodewig <bode...@apache.org> wrote: > On 2016-04-03, Gary M wrote: > > > For the cab.java file, I'll test for MakeCab then cabarc. If neither are > > found, fail with a meaningful error message. > > Sounds good! > > > I'm shooting for non-Ivy at the moment based on immediate needs. > > Since you're changes haven't got any dependencies other than Java itself > there is no need for Ivy at all. > > I forgot to mention: if you want your changes to go into 1.9.x then > Java5 compatibility is required (the existing code looks like Java 1.1) > - for 1.10.x you could use Java8. > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org > For additional commands, e-mail: dev-h...@ant.apache.org > >