swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FArgumentsImpl broken in swarm.jar; jheatbugs can't compile


From: Marcus G. Daniels
Subject: Re: FArgumentsImpl broken in swarm.jar; jheatbugs can't compile
Date: 14 Nov 2000 17:49:08 -0800
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "TTF" == Tee Toth-Fejel <address@hidden> writes:

TTF> I found the source code without too much problem.  Constructors?

Methods of the form +create end-up being the constructors.

TTF> Are you telling me that there is nothing wrong with the swarm.jar
TTF> at the ms32 fixes directory?

Yes.

TTF> All I want to do is recompile jHeatbugs without modifying it.

Here is a patch:

Index: HeatbugModelSwarm.java
===================================================================
RCS file: /cvs/hive/Swarm/jheatbugs/HeatbugModelSwarm.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -c -r1.13 -r1.14
*** HeatbugModelSwarm.java      2000/09/14 14:30:16     1.13
--- HeatbugModelSwarm.java      2000/09/19 23:16:22     1.14
***************
*** 295,301 ****
          modelActions.createFActionForEachHomogeneous$call
          (heatbugList,
           new FCallImpl (this, proto, sel,
!                         new FArgumentsImpl (this, sel, 
Globals.env.LanguageJava)));
      } catch (Exception e) {
        e.printStackTrace (System.err);
      }
--- 295,301 ----
          modelActions.createFActionForEachHomogeneous$call
          (heatbugList,
           new FCallImpl (this, proto, sel,
!                         new FArgumentsImpl (this, sel)));
      } catch (Exception e) {
        e.printStackTrace (System.err);
      }


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]