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

2008-08-12 Thread Matthias Coy
Hi again, ok, still same problem: a) >%JAVA_HOME%/bin/javac.exe Usage: javac where possible options include: ... so, JAVA_HOME is set correctly b) one of the lines [javac] foobar.java added as foobar.class doesn't exist. --> javac.exe foobar.java Note: com\eh\applets\tankgrpgraphical\TankGrp

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