Updating the Packages Used by JNode

Well several problems occurred when I updated most of the packages that JNode uses.

Packages I updated:
ant.jar
ant-junit.jar
ant.nodeps.jar
ant-trax.jar
asm.jar
cglib.jar
common-net.jar
jcfe.jar
jfunc.jar
jmock.jar
jmock-cglib.jar
log4j.jar
mx4j.jar
mx4j-remote.jar
edtftpj.jar
jcifs.jar
pmd.jar
xercesImp.jar
groovy.jar

=============================================================================================
Location: FS
File: jmock-cglib.jar
Problem: Upgrading from 1.0.1 to 1.1.0

What happened:
Well, there used to be a class called Mock in jmock-cglib.jar, however, it was moved to jmock.jar

Affected Files:
org.jnode.test.fs.driver.factories.MockFloppyDeviceFactory
org.jnode.test.fs.driver.factories.MockIDEDeviceFactory
org.jnode.test.support.MockInitializer
org.jnode.test.support.MockObjectFactory
org.jnode.test.support.MockUtils
=============================================================================================
Location: Core
File: org.jnode.test.framework.TestManager

Problem:
addTestSuite() from the junit package which was upgraded to 4.1
=============================================================================================
Please Note:
Everything but the TestManager I fixed as it was a case of just editing the import call, however, since I do not know generics yet, I don't know what's causing TestManager to crap out.