Changeset 79 for trunk/Building_RomRaider.txt
- Timestamp:
- 05/04/2008 04:41:33 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/Building_RomRaider.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Building_RomRaider.txt
r66 r79 55 55 56 56 3) 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. 59 74 60 75 The ant build file is in the main directory and uses the default name of "build.xml". … … 72 87 The "help" target lists available targets with a brief description of each. 73 88 89 The "all" target does just that. It rebuilds everything, finishing with the installers. 74 90 75 91 92
Note: See TracChangeset
for help on using the changeset viewer.