Viewing application/octet-stream


XP Runners with C#

$Id: README 11276 2009-07-21 09:08:00Z friebe $

<summary> This experiment is the predecessor to the XP runners. This page is kept for historic reasons, but the runners have since been extended and moved to the installation infrastructure repository. They can be installed by the framework setup procedure.

DO NOT USE THESE RUNNERS HERE! </summary>

Howto: Build

Run "make" to build the XP runners. If you don't have "csc" (the C Sharp Compiler) in your path, you may tell make where to find it as follows:

  CSC=/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5/csc.exe make

This step will produce the following binaries:

  xp.exe xpcli.exe xar.exe unittest.exe cgen.exe doclet.exe

Howto: Install

After building the binaries, copy them to a location in your $PATH and create a file called "xp.ini" in the same directory. Inside that, define the location where you have your XP framework installation.

Example xp.ini in ~/bin:

  use=../devel/xp/trunk

<EOF>

Download

You can download the file «README» by using this link.