Issue #111 has been updated by Jonathan Clarke. Category changed from Core to Sample Priority changed from High to Normal
I have reproduced this bug, using latest Ant version and AntInstaller beta0.8. The workaround I suggested to Cl?ment in this link http://lists.lsc-project.org/pipermail/lsc-users/2009-February/000018.html still works - you need to replace the bundled ant.jar in AntInstaller with the latest ant.jar you're using, then everything works fine. Changing the priority of this bug, since using AntInstaller is a developer's task and we have a workaround. It is normally only done before release, anyway. ---------------------------------------- Bug #111: AntInstaller fails to run replaceregexp task http://tools.lsc-project.org/issues/show/111 Author: S?bastien Bahloul Status: New Priority: Normal Assigned to: Category: Sample 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/20090722/e78d7946/attachment.htm>

