From 50d24e6e653c8bb84ae7aa833ef74596826997ae Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 21 Nov 2003 10:52:22 +0000 Subject: [PATCH] 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 --- proposal/sandbox/dotnet/.cvsignore | 1 + proposal/sandbox/dotnet/README | 38 ++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 proposal/sandbox/dotnet/.cvsignore create mode 100644 proposal/sandbox/dotnet/README diff --git a/proposal/sandbox/dotnet/.cvsignore b/proposal/sandbox/dotnet/.cvsignore new file mode 100644 index 000000000..378eac25d --- /dev/null +++ b/proposal/sandbox/dotnet/.cvsignore @@ -0,0 +1 @@ +build diff --git a/proposal/sandbox/dotnet/README b/proposal/sandbox/dotnet/README new file mode 100644 index 000000000..47df8753c --- /dev/null +++ b/proposal/sandbox/dotnet/README @@ -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 task that can be used as + + + + 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 task. + +* A task - if only for the fun of having it. + +Mid term goals: + +* A task. + +Those tasks should end up in an antlib of their own in order to be +distributable independent of Ant.