source: main/trunk/model-sites-dev/mars/COMPILE-JAVA-ALL.sh@ 35221

Last change on this file since 35221 was 35202, checked in by davidb, 3 years ago

Additional echo statements added in

  • Property svn:executable set to *
File size: 258 bytes
RevLine 
[34593]1#!/bin/bash
2
[35202]3
4echo ""
5echo "Sourcing ./_set_weka_classpath.bash"
[34593]6. ./_set_weka_classpath.bash
7
[35202]8
9echo ""
10echo "Compiling Java code in:"
11echo " src/java/org/greenstone/mars/*.java"
12
[34785]13cd src/java \
14 && javac -cp "$cp_args" org/greenstone/mars/*.java
[34593]15
[35202]16echo ""
Note: See TracBrowser for help on using the repository browser.