|
From: Nick C. <nic...@ve...> - 2004-07-26 12:40:22
|
Tom + Mark,
Do we have any docs on the new topology packages. I wouldn't mind seeing
them myself if you have anything.
thanks,
Nick
> -----Original Message-----
> From: rep...@li...
> [mailto:rep...@li...]On Behalf Of glen
> e. p. ropella
> Sent: Monday, July 26, 2004 8:30 AM
> To: rep...@li...
> Subject: Re: [Repast-developer] Repast 2.2 Jar contents
>
>
> =><=><= "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
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
> _______________________________________________
> Repast-developer mailing list
> Rep...@li...
> https://lists.sourceforge.net/lists/listinfo/repast-developer
>
|