Source:Plugin
From Wiketomica
Pulling the Etomica plugin source from CVS is relatively simple because the Eclipse project metadata lives in CVS.
- In CVS Repoistories, under HEAD, right click on "etomica.plugin" and select "Check out".
- Due to new Eclipse strangeness in Eclipse 3.2, you'll need to copy all dependent jars into the plugin project directory: Jama.jar, g3d.jar, g3dsys.jar, ptolemy.jar and vecmath.jar.
- Once you have a functional Etomica core project, create a jar from that project (either via Eclipse's File->Export... or, if you'd like it to have jar today, jar or zip from the commandline). Put the jar in the plugin project directory. Name the jar file "etomica_core.jar"
- Once you have a functional g3dsys project, create a jar from that project (either via Eclipse's File->Export... or jar/zip from the commandline). Put the jar in the plugin project directory. Name the jar file "g3dsys.jar"
