Ignore:
Timestamp:
2014-09-17T19:43:22+12:00 (10 years ago)
Author:
ak19
Message:

Fix to recent commit. Now the formatconverter binaries for the 3 OS are in their own new OS subfolders. However, they all share a single tidyconfig.cfg for html-tidy, which is still located in the bin superfolder.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/gui/FormatConversionDialog.java

    r29044 r29300  
    7373    // Online HTML tidy for learning usage: http://infohound.net/tidy/
    7474    private static final String[] xmltidy_cmd_args = {"tidy", "-config", Configuration.getGS3BinPath() + "tidyconfig.cfg", "-utf8", "-wrap", "0", "-raw", "-q"}; // {"tidy", "-xml", "-utf8"};
    75     private static final String[] formatconverter_cmd_base_args = {Configuration.getGS3BinPath() + "formatconverter", "--silent"};
     75    private static final String[] formatconverter_cmd_base_args = {Configuration.getGS3BinOSPath() + "formatconverter", "--silent"};
    7676
    7777    private static final Dimension SIZE = new Dimension(640,480);
Note: See TracChangeset for help on using the changeset viewer.