From 87b9690a66331a2de7b92b8ba73a8c2e44fa562f Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Tue, 13 Jun 2006 04:20:25 +0000
Subject: [PATCH] WiX task is no longer untested
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@413804 13f79535-47bb-0310-9956-ffa450edef68
---
docs/antlibs/dotnet/index.html | 11 ++++++++---
docs/manual/CoreTasks/ant.html | 2 +-
xdocs/antlibs/dotnet/index.xml | 16 +++++++++-------
3 files changed, 18 insertions(+), 11 deletions(-)
diff --git a/docs/antlibs/dotnet/index.html b/docs/antlibs/dotnet/index.html
index 820550dc7..1ead62d24 100755
--- a/docs/antlibs/dotnet/index.html
+++ b/docs/antlibs/dotnet/index.html
@@ -124,9 +124,8 @@
other platform. Of course you can override these
assumptions.
Based on this a few tasks to run well known .NET utilities
- from within Ant are provided, namely tasks to run NUnit, NAnt and MSBuild.
- There also is some experimental Wix task, but it probably doesn't
- do anything useful at all.
+ from within Ant are provided, namely tasks to run NUnit, NAnt, MSBuild
+ and the Wix toolkit.
Tasks
@@ -153,6 +152,12 @@
Invokes MSBuild, either on an external file or a build file
snippet contained inside your Ant build file.
+
+
+ wix
+
+ Invokes the candle and light executables of the WiX toolkit
+ in order to create MSI installers from within Ant.
Examples
diff --git a/docs/manual/CoreTasks/ant.html b/docs/manual/CoreTasks/ant.html
index 1edcd4949..7dd1bf950 100644
--- a/docs/manual/CoreTasks/ant.html
+++ b/docs/manual/CoreTasks/ant.html
@@ -280,4 +280,4 @@ new project using the id path2
.
Reserved.