Problème du build avec Ant
Salut tout le monde,
J'ai un soucis lors de generation du build.xml, j'ai l'erreur suivante:
BUILD FAILED
D:\worskpaceGalileo\CMSC-WareHouse-reporter\build.xml:8: Problem: failed to create task or type eclipse.convertPath
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.
voici le bout du code qui me cause des probléme:
Code:
1 2 3 4 5 6
|
<property name="project.current.name" value="CMSC-WareHouse-reporter" description="A PERSONNALISER - Nom du projet sous Eclipse" />
<property name="project.common.name" value="CMSC-common" description="A PERSONNALISER - Nom du projet souche sous Eclipse" />
<eclipse.convertPath resourcePath="${project.current.name}" property="project.current.dir" />
<eclipse.convertPath resourcePath="${project.common.name}" property="project.common.dir"/> |
je ne sais pas c'est quoi le souci. Merci d'avance