David Bailey <[EMAIL PROTECTED]> wrote:

> It appears that whenever ant encounters a <javac> task, it uses the
> passed in $LOCALCLASSPATH instead of any path specified using the
> "classpath" attribute of the <javac> task.

No, it prepends the passed in CLASSPATH by default (changeable via
build.sysclasspath).

If you don't want to use your LOCALCLASSPATH at all, see <javac>'s
includeantruntime attribute.

Stefan

Reply via email to