[jcifs] ant javac task

Laurent Sauvage sauvagelaurent at hotmail.com
Thu Apr 6 18:41:18 GMT 2006


Hi,

I send this email regarding jcifs release 1.2.9. This version is necessary
because version 1.2.8 was compiled against JDK 1.5, which can cause
compatibility problems.
To avoid this, instead of compiling jcifs with JDK 1.4, you should use the
source and target attributes of the javac ant task.
Then the javac tag looks like this: <javac srcdir="src" destdir="build"
debug="on" source="1.4" target="1.4">.
Congratulations for the great jcifs library.

Regards,

Laurent Sauvage.


More information about the jcifs mailing list