Index: lutinprocessor/src/java/org/codelutin/processor/ant/I18nExtractorTask.java diff -u lutinprocessor/src/java/org/codelutin/processor/ant/I18nExtractorTask.java:1.1 lutinprocessor/src/java/org/codelutin/processor/ant/I18nExtractorTask.java:1.2 --- lutinprocessor/src/java/org/codelutin/processor/ant/I18nExtractorTask.java:1.1 Mon Aug 16 20:47:12 2004 +++ lutinprocessor/src/java/org/codelutin/processor/ant/I18nExtractorTask.java Tue Dec 7 17:17:28 2004 @@ -23,9 +23,9 @@ * Created: Aug 16, 2004 * * @author Cédric Pineau - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * - * Last update : $Date: 2004/08/16 20:47:12 $ + * Last update : $Date: 2004/12/07 17:17:28 $ * by : $Author: pineau $ */ @@ -34,7 +34,8 @@ import java.io.File; import java.io.IOException; -import java.util.Arrays; +import java.util.ArrayList; +import java.util.Iterator; import org.apache.tools.ant.BuildException; import org.apache.tools.ant.DirectoryScanner; @@ -50,8 +51,12 @@ protected void doExecute() throws BuildException { // creation du repertoire pour le fichier destination destFile.getParentFile().mkdirs(); + ArrayList fileList = new ArrayList(); + for (int i=0; i