[jcifs] ant javac task

Mike Kienenberger mkienenb at gmail.com
Thu Apr 6 19:09:28 GMT 2006


On 4/6/06, Laurent Sauvage <sauvagelaurent at hotmail.com> wrote:
> 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">.

Unfortunately, using source and target is not always sufficient.  See
this url for details.

http://jroller.com/page/scolebourne?entry=compiling_for_older_jdks


More information about the jcifs mailing list