[Pharo-project] FW: [OT] RIS vs. BibTeX
Damien, Any thoughts on this? Bibus is looking less and less like a short-term solution to my needs, so I'd like to get Citezen loaded and see what it can do. Thanks, Bill -----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Schwab,Wilhelm K Sent: Saturday, May 16, 2009 9:55 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] [OT] RIS vs. BibTeX Damien, It was running along fine and then hit a walkback in RioLocalExecutive class>>initialize. Does not like Current initializeDefault (DNU). Any ideas? That looks like missing steps to me, so it might not be something I can "just fix". Bill -----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Damien Pollet Sent: Saturday, May 16, 2009 8:48 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] [OT] RIS vs. BibTeX On Sat, May 16, 2009 at 12:12, Damien Pollet <damien.pollet@gmail.com> wrote:
After with enough pressure I'm sure that he can do a CitezenLoader class :)
That could indeed be helpful :)
Actually there is one already, and it seems to work. See the wiki tab of http://www.squeaksource.com/Citezen.html -- Damien Pollet type less, do more [ | ] http://people.untyped.org/damien.pollet _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Thu, May 21, 2009 at 06:07, Schwab,Wilhelm K <bschwab@anest.ufl.edu> wrote:
Any thoughts on this? Â Bibus is looking less and less like a short-term solution to my needs, so I'd like to get Citezen loaded and see what it can do.
[...]
It was running along fine and then hit a walkback in
RioLocalExecutive class>>initialize.
Does not like Current initializeDefault (DNU).
That's Rio code. You should look at what's in Current (it's a class variable, so select it in the the class declaration for RioLocalExecutive). It should contain an instance of RioLocalExecutive or one of its subclasses, depending on your OS. If it's nil, then either it was reset somehow, or your platform was incorrectly detected ? To put a correct value back in, I guess you could just doit the two lines that initialize it in RioLocalExecutive class >> performStartupMigration. -- Damien Pollet type less, do more [ | ] http://people.untyped.org/damien.pollet
participants (2)
-
Damien Pollet -
Schwab,Wilhelm K