Source:Plugin

From Wiketomica

Jump to: navigation, search

Pulling the Etomica plugin source from CVS is relatively simple because the Eclipse project metadata lives in CVS.

  1. In CVS Repoistories, under HEAD, right click on "etomica.plugin" and select "Check out".
  2. 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.
  3. 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"
  4. 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"
Personal tools