Ignore:
Timestamp:
2014-08-21T19:40:59+12:00 (10 years ago)
Author:
ak19
Message:

Modifying the expeditee release-kit README to take into account the latest commits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/expeditee-release-kits/README.txt

    r28835 r29231  
    99
    1010
    11 
    1211A. One-off steps
    1312
     
    1514svn co http://svn.greenstone.org/other-projects/expeditee-release-kits
    1615
     162. Create a snapshots\expeditee folder
    1717
    18 2. Compile up custom ant taskdefs that the release kit relies on:
    1918
    20   pushd shared\core\ant-tasks\greenstone
    21   ant
    22   popd
    23 
    24   pushd shared\core\ant-installer
    25   ant
    26   popd
    27 
    28 3. Create a snapshots\expeditee folder
    29 
    30 4. Create the file "snapshots\expeditee\rke-build.properties". It should contain:
    31     version:v1.0
     193. Create the file "snapshots\expeditee\rke-build.properties". It should contain:
     20    version:1
    3221    projectname:Expeditee   
    3322    <empty newline>
    3423
    3524For 64 bit linux it should contain:
    36     version:v1.0
     25    version:1
    3726    projectname:Expeditee   
    3827    x64:true
    3928    <empty newline>
    4029
     30Other versions of this Readme contained variations on some of these properties:
     31    - version:v1.0
     32    - x64:true*
    4133   
    4234   
    43 B. Each time you want to run the release-kit:
     35B. Each time you want to run the release-kit:
     36(MANUAL STEPS. A script that automates these steps follows in C)
    4437
    4538Set the environment:
     
    5346    set ANT_HOME=C:\Research\apache-ant-1.8.2
    5447    set JAVA_HOME=C:\Program Files\Java\jdk1.8.0
    55     PATH=C:\Research\ant\bin;%JAVA_HOME%\bin;c:\Program Files\Subversion\bin;%PATH%
     48    set PATH=C:\Research\ant\bin;%JAVA_HOME%\bin;c:\Program Files\Subversion\bin;%PATH%
    5649
    5750    call "C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\SetEnv.cmd"
     
    7770    rke
    7871
     72
     73C. Automated binary generation
     74The script expeditee-release-kits\create-expeditee.bat now does all the above steps.
     75To use it,
     761. First create a custom version of rke-setup.bat.in at the same level (as "expeditee-release-kits\rke-setup.bat") and adjust its environment variable paths
     772. Put create-expeditee.bat into C:\Research\Nightly. Check that the file paths it refers to are correct.
     783. Run create-expeditee.bat
     79
     80   
     81D. Compile up custom ant taskdefs that the release kit relies on,
     82if you ever update the ant task definitions or the ant installer code. You will need to recompile them before running the release-kit.
     83    pushd shared\core\ant-tasks\greenstone
     84    ant
     85    popd
     86
     87    pushd shared\core\ant-installer
     88    ant
     89    popd
     90
Note: See TracChangeset for help on using the changeset viewer.