# HG changeset patch # User Robert McIntyre # Date 1318830941 25200 # Node ID e8171a7df761ee32026e602a82b0fcf33cf01b57 initial commit diff -r 000000000000 -r e8171a7df761 swank-all --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/swank-all Sun Oct 16 22:55:41 2011 -0700 @@ -0,0 +1,53 @@ +#!/bin/sh + +java \ +\ +`: # java VM options`\ +-verbose:gc \ +-Xmn500M \ +-Xms2000M \ +-Xmx2000M \ +-server \ +\ +`: # classpath contains all of my projects.`\ +-cp \ +\ +`: # my own projects`\ +/home/r/proj/roBin/src:\ +/home/r/proj/roBin/lib/*:\ +/home/r/proj/aurellem/src:\ +/home/r/proj/pokemon-types/src:\ +/home/r/proj/cortex/src:\ +/home/r/proj/cortex/assets:\ +/home/r/proj/abomination/src:\ +/home/r/proj/abomination/classes:\ +\ +`: # libraries`\ +/home/r/proj/roBin/incanter/*:\ +/home/r/proj/roBin/enlive/src:\ +/home/r/proj/lp_solve-5.5-java/lib/lpsolve55j.jar:\ +/home/r/proj/jMonkeyEngine3/dist/jMonkeyEngine3.jar:\ +/home/r/proj/jMonkeyEngine3/dist/lib/*:\ +\ +\ +`: # interfacing with C libraries`\ + -Djava.library.path=\ +/home/r/proj/lp_solve-5.5/lpsolve-5.5/bin/ux64:\ +/home/r/proj/lp_solve-5.5-java/lib/ux64\ +\ +`: # start the repl for clojure`\ + clojure.main -e \ +"(do \ + (require 'swank.swank) \ + (swank.swank/start-repl 4005 ))" + + + + + +# removed genesis stuff +#`: # Genesis Stuff.`\ +#/home/r/proj/Genesis/src:\ +#/home/r/proj/workspace/Gauntlet/binary:\ +#/home/r/proj/workspace/Clips/bin:\ +#/home/r/proj/workspace/Propagators/bin\