J'écris pour vous demander un peu d'aide sur ANT. Voilà ce qui s'affiche dans la console au moment où ant fait son travail :
1 2
| BUILD FAILED
/home/harry/workspace/j2me-txteditor/build.xml:51: java.io.IOException: java.io.IOException: /usr/java/WTK2.2/bin/preverify: cannot execute |
Et sur la ligne 51 du xml on a :
<wtkpreverify jarfile="${ant.project.name}.jar" jadfile="${ant.project.name}.jad"/>
Si on met en commentaire cette tache preverify (j'ai essayé par curiosité) et qu'on relance Ant on se retrouve avec une autre erreur :
1 2
| BUILD FAILED
/home/harry/workspace/j2me-txteditor/build.xml:54: Emulation failed |
Charly
Partager