Jonathan Clarke wrote: > 4) The generateWizard requires AntInstaller. Or, put differently, the > installer requires AntInstaller. That sounds weird... Surely we could > generate the wizard into a jar, and just distribute it as is, for users > to launch? That way, AntInstaller would no longer be required, saving a > lot of trouble!
OK, I had a look at this. Turns out we already generate a JAR containing the installer. I have updated the ant build.xml so that: - ant lsc::buildGenerateWizard builds this JAR in the lib/ directory - ant lsc::dist includes this in the tarballs it generates - ant lsc::generateWizard just launches the JAR from the lib/ directory (assuming it exists) So, now if this works, we don't need to get users to install AntInstaller anymore! :) Can somebody else than me please test by: - downloading http://tools.lsc-project.org/versions/download/1?attachment_id=3 - untarring it - running ant lsc::generateWizard and generating something Thanks in advance. Jonathan

