Ignore:
Timestamp:
2010-05-05T17:33:46+12:00 (14 years ago)
Author:
sjm84
Message:

Updated mat-colbuild.bash and mat-colbuild-download.bash so that they use more recent methods to create/build collections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/mat/trunk/src/org/greenstone/mat/servlet/MatServlet.java

    r22007 r22041  
    461461   
    462462       
    463         String[] arrays = new String[14];
     463        String[] arrays = new String[11];
    464464        arrays[0] = "cmd";
    465465        arrays[1] = "/c";
     
    468468        arrays[4] = "mat-colbuild.bat";
    469469        arrays[5] = collName;
    470         arrays[6] = oaiURLString;
    471         arrays[7] = cacheDir;
    472         arrays[8] = "100";
    473         arrays[9] = oaiPrefix;
    474         arrays[10] = gs3Root;
    475         arrays[11] = collectDir;
    476         arrays[12] = logFile;
    477         arrays[13] = hostName + port_number;
     470        arrays[6] = cacheDir;
     471        arrays[7] = gs3Root;
     472        arrays[8] = collectDir;
     473        arrays[9] = logFile;
     474        arrays[10] = hostName + ":" + port_number;
    478475       
    479476        Process p2 = processBatch(arrays,out,wd);
     
    623620        + cacheDir
    624621        + " "
    625         + maxRecords
    626         + " "
    627         + metadataprefix
    628         + " "
    629622        + gs3Root
    630623        + " "
Note: See TracChangeset for help on using the changeset viewer.