Ignore:
Timestamp:
2009-03-24T16:03:39+13:00 (15 years ago)
Author:
ak19
Message:

On error, the correct location of the logs folder needs to be displayed which is different between GS2 and GS3, so this is set by the subclass constructors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/src/java/org/greenstone/server/Server3.java

    r18670 r18770  
    1313    public Server3(String gsdl3_src_home, String lang)
    1414    {
    15     super(gsdl3_src_home,lang, gsdl3_src_home+File.separatorChar+"build.properties");
     15    super(gsdl3_src_home,lang, gsdl3_src_home+File.separatorChar+"build.properties", "logs");
    1616
    1717    Property = new Server3Property();
Note: See TracChangeset for help on using the changeset viewer.