XP Runners with C#

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

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!

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>



Elements

Cgen.cs2010-03-22 08:47:27+0100
Executor.cs2010-03-22 08:47:27+0100
Paths.cs2010-03-22 08:47:27+0100
Unittest.cs2010-03-22 08:47:27+0100
XpCli.cs2010-03-22 08:47:27+0100
BaseRunner.cs2010-03-22 08:47:27+0100
Xp.cs2010-03-22 08:47:27+0100
Makefile2010-03-22 08:47:27+0100
README2010-03-22 08:47:27+0100
Doclet.cs2010-03-22 08:47:27+0100
Xar.cs2010-03-22 08:47:27+0100

Table of contents

Arena
People