From: Adam B. <ada...@gb...> - 2000-11-07 00:51:43
|
Worked fine under Windows NT SP6 with Sun SDK2, JDK 1.2.2 -o worked fine. Under IBM jdk1.1.8 jythonc failed. Does jython require Java 2? (Personally it doesn't bother me if it does.) It disturbs me that I did not pick this up on an earlier test. E:\tempinstall\jython-2.0pa0>jythonc b.py processing b Required packages: Creating adapters: Creating .java files: b module Compiling .java to .class... Compiling with args: ['c:\\jdk1.1.8\\bin\\..\\bin\\javac', '-classpath', 'e:\\te mpinstall\\jython-2.0pa0\\jython.jar;c:\\jdk1.1.8\\lib\\classes.zip;e:\\dlc9 1b\\ java\\o4glrt.jar;e:\\dlc91b\\java\\progress.zip;.;.\\jpywork', '.\\jpywork\\b.ja va'] 1 .\org\python\core\Py.java:1509: Method getParentFile() not found in class jav a.io.File. file.getParentFile().mkdirs(); ^ Note: 7 files use deprecated APIs. Recompile with "-deprecation" for details. 1 error, 1 warning ERROR DURING JAVA COMPILATION... EXITING > -----Original Message----- > From: bc...@wo... [SMTP:bc...@wo...] > Sent: Friday, November 03, 2000 6:01 AM > To: jyt...@li... > Subject: [Jython-dev] Another installer test. > > 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 > _______________________________________________ > Jython-dev mailing list > Jyt...@li... > http://lists.sourceforge.net/mailman/listinfo/jython-dev |