- From: Benoit Mahe <Benoit.Mahe@sophia.inria.fr>
- Date: Tue, 24 Feb 1998 16:36:25 +0100
- To: rls@wiseworks.com
- cc: Jigsaw Mailinglist <www-jigsaw@w3.org>
- Message-Id: <199802241536.QAA23283@www43.inria.fr>
There is a limitation on filename length on Mac, so some files in
<instdir>/config/jigadm are unlodable by the propertyManager
because their names are troncated by the system.
I have made a new version of PropertyManager which use a zip file
to load Jigadm properties.
What you have to do in order to use the new PropertyManager :
1) save the file (PropertyManager.java) attached to this mail
in <sourcedir>src/classes/org/w3c/jigadm/
2) compile it
3) move the directory <instdir>/config/jigadm/icons to
<instdir>/config/icons
4) save the file (jigadm.zip) attached to this mail in
<instdir>/config/jigadm.zip
rls@wiseworks.com writes:
> I've built all components of Jigsaw 2.0 Alpha 1a (Jigsaw, JigAdm and
> the Jigsaw
> property installer) under Mac OS 8.0 using MRJ SDK 2.01. I've a prob
> lem with the
> JigAdm client: clicking on a label (say, that of Root) fails to open
> the associated
> property editor, and JigAdm's stdout says:
>
> java.lang.RuntimeException: configuration error, no editor for: org.
> w3c.jigsaw.http.ControlResource
> at java.lang.Throwable.<init>(Throwable.java:88)
> at java.lang.Exception.<init>(Exception.java:53)
> at java.lang.RuntimeException.<init>(RuntimeException.java:58)
> at org.w3c.jigadm.PropertyManager.getResourceClassProperties(P
> ropertyManager.java:281)
> at org.w3c.jigadm.PropertyManager.getResourceClassProperties(P
> ropertyManager.java:295)
> at org.w3c.jigadm.PropertyManager.getEditorProperties(Property
> Manager.java:346)
> at org.w3c.jigadm.editors.ResourceEditor.initialize(ResourceEd
> itor.java:294)
> at org.w3c.jigadm.gui.TreeListener$Initializer.run(TreeListene
> r.java:25)
>
> I've skimmed the code enough to know this exception is thrown when n
> o class properties
> have been loaded for a particular resource name; JigAdm gave no comp
> laints about
> failed initialization, so I presume the property files were loaded.
> But still this
> may be a configuration problem; the Jigsaw server also complains tha
> t there's
> no logger
> available - the next problem I was going to address.
>
> Have any of you encountered this exception? Is it a simple configur
> ation problem?
> If not, I'll build JigAdm under CodeWarrior and debug the problem.
>
> Thanks to Jan Ippen and Jeff Dripps for their posts which made build
> ing Jigsaw
> on the Mac a snap. Once this problem is solved I'll post updated in
> structions
> for building Jigsaw 2.0 Alpha on the Mac.
>
> Rod
>
- Benoît Mahé -------------------------------------------------------
World Wide Web Consortium (W3C)
Architecture domain - Jigsaw Team
http://www.w3.org/People/Mahe - bmahe@w3.org - +33.4.92.38.79.89
---------------------------------------------------------------------
Attachments
- text/plain attachment: PropertyManager.java
- application/x-zip-compressed attachment: jigadm.zip
Received on Tuesday, 24 February 1998 10:36:54 UTC