Re: RE: javac .. java added as class does not exist

2008-08-12 Thread Matthias Coy
ainty <[EMAIL PROTECTED]> > An: [EMAIL PROTECTED] > Betreff: RE: javac .. java added as class does not exist > > one of 3 possible errors > > a)you didnt use the right javac.exe compiler as verified by running > $JAVA_HOME/bin/javac.exe > b)the java source file contain

javac .. java added as class does not exist

2008-08-06 Thread Matthias Coy
Hi everybody, I have a build logfile, which contains a lot of these messages: [javac] HelloWorld.java added as HelloWorld.class doesn't exist. The files are definitely there, but somehow ant does not find them. I've set a correct JAVA_HOME and ANT_HOME and unset CLASSPATH (i'm using windows xp