From: Steve F. <sfi...@pc...> - 2005-08-29 19:44:28
|
henrique- can you look in the plugin code and send the new() method. here is=20 what i have in the latest from svn: sub new { my ($class) =3D @_; my $self =3D {}; bless($self,$class); = =20 $self->initialize({requiredDbVersion =3D> 3.5, cvsRevision =3D> '$Revision: 3057 $', # cvs fills=20 this in! name =3D> ref($self), argsDeclaration =3D> $argsDeclaration, documentation =3D> $documentation }); =20 return $self; } =20 Henrique Juc=E1 wrote: >Hi everyone, > > >I'm trying to use LoadNRDB (rev. 2976)from GUS::Supported::Plugins. >Before starting to use it, I decided to update it to the current >version (rev. 3115). But when trying to update it (w/ 'ga +update .... >--commit'), I got the following message: > >"[juca@desterrensis Plugin]$ ga +update >GUS::Supported::Plugin::LoadNRDB --commit > >The plugin has an illegal cvs revision: '$Revision$'. If that doesn't >include a revision number, then the plugin has never been checked into >CVS. Please do so to give it an intial revision at >/usr/local/GUS/gus_home/lib/perl/GUS/PluginMgr/Plugin.pm line 347." > >I saw the the $Id:$ line from the newest revision was empty in >comparison the older revision that I'm using (in rv. 2976 the line was >'$Id: LoadNRDB.pm 2976 2005-06-20 19:26:19Z jldommer $'). Is the >latest (of all GUS) revision working? And if it is, how do I "give it >a initial revision" (if I'm the one who has to do it)? > > >Thanks, > > =20 > |