Changeset 12634


Ignore:
Timestamp:
2006-08-31T16:52:59+12:00 (18 years ago)
Author:
mdewsnip
Message:

Added a couple of bits for the new plugins/classifiers stuff when remote building.

Location:
trunk/gli/src/org/greenstone/gatherer/cdm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/cdm/ClassifierManager.java

    r12633 r12634  
    174174        StringBuffer xml = null;
    175175        if (Gatherer.isGsdlRemote) {
    176         // !! TO DO
     176        String classinfo_output = RemoteGreenstoneServer.getScriptOptions("classinfo.pl", "&listall");
     177        xml = new StringBuffer(classinfo_output);
    177178        }
    178179        else {
  • trunk/gli/src/org/greenstone/gatherer/cdm/PluginManager.java

    r12633 r12634  
    218218        StringBuffer xml = null;
    219219        if (Gatherer.isGsdlRemote) {
    220         // !! TO DO
     220        String pluginfo_output = RemoteGreenstoneServer.getScriptOptions("pluginfo.pl", "&listall");
     221        xml = new StringBuffer(pluginfo_output);
    221222        }
    222223        else {
Note: See TracChangeset for help on using the changeset viewer.