Hi, While using the GenerateWizard in LSC-sample, I encounter the following error that comes from AntInstaller. This happens while it tries to execute the "compile-resources" task in build.xml.
8<----------------------------------------------------------------------- Install failed Error running the install, The following error occurred while executing this line: /home/jclarke/lsc-sample/build.xml:85: Could not create type native2ascii due to java.lang.NoSuchMethodError: org.apache.tools.ant.util.JavaEnvUtils.isClasspathBased()Z 8<----------------------------------------------------------------------- I have noticed this error occurs only within AntInstaller. When running ant on the command line, the native2ascii command works fine. I recently upgraded my OS (Ubuntu 8.04 to 8.10), this maybe related. I wonder if AntInstaller uses a different version of ant than the one on the command line, or calls it differently? If anyone here has more ant experience than me, I'd love to hear about it :) Regards, Jon

