Issue #111 has been updated by S?bastien Bahloul.
Thanks Jon, but it seems to be a Ant 1.7.0 / 1.7.1 coexistence problem (I find a description of this problem in a windows environment). I propose to see if the AntInstaller community can find a fix because we are probably going to face this issue for each minor version : Ant seems to do some introspection to find the method to call which will probably occur for each deprecated call. ---------------------------------------- Bug #111: AntInstaller fails to run replaceregexp task http://tools.lsc-project.org/issues/show/111 Author: S?bastien Bahloul Status: New Priority: High Assigned to: Category: Core Target version: As declared there: https://sourceforge.net/tracker/?func=detail&aid=2824019&group_id=123466&atid=696612, AntInstaller 0.8beta launched by Ant 1.7.1 produces an error about a non existent method. Then it fails to run the generator and the installer. org.tp23.antinstaller.InstallException: Error running the install, java.lang.NoSuchMethodError: org.apache.tools.ant.util.FileUtils.createTempFile(Ljava/lang/String;Ljava/lang/String;Ljava/io/File;ZZ)Ljava/io/File; at org.tp23.antinstaller.runtime.exe.AntProjectFilter.exec(AntProjectFilter.java:172) at org.tp23.antinstaller.runtime.ExecInstall.exec(ExecInstall.java:85) at org.tp23.antinstaller.selfextract.NonExtractor.main(NonExtractor.java:59) Caused by: jar:file:/home/sbahloul/workspaces/linid/org.lsc.lsc-sample-1.1-SNAPSHOT/lib/lsc-sample-generator.jar!/build.xml:92: java.lang.NoSuchMethodError: org.apache.tools.ant.util.FileUtils.createTempFile(Ljava/lang/String;Ljava/lang/String;Ljava/io/File;ZZ)Ljava/io/File; at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:115) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.Target.execute(Target.java:357) at org.apache.tools.ant.Target.performTasks(Target.java:385) at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329) at org.apache.tools.ant.Project.executeTarget(Project.java:1298) at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) at org.apache.tools.ant.Project.executeTargets(Project.java:1181) at org.tp23.antinstaller.runtime.exe.AntProjectFilter.exec(AntProjectFilter.java:166) ... 2 more -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.lsc-project.org/pipermail/lsc-dev/attachments/20090720/45d08ad1/attachment-0001.htm>

