Ignore:
Timestamp:
2013-08-14T15:04:25+12:00 (11 years ago)
Author:
ak19
Message:

Shaoqun fixed an oversight in build.xml that prevented tomcat from starting on Windows Server 2008 RT. She has identified the larger problem of build.xml having to maintain a list of what OS names constitute Windows. The suggestion is that we should define the property os.windows to somehow resolve to any string that matches the prefix of Windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r27921 r28042  
    5757  <property name="os.solaris" value="SunOS"/>
    5858  <property name="os.unix" value="${os.linux},${os.mac},${os.solaris}"/>
    59   <property name="os.windows" value="Windows 95,Windows 98,Windows 2000,Windows 2003,Windows XP,Windows NT,Windows ME,Windows Vista,Windows 7"/> <!-- check this!!!-->
     59  <property name="os.windows" value="Windows 95,Windows 98,Windows 2000,Windows 2003,Windows XP,Windows NT,Windows ME,Windows Vista,Windows 7,Windows Server 2008,Windows Server 2008 R2"/> <!-- check this!!!-->
    6060
    6161  <!-- this is true for linux and macs -->
Note: See TracChangeset for help on using the changeset viewer.