Hi Mark, I think the easiest solution is to just put everything into a zip file or tarball - that's how most open-source software is distributed (as a source .tar.gz or .zip or .tar.bz2). Just zip up the folder with all your source files. You don't need to create a .jar since those tend to hold only classfiles, but a .jar is really a .zip file with a different file extension (meaning you can use zip programs to inspect and unpack them). You can find a free, open-source zip program at http://www.7-zip.org/
Best regards, Allen On Mon, Mar 23, 2009 at 4:32 PM, Altaweel, Mark R. <[email protected]> wrote: > Hi, > > I want to upload a model that has multiple files. It is written in Repast > Simphony and there a number of java files associated with the project. Is > there anyway I can just upload the folder for the project rather than > individual files? That way, those who use Repast Simphony can simply > download the folder. I want the source code revealed, rather than fold > everything into a jar file. > > Mark > > -- Allen Lee Center for the Study of Institutional Diversity [http://csid.asu.edu] School of Human Evolution and Social Change [http://shesc.asu.edu] The Virtual Commons [http://commons.asu.edu] The Digital Archaeological Record [http://www.tdar.org] The OpenABM Consortium [http://www.openabm.org] Arizona State University | P.O. Box 872402 | Tempe, Arizona 85287-2402 Office: 480.727.0401 | Fax: 480.965.7671
