Sebastien Bahloul wrote: > Hi Jon, > > AntInstaller uses its own embedded Ant version (1.6.5 i think) when > running the installer. But the Ant Installer building task uses the host > Ant version.
Ha! That is indeed the problem. To be precise, the problem appears if you run the lsc::generateWizard ant task to build the AntInstaller wizard, using Ubuntu's packaged ant. Indeed, their package adds a function called "isClasspathBased()" that doesn't exist in upstream ant... So to workaround this, just install ant from http://ant.apache.org, and get rid of the Ubuntu-packaged one! I wonder why they added that method? Jon

