Browse Source

Initial commit so people know where I want to go

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275658 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
50d24e6e65
2 changed files with 39 additions and 0 deletions
  1. +1
    -0
      proposal/sandbox/dotnet/.cvsignore
  2. +38
    -0
      proposal/sandbox/dotnet/README

+ 1
- 0
proposal/sandbox/dotnet/.cvsignore View File

@@ -0,0 +1 @@
build

+ 38
- 0
proposal/sandbox/dotnet/README View File

@@ -0,0 +1,38 @@
dotnet sandbox README
=====================

Author:
-------

Stefan Bodewig, but feel free to go ahead and modify to your liking.

Goal:
-----

Provide a simple infrastructure to execute .NET applications from
within Ant for different VMs so that the user doesn't have to change
the build file when she wants to run Mono on Linux and Microsoft's VM
on Windows.

This sounds far more ambitioned than it actually is.

Short term goals are:

* A <dotnetexec> task that can be used as

<dotnetexec executable="ExampleCsc.exe"/>

without testing for the environment (see the dotnet.xml build file
for Ant's tests as an example for what may become simpler with
this).

* A <nant> task.

* A <msbuild> task - if only for the fun of having it.

Mid term goals:

* A <nunit> task.

Those tasks should end up in an antlib of their own in order to be
distributable independent of Ant.

Loading…
Cancel
Save