From: Junmin L. <ju...@pc...> - 2005-11-15 20:28:26
|
Hi, > Upon attempting to setup today's release, I'm having some trouble loading > the bootstrap ontologies. I'm following the instructions to load > ontolRelTypeTerms.txt using > > GUS::Supported::Plugin::InsertOntologyRelationshipType Yes, it should be "Supported". > First thing I found was that this plugin is actually in GUS::Community for > me, I'm not sure if that changed recently. Then, when I do run it with It was first in Community, then move to Supported, but the plugin developer probably forgot deleting the Community version. > > Can't locate object method "new" via package > "GUS::Community::Plugin::InsertOntologyRelationshipType" at (eval 8) line 1. If you see any this kind of error, normally it indicate the wrong package name defined in the plugin file. So you should run "GUS::Supported::Plugin::InsertOntologyRelationshipType". ---junmin |