1) What parsers are you using to compile ?
2) What parsers do you have in Ant libs ? (ie lib and lib/optional) 3) Make sure you compile with the attribute includeantruntime="no" in javac, most of the time it's better not to mix things which have nothing to do. Since getLocalName is a DOML2 method I believe you have some DOML1 parser somewhere (say parser.jar from Ant 1.3 or such) -- Stéphane Bailliez Software Engineer, Paris - France iMediation - http://www.imediation.com Disclaimer: All the opinions expressed above are mine and not those from my company. > -----Original Message----- > From: Kazandjian Erik [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 14, 2001 10:40 AM > To: 'Ant User' > Subject: upgrade from 1.3 to 1.4.1 > > > After an upgrade of Ant 1.3 to Ant 1.4.1 I get errors while compiling > > /home/integrator/square/src/com/siemens/square/client/translat > ion/Translatio > n.java:107: cannot resolve symbol > [javac] symbol : method getLocalName () > [javac] location: interface org.w3c.dom.Node > [javac] if > ((itemMember.getLocalName() > != null) && itemMember.getLocalName().equals("meaning")){ > > I have copied my old jar files from the lib directory to the > new location > (after backing up the old ones) but the problem still stays, > anybody knows > what is going on ? > > > Erik > > -- > 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]>