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
No comments:
Post a Comment