- From: Benoit Mahe <Benoit.Mahe@sophia.inria.fr>
- Date: Tue, 21 Nov 2000 09:55:23 +0100
- To: Philippe Le Hegaret <plh@w3.org>
- CC: Winie Mailing List <www-winie@w3.org>
Yes, something has been changed, and there's a bug :(
Hopefully, you're probably the only one to use this
option ;-)
It's fixed now, please try with
http://jigsaw.w3.org/Winie/download/winie-devel.zip
Regards, Benoit.
Philippe Le Hegaret wrote:
>
> Benoit Mahe wrote:
> >
> > Winie 1.0.7 [1] is available for download [2].
> >
> > Changes:
> > - Basic support of Digest Authentication
> > - Keyboard Shortcuts
> > - Bugs Fixed
> >
> > [1] http://jigsaw.w3.org/Winie/
> > [2] http://jigsaw.w3.org/Winie/download/winie-1.0.7.zip
>
> Hi Benoit,
>
> did you change something in the handling of the path config?
> Here is what I get with the new version:
>
> > winie
> Exception in thread "main" java.lang.NullPointerException
> at org.w3c.jwput.JW.getPathConfig(JW.java:834)
> at org.w3c.jwput.gui.JWGUI.initialize(JWGUI.java:229)
> at org.w3c.jwput.gui.JWGUI.<init>(JWGUI.java:213)
> at org.w3c.jwput.gui.JWGUI.main(JWGUI.java:816)
> at org.w3c.jwput.Winie.main(Winie.java:20)
>
> > cat /usr/local/bin/winie
> #!/bin/sh
>
> PRG=`which $0` >/dev/null 2>&1
> WPUTHOME=/usr/local/Winie/bin
>
> CLASSPATH=$WPUTHOME/../jars/client.jar:$WPUTHOME/../jars/winie.jar:$WPUTHOME/../jars/sax.jar:$WPUTHOME/../jars/xp.jar
> export CLASSPATH
>
> #winie go!
> exec java -Dwinie.pathconfig=$HOME/.winie org.w3c.jwput.Winie
>
> Philippe
--
- Benoît Mahé -------------------------------------------------------
World Wide Web Consortium (W3C)
Architecture domain - Jigsaw Engineer
http://www.w3.org/People/Mahe - bmahe@w3.org
---------------------------------------------------------------------
Received on Tuesday, 21 November 2000 03:55:31 UTC