|
From: glen e. p. r. <ge...@ac...> - 2004-07-26 12:29:53
|
=><=><= "mrd" == Mark R Diggory <mdi...@la...> writes:
mrd> Missing classes:
mrd> u.s.s.topology.Context
mrd> u.s.s.topology.ContextFactory
mrd> u.s.s.topology.DefaultContext
mrd> u.s.s.topology.DefaultModifyableContext
mrd> u.s.s.topology.DefaultModifyableTopology
mrd> u.s.s.topology.ModifyableTopology
mrd> u.s.s.topology.RelationTopology
mrd> u.s.s.topology.DisplayableContext
This is trivial to fix, I think.
---- cut here ---
Index: build.xml
===================================================================
RCS file: /cvsroot/repast/repast/build.xml,v
retrieving revision 1.17
diff -u -r1.17 build.xml
--- build.xml 25 Mar 2004 17:47:57 -0000 1.17
+++ build.xml 25 Jul 2004 18:27:15 -0000
@@ -63,7 +63,6 @@
<javac srcdir="src"
destdir="classes"
includes="**/*.java"
- excludes="uchicago/src/sim/topology/*"
>
<classpath>
<fileset dir="lib">
@@ -96,7 +95,7 @@
version="false"
defaultexcludes="yes"
packagenames="uchicago.src.*,uchicago.src.sim.*"
- excludepackagenames="uchicago.src.sim.test.*, uchicago.src.nqpy.*, uchicago.src.sim.topology.*,uchicago.src.sim.parameter.rpl.AST*">
+ excludepackagenames="uchicago.src.sim.test.*, uchicago.src.nqpy.*, uchicago.src.sim.parameter.rpl.AST*">
<classpath>
<fileset dir="lib">
@@ -112,7 +111,7 @@
<target name="jar" depends="compile">
<delete file="lib/repast.jar"/>
- <jar jarfile="lib/repast.jar" basedir="classes" excludes="uchicago/src/repastdemos/*, uchicago/src/sim/topology/*">
+ <jar jarfile="lib/repast.jar" basedir="classes" excludes="uchicago/src/repastdemos/*">
<manifest>
<attribute name="Specification-Title" value="RePast"/>
<attribute name="Specification-Version" value="${version}"/>
---- cut here ---
mrd> I may end up working on some Display classes for all topoloy
mrd> stuff in the near future.
Can you tell me what was intended to implement the following
interface?
public interface DisplayableContext{
public Displayable getGui();
}
Since I'd like to start playing with this stuff, are there any
specs or some discussion I can look over?
--
glen e. p. ropella =><= Hail Eris!
H: 503.630.4505 http://www.ropella.net/~gepr
M: 971.219.3846 http://www.tempusdictum.com
|