You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2005/05/02 12:02:42 UTC

cvs commit: ant/proposal/sandbox/dotnet/src/testcases/org/apache/tools/ant/taskdefs/optional/dotnet DotNetExecTaskTest.java MSBuildTaskTest.java NAntTaskTest.java NUnitTaskTest.java

bodewig     2005/05/02 03:02:42

  Modified:    proposal/sandbox/dotnet Tag: ANT_16_BRANCH README
  Removed:     proposal/sandbox/dotnet Tag: ANT_16_BRANCH build.xml
               proposal/sandbox/dotnet/docs Tag: ANT_16_BRANCH
                        dotnetexec.html index.html msbuild.html nant.html
                        nunit.html wix.html
               proposal/sandbox/dotnet/src/etc/testcases Tag: ANT_16_BRANCH
                        dotnetexec.xml msbuild.xml nant.xml nunit.xml
               proposal/sandbox/dotnet/src/main/org/apache/tools/ant/taskdefs/optional/dotnet
                        Tag: ANT_16_BRANCH AbstractBuildTask.java
                        DotNetExecTask.java MSBuildTask.java NAntTask.java
                        NUnitTask.java WixTask.java antlib.xml
               proposal/sandbox/dotnet/src/main/org/apache/tools/ant/util
                        Tag: ANT_16_BRANCH XMLFragment.java
               proposal/sandbox/dotnet/src/testcases/org/apache/tools/ant/taskdefs/optional/dotnet
                        Tag: ANT_16_BRANCH DotNetExecTaskTest.java
                        MSBuildTaskTest.java NAntTaskTest.java
                        NUnitTaskTest.java
  Log:
  cleanup
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.2.2.3   +1 -38     ant/proposal/sandbox/dotnet/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/ant/proposal/sandbox/dotnet/README,v
  retrieving revision 1.2.2.2
  retrieving revision 1.2.2.3
  diff -u -r1.2.2.2 -r1.2.2.3
  --- README	22 Oct 2004 09:20:20 -0000	1.2.2.2
  +++ README	2 May 2005 10:02:41 -0000	1.2.2.3
  @@ -1,38 +1 @@
  -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.
  -
  -* A <wix> task.
  -
  -* A <nunit> task.
  -
  -Those tasks should end up in an antlib of their own in order to be
  -distributable independent of Ant.
  +Moved to http://svn.apache.org/repos/asf/ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org