Hey guys,

I've been using ant a lot for compiling my project under Win98. So, when I installed 
windows XP, I tried running ant for the first time. I had set my classpath and 
included ant.jar. I had also set JAVA_HOME to my java-directory. However, view the 
results of running ant below:

Buildfile: F:\CMS\build.ant

init:

prepare:

compile:
    [javac] Modern compiler is not available - using classic compiler
    [javac] Compiling 1 source file to F:\CMS\classes

BUILD FAILED

F:\CMS\build.ant:31: Cannot use classic compiler, as it is not available A common 
solution is to set the environment variable JAVA_HOME to your jdk directory.

Total time: 1 second

Can anybody tell me what is wrong? Thanks in advance,

Martin van Dijken
[EMAIL PROTECTED]
Madocke Interactive Media

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

Reply via email to