Salut,
J'aimerai utiliser ANT pour compiler un projet java et créer mon jar.
J'ai donc un build.xml et un build.properties etc..
Cependant quand je le lance, j'ai ces erreurs :
Mais quand je compile avec JBuilder je n'ai pas ces erreurs... savez-vous pouquoi??File.java:216: cannot resolve symbol
[javac] symbol : method getTextContent ()
[javac] location: interface org.w3c.dom.Node
[javac] (nodelist.item(i)).getTextContent());
[javac] ^
[javac] L:\local_src\HEAD\mgr4Java\admin\src\com\orsyp\mgr4java\admin\UxUser
File.java:217: cannot resolve symbol
[javac] symbol : method getTextContent ()
[javac] location: interface org.w3c.dom.Node
[javac] if (( (nodelist.item(i)).getTextContent()).
merci merci :
Partager