Codebase list clojure / upstream/1.10.3+git20210318.1.b1b88dd antsetup.sh
upstream/1.10.3+git20210318.1.b1b88dd

Tree @upstream/1.10.3+git20210318.1.b1b88dd (Download .tar.gz)

antsetup.sh @upstream/1.10.3+git20210318.1.b1b88ddraw · 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"