Bonjour,

j'essai en vain de faire une bete boucle for sur un file set, et a chaque fois j'obtiens :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
 
An Ant BuildException has occured: The following error occurred while executing this line:
/home/eclesia/dev/puzzle/puzzle-gis/trunk/builder/build.xml:172: Problem: failed to create task or type for
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 code :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
 
<for param="file">
            <path>
                <fileset refid="go3"/>
            </path>
            <sequential>
                <cleanMetaInf jar="@{file}" />
            </sequential>
        </for>
Si quelqu'un a une idée ...