|
From: SourceForge.net <no...@so...> - 2008-03-31 12:16:10
|
Bugs item #1930122, was opened at 2008-03-31 09:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101703&aid=1930122&group_id=1703 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Repast Simphony Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Fernando Matias Valadao (valadao) Assigned to: Nobody/Anonymous (nobody) Summary: Step 3: "Parent class name..." seems to be ignored Initial Comment: Hi, everyone!!! I have a bunch of agents that extends a "GenericAgent". Even though I set this option in "Step 3: Optionally type in a parent class name", this is ignored on the .groovy generated files. That is, the generated source files are as it follows: public class X_Agent{... public class Y_Agent{... and not public class X_Agent extends GenericAgent{... public class Y_Agent extends GenericAgent{... I'm using Repast Simphony 1.0, on Windows XP running under the JVM that is installed with Repast S. Thanks in advance for any help!!! Please let me know If I'm missing any configuration. Fernando ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101703&aid=1930122&group_id=1703 |