On Fri, 15 Feb 2002, Jonathan Locke <[EMAIL PROTECTED]> wrote:

> t:\config\Build.xml:53: Cannot use classic compiler,

This is OK, as there is no "classic" compiler in JDK 1.4 anymore.

But as you've also tried "modern" ...

Ant will try to automatically add JAVA_HOME/lib/tools.jar which is
supposed to contain the compiler to your CLASSPATH.  Could you please
run "ant -verbose" and look for the line where Ant echos the value of
the property java.class.path - is tools.jar part of this path?

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to