Hi Hauke, No sorry but the advice did not work. The system could not find either the "classic" or the "modern compilers, and therefore the build kept failing. I think this is unacceptable behaviour for a tool like "ant", but I don't understand it. I solved the problem by installing jikes and setting build.compiler="jikes". But this does not shed light on what the real problem was. Perhaps I should ask the developers. Thanks Regards goffredo
Quoting [EMAIL PROTECTED]: > Hi! > > I guess you have to set the propertie build.compiler to modern. Default > is > classic (Java 1.1 and 1.2). > > Hope this helps. > > Greetings, > Hauke > ________________________________________________________________________________ ___ > <name> Hauke Stammer </name> > <what> Software Entwickler </what> > <where> Competence Center System Integration </where> > <location>Mobilcom Communicationstechnik GmbH > Wollingstra�e 10 > 24782 Buedelsdorf / Germany </location> > <phone> 49-4331-692710 </phone> > <mail> [EMAIL PROTECTED] </mail> > > > > > > almirena/scan <[EMAIL PROTECTED]> > 26.01.2002 16:28 > Bitte antworten an "Ant Users List" > > > An: [EMAIL PROTECTED] > Kopie: > Thema: Odd Behaviour ... > > > Hi > I'm trying to do a build. I have JDK 1.3 and JAVA_HOME is > set to c:\jdk1.3. But the build fails with the odd message, > Java classic not found, suggest you set JAVA_HOME. What? > I assume that ant requires some kind of VM before it can > run ... that VM should be by default the one it uses to run > javac ... What on earth is goin on? > anyone know? > thanks > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
