Codebase list clojure / 41fa4c97-9137-460b-af01-8c7a0b1297b6/upstream antsetup.sh
41fa4c97-9137-460b-af01-8c7a0b1297b6/upstream

Tree @41fa4c97-9137-460b-af01-8c7a0b1297b6/upstream (Download .tar.gz)

antsetup.sh @41fa4c97-9137-460b-af01-8c7a0b1297b6/upstreamraw · history · blame

1
2
3
4
5
6
7
8
#!/bin/bash

mvn -q dependency:build-classpath -Dmdep.outputFile=maven-classpath
cat <<EOF >maven-classpath.properties 
maven.compile.classpath=`cat maven-classpath`
maven.test.classpath=`cat maven-classpath`
EOF
echo "Wrote maven-classpath.properties for standalone ant use"