File: repl

package info (click to toggle)
test-generative-clojure 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 296 kB
  • sloc: xml: 94; sh: 19; makefile: 14
file content (9 lines) | stat: -rwxr-xr-x 279 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/bash
# Note: First you must run mvn dependency:build-classpath -Dmdep.outputFile=bin/maven-classpath 
set -e

CLASSPATH=src/main/clojure:src/test/clojure:src/examples/clojure:`cat bin/maven-classpath`

java -server -Xmx2G $CTG_JAVA_OPTS -cp $CLASSPATH clojure.main "$@"