source: other-projects/trunk/greenstone3-extension/mat/src/org/greenstone/gsdl3_extension/mat/servlet/buildCollection.java@ 17360

Last change on this file since 17360 was 17360, checked in by cc108, 16 years ago

Updating Mat Source Code

File size: 572 bytes
Line 
1package org.greenstone.gsdl3_extension.mat.servlet;
2
3import java.io.PrintWriter;
4
5
6public class buildCollection {
7 public static void main(String[] args){
8 MatServlet st = new MatServlet();
9 PrintWriter x = null;
10 try{
11 st.buildCollection(x,"source /research/cc108/greenstone3/gs2build/bin/script/mat-colbuild.bash xpeggfu http://www.ideals.uiuc.edu/dspace-oai/request /tmp/oai-mat-5/xpeggfu 10 oai_dc /research/cc108/greenstone3 /research/cc108/greenstone3/web/sites/localsite/collect /tmp/mat3.txt","xpeggfu","cs.waikato","oai_dc");
12 }catch(Exception ex){}
13
14 }
15}
Note: See TracBrowser for help on using the repository browser.