The developers are here listening. And for it being unacceptable behavior - I'd agree with you except that thousands (millions?) of Ant users have successfully used Ant with JDK 1.3 all over the world. Rather than blaming Ant for something that is obviously a configuration or environment problem on your machine - how about giving us some more details of the problem like your build.xml file and the complete 'ant -debug' output?
----- Original Message ----- From: "almirena/scan" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, January 28, 2002 9:01 PM Subject: Re: Antwort: Odd Behaviour ... > 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]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
