Ignore:
Timestamp:
2018-08-22T18:50:12+12:00 (6 years ago)
Author:
ak19
Message:

The isfalse test in ant surrounding the http testing mode works as expected. Having tried it out, it's now confirmed that you just uncomment the https.test.mode property OR set its value to false if not testing. Need to explicitly set this value to true if you want testing to happen. Added a message to indicate how to change the property depending on the behaviour you want.

File:
1 edited

Legend:

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

    r32355 r32356  
    5151  "build.properties" files as well as in the "build.xml" script.
    5252
     53  -->
     54
     55  <!-- Developer property. Set value=true if you want test https certificates issued
     56       (as there's a limit on how many real certificates you can be issued per week).
     57       If not testing can either uncomment this property or set value=false.
    5358  -->
    5459  <property name="https.test.mode" value="false"/>
Note: See TracChangeset for help on using the changeset viewer.