Changeset 38569 for main/trunk/gli/src


Ignore:
Timestamp:
2024-01-17T15:43:14+13:00 (4 months ago)
Author:
kjdon
Message:

commented out the win31compat option - don;t know why it was still in there. this was causing creating new collections in webswing to fail, as it was passing win31compat (which only allows collection nmaes of 8 chars) plus then a collection name such as admin-test (username-collname), which almost always is longer than 8 chars.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/collection/CollectionManager.java

    r37690 r38569  
    17601760        command_parts_list.add(getDefaultCollectDirectory());
    17611761    }
    1762     command_parts_list.add("-win31compat");
    1763     command_parts_list.add((Gatherer.isGsdlRemote) ? "false" : "true");
     1762// why was this even still here?
     1763//  command_parts_list.add("-win31compat");
     1764//  command_parts_list.add((Gatherer.isGsdlRemote) ? "false" : "true");
    17641765
    17651766    if (email != null && !email.equals("")) {
Note: See TracChangeset for help on using the changeset viewer.