From: <bc...@wo...> - 2000-11-02 20:11:00
|
Yet another installer test. Changes are: - Non GUI installation option. This is triggered by the -o option to the Install program. The -o option expect a destination directory. By default only the core files will be installed. Additional installation modules can be selected by specifing the arguments "lib", "source" and/or "demo". java -cp . Install -o i:\temp\jython2.0pa0 lib source demo - Added the os flavor "Mac_OS". - OS identification option. Not all OS's are known in advance. The -f option allow users to specify the closest appoximation. Available OS's are "windows", "unix" and "mac". The installer is available from: ftp://jython.sourceforge.net/pub/jython/Install.class A tarball of the modified LiftOff files: ftp://jython.sourceforge.net/pub/jython/liftoff-001102.tar The config files for jython's use of LiftOff. ftp://jython.sourceforge.net/pub/jython/liftoff.props ftp://jython.sourceforge.net/pub/jython/liftoff.filelist regards, finn |