------------------------------------------------------------------------- Copyright 2003-2004 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ------------------------------------------------------------------------- To get started with the .NET implementations of Avalon, you have to install the following tools: Nant -> http://nant.sourceforge.net Nunit -> http://nunit.org We cannot provide them for you due to licensing issues. Nant is a 100% .NET implmented build tool inspired by ANT (http://ant.apache.org). It is licensed under the GPL, but if you install it separately as a tool (preferred) then all is well. NUnit is a testing framework inspired by JUnit (http://junit.org), and has an installer for you. Once everything is installed, you can type: > nant to build the Avalon project.