source: gs3-installations/mars/trunk/sites/mars/COMPILE-JAVA-ALL.sh@ 36966

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

Additional echo statements added in

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