Ignore:
Timestamp:
05/04/2008 04:41:33 PM (5 years ago)
Author:
lizzardo
Message:

Minor updates to building instructions, set repository location to use https

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Building_RomRaider.txt

    r66 r79  
    5555 
    56563)  A command line Subversion client needs to be installed and available in the default 
    57     path.  To verify this, open a command prompt and run "svn".  If this is not recognized 
    58     as an executable, the ant build will fail. 
     57    path.  To verify this, open a command prompt and run  
     58     
     59        svn info https://svn2.assembla.com/svn/romraider 
     60         
     61    You should get a response of the form 
     62     
     63        Path: romraider 
     64        URL: https://svn2.assembla.com/svn/romraider 
     65        Repository Root: https://svn2.assembla.com/svn/romraider 
     66        Repository UUID: 38686702-15cf-42e4-a595-3071df8bf5ea 
     67        Revision: 78 
     68        Node Kind: directory 
     69        Last Changed Author: kascade 
     70        Last Changed Rev: 78 
     71        Last Changed Date: 2008-05-02 15:50:23 -0700 (Fri, 02 May 2008) 
     72 
     73    If this does not work correctly, the ant build will fail. 
    5974 
    6075The ant build file is in the main directory and uses the default name of "build.xml". 
     
    7287The "help" target lists available targets with a brief description of each. 
    7388 
     89The "all" target does just that.  It rebuilds everything, finishing with the installers. 
    7490 
    7591 
     92 
Note: See TracChangeset for help on using the changeset viewer.