Changeset 22007 for gs3-extensions/mat


Ignore:
Timestamp:
2010-04-30T16:06:00+12:00 (14 years ago)
Author:
sjm84
Message:

Combined the 9th and 10th command line argument sent to mat-colbuild.bat into one variable

File:
1 edited

Legend:

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

    r21995 r22007  
    461461   
    462462       
    463         String[] arrays = new String[15];
     463        String[] arrays = new String[14];
    464464        arrays[0] = "cmd";
    465465        arrays[1] = "/c";
     
    475475        arrays[11] = collectDir;
    476476        arrays[12] = logFile;
    477         arrays[13] = hostName;
    478         arrays[14] = "" + port_number;
     477        arrays[13] = hostName + port_number;
    479478       
    480479        Process p2 = processBatch(arrays,out,wd);
Note: See TracChangeset for help on using the changeset viewer.