|
From: Frode R. <fro...@er...> - 2000-11-01 09:01:39
|
Hi Finn,
I try to run the installer on Mac and I got the folowing error:
try path /Data1/Applications/Java/Jython/
can not get flavour null for os 'Mac_OS'
exception in called method net.sourceforge.liftoff.installer.Install2.main
java.lang.NullPointerException
at
net.sourceforge.liftoff.installer.items.InstallableContainer.initInstallable
s(InstallableContainer.java:252)
at
net.sourceforge.liftoff.installer.items.InstallableContainer.<init>(Installa
bleContainer.java:92)
at
net.sourceforge.liftoff.installer.Info.loadInstallerProps(Info.java:301)
at net.sourceforge.liftoff.installer.Install2.<init>(Install2.java:61)
at net.sourceforge.liftoff.installer.Install2.main(Install2.java:82)
at Install.main(Install.java:355)
at
com.apple.mrj.JManager.JMStaticMethodDispatcher.run(JMAWTContextImpl.java)
at java.lang.Thread.run(Thread.java)
java.lang.reflect.InvocationTargetException
Then I download liftoff-001031.tar.gz but I was not able to expand it
because "zip entry is garbled".
--
/Frode Reinsnes
> From: bc...@wo... (Finn Bock)
> Date: Tue, 31 Oct 2000 22:12:08 GMT
> To: jyt...@li...
> Subject: [Jython-dev] Installer test
>
> Hi
>
> I have tried to create an installer for the current snapshot of jython.
> I have used the free (GPL) LiftOff program to create the self installing
> .class file.
>
> http://sourceforge.net/projects/liftoff/
>
> The installer is 1.5 Mb and contains also the standard python library
> which have previously been distributed as pylib15x.jar
>
> ftp://jython.sourceforge.net/pub/jython/Install.class
>
> We have not made any decisions that LiftOff should be used, so please
> look at this as part of an evaluation of installers.
>
> I have only tested this on win2k (with jdk1.3, jdk1.1.7a & MS-jview
> 5.00.3229). Feedback from other platforms and JVMs is needed before we
> can decide whether LiftOff is useful to us.
>
> Please try the installer and post your experience, both good and bad,
> here on the list. Give special attention to the two generated scripts.
> With some luck these should work on unixes and windows.
>
> The text shown as license and readme should not be taken for anything
> other than examples. This also include the graphics used.
>
> I had to fix some bugs in LiftOff which occurred on windows
> (line-ending, slash/backslash) and LiftOff is GPL so the modified
> version is here:
>
> ftp://jython.sourceforge.net/pub/jython/liftoff-001031.tar.gz
>
> regards,
> finn
> _______________________________________________
> Jython-dev mailing list
> Jyt...@li...
> http://lists.sourceforge.net/mailman/listinfo/jython-dev
>
|