changeset 0:e8171a7df761

initial commit
author Robert McIntyre <rlm@mit.edu>
date Sun, 16 Oct 2011 22:55:41 -0700
parents
children 073974145f90
files swank-all
diffstat 1 files changed, 53 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/swank-all	Sun Oct 16 22:55:41 2011 -0700
     1.3 @@ -0,0 +1,53 @@
     1.4 +#!/bin/sh
     1.5 +
     1.6 +java \
     1.7 +\
     1.8 +`: # java VM options`\
     1.9 +-verbose:gc \
    1.10 +-Xmn500M \
    1.11 +-Xms2000M \
    1.12 +-Xmx2000M \
    1.13 +-server \
    1.14 +\
    1.15 +`: # classpath contains all of my projects.`\
    1.16 +-cp \
    1.17 +\
    1.18 +`: # my own projects`\
    1.19 +/home/r/proj/roBin/src:\
    1.20 +/home/r/proj/roBin/lib/*:\
    1.21 +/home/r/proj/aurellem/src:\
    1.22 +/home/r/proj/pokemon-types/src:\
    1.23 +/home/r/proj/cortex/src:\
    1.24 +/home/r/proj/cortex/assets:\
    1.25 +/home/r/proj/abomination/src:\
    1.26 +/home/r/proj/abomination/classes:\
    1.27 +\
    1.28 +`: # libraries`\
    1.29 +/home/r/proj/roBin/incanter/*:\
    1.30 +/home/r/proj/roBin/enlive/src:\
    1.31 +/home/r/proj/lp_solve-5.5-java/lib/lpsolve55j.jar:\
    1.32 +/home/r/proj/jMonkeyEngine3/dist/jMonkeyEngine3.jar:\
    1.33 +/home/r/proj/jMonkeyEngine3/dist/lib/*:\
    1.34 +\
    1.35 +\
    1.36 +`: # interfacing with C libraries`\
    1.37 + -Djava.library.path=\
    1.38 +/home/r/proj/lp_solve-5.5/lpsolve-5.5/bin/ux64:\
    1.39 +/home/r/proj/lp_solve-5.5-java/lib/ux64\
    1.40 +\
    1.41 +`: # start the repl for clojure`\
    1.42 + clojure.main -e \
    1.43 +"(do                                 \
    1.44 +   (require 'swank.swank)            \
    1.45 +   (swank.swank/start-repl 4005 ))"
    1.46 +
    1.47 +
    1.48 +
    1.49 +
    1.50 +
    1.51 +# removed genesis stuff
    1.52 +#`: # Genesis Stuff.`\
    1.53 +#/home/r/proj/Genesis/src:\
    1.54 +#/home/r/proj/workspace/Gauntlet/binary:\
    1.55 +#/home/r/proj/workspace/Clips/bin:\
    1.56 +#/home/r/proj/workspace/Propagators/bin\