source: other-projects/hathitrust/wcsa/vol-checker/COMPILE.sh@ 31375

Last change on this file since 31375 was 31326, checked in by davidb, 7 years ago

Further tweaks

File size: 174 bytes
Line 
1#!/bin/bash
2
3javac -cp jars/servlet-api.jar -d build/classes src/org/hathitrust/extractedfeatures/VolumeCheck.java \
4&& cp -r build/classes/org WebContent/WEB-INF/classes/.
5
Note: See TracBrowser for help on using the repository browser.