CSS

Wednesday, August 17, 2011

YUM, Ant and Optional Tasks

So I have a program that's ant tasks works fine on my Mac but when I ran the task on a Linux box I got java.lang.ClassNotFoundException: org.apache.tools.ant.taskdefs.optional.TraXLiaison.  Well it turns out that YUM has split Apache Ant into a bunch of different packages.  In this case I needed to run the following command.


yum install ant-trax.noarch


Wednesday, August 3, 2011

DB2Plugin Added to Wonder

The DB2 database plugin for WebObjects that I wrote has been added to the Wonder Framework.  The Plugin supports both mainstream DB2 and DB2 for iSeries.  The biggest pain for using the plugin is getting the DB2 jars.  Check the README files for help on that.