Subject Compiling Type2 driver
Author Luca Lafranchi
Hi :)

I eventually managed to get MSVC6 installed and so I'm trying to compile
the whole native part of the driver by myself using the ant script, but
something's wrong. I updated the sources and ran ant AS IS, but java
didn't find cpptasks.jar, so I put it in the ext directory of jre. So
far so good, ant starts does something, outputs "init","compile-native",
and then stops:
BUILD FAILED
file:C:/.../build_native.xml:31 taskdef class
net.sf.antcontrib.cpptasks.CCTask cannot be found

I put cpptasks.jar everywere (jdk/lib, ant/lib,...), edited the
CLASSPATH variable, but still I get the error. Looks like a <classpath>
directive is missing somewhere in the xml files, but I'm not an ant
expert :( so I don't exactly know where to look at.

Any hints?

Thanks
Luca