|
From: Nick C. <ni...@sr...> - 2001-09-24 17:48:37
|
Hi, I'd like to restructure the repast cvs tree. At the moment, the various source directories are on top which make it impossible to add files like INSTALL etc. in the standard place. For the new structure we'd have something like: repast-web - various files repast - uchicago (src source files) - Acme (Acme source) - INSTALL (how to compile from source with ant and build.xml) - build.xml As a consequence of this, we'd obscure the version info for the source. That is, we should still be able to get, say, foo.java, but we'd get uchicago/src/sim/foo.java instead of repast/uchicago/src/sim/foo.java. All the files in the new structure would become ver1.1. So, comments, questions? Nick ps. the current structure dates back from the earliest days of repast and reflects my cluelessness with respect to cvs. n. -- Nick Collier Social Science Research Computing University of Chicago http://repast.sourceforge.net |