From 6a9d1e472c8ed3de164d17ec760a30f97e76ce25 Mon Sep 17 00:00:00 2001
From: Conor MacNeill
@@ -35,11 +35,11 @@ includes the time for support calls to change. But as a consequence,
developers working on .NET support have more freedom to play around with
the code. It also means that the fairly unusual set of tasks supported
by ant enable a few interesting operations that can not be performed any
-other way:
+other way:
-External changes
-
-
External changes.NET tasks
Introduction
-
+
Ant support for .NET goes back to before .NET was released, and
continues to be expanded based on user demand. Users writing nothing but
@@ -25,7 +25,7 @@ mean more than just Java and .NET: the C++ tasks in the ant-contrib
project on sourceforge can be used with Ant to do native C++ and .NET
cross development if that is your need. Finally, Ant support for .NET
lets one automate .NET development under an automated build process,
-such as AntHill or Cruise Control.
+such as AntHill or Cruise Control.
-Needless to say, possible does not mean easy.
+Needless to say, possible does not mean easy.
Chapter 15 of
Java Development with Ant covers the first of these, using the Ant1.5
version of the tasks. Going the other way -generating Java client
-code and JUnit testcases is covered in
+code and JUnit testcases is covered in
The Wondrous curse
of Interop. The final trick, IDL and Typelib abuse, is not
-documented as we do not want to encourage such an ugly practise. It,
+documented as we do not want to encourage such an ugly practice. It,
can, however, be done if absolutely necessary.
-
-
-
-
Task List
@@ -225,10 +221,10 @@ implicit fileset is disabled
The compile tasks: vbc, jsharpc, and csc, all contain lots of common code
in a shared base class: if you can use one you should be able to use
-another.
+another.
+
Csc
Compiles C# code
-
+
vbc
Compiles VB.Net code
-
+
jsharpc
Compiles J# files
-
+
ildasm
Disassembles .NET executables and libraries
-
+
ilasm
Assembles .il files
-
+
WsdlToDotnet
Generates .NET code (C# or VB) from a WSDL file
-
+
ImportTypelib .html
Imports a COM type library into .NET
-Ant 1.5
-This revision goes along with NET 1.0 (SP1)
+This revision goes along with NET 1.0 (SP1)
-Version 0.4
-This is the beta-2 revision of the tasks.
-
-
-
-Version 0.3
-
-The changes here reflect Beta-1 of the dotnet SDK and experience of use in
-more complex projects. This build does not work with the older SDK,
-primarily because the automatic reference feature references libraries
-only found in the new SDK version.
-
-
-
-Internal changes
-
-
- Change Log
-
-Ant1.6
-This revision goes along with NET 1.1, though there is no reason why
-it should not work on other versions.
-
-
-
-The compile tasks: vbc, jsharpc, and csc, all contain lots of common code
-in a shared base class: if you can use one you should be able to use
-another.
-
Version 0.5
-This revision goes along with NET 1.0 (SP1)
+This revision goes along with NET 1.0 (SP1)
Version 0.4
-This is the beta-2 revision of the tasks.
+This is the beta-2 revision of the tasks.
-
+
Version 0.3
-The changes here reflect Beta-1 of the dotnet SDK and experience of use in
-more complex projects. This build does not work with the older SDK,
+The changes here reflect Beta-1 of the dotnet SDK and experience of use in
+more complex projects. This build does not work with the older SDK,
primarily because the automatic reference feature references libraries
-only found in the new SDK version.
+only found in the new SDK version.
@@ -332,7 +265,7 @@ External changes
Copyright © 2000-2003 Apache Software Foundation. All rights Reserved.
diff --git a/docs/manual/tutorial-tasks-filesets-properties.html b/docs/manual/tutorial-tasks-filesets-properties.html index 79164846a..46f0a5830 100644 --- a/docs/manual/tutorial-tasks-filesets-properties.html +++ b/docs/manual/tutorial-tasks-filesets-properties.html @@ -914,13 +914,13 @@ entry. For both we need some information: The other way - BugZilla - is slightly more difficult. But it has the advantage that entries will not be forgotten (once per week a report is generated). So I will show this way. -You must have a BugZilla account for that. So open the
+ You must have a BugZilla account for that. So open the
BugZilla Main Page [12] and follow the link
-Open a new Bugzilla account [13]
+Open a new Bugzilla account [13]
and the steps described there if you havenīt one.
-
[10] http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html
[11] http://checkstyle.sourceforge.net/
- [12] http://nagoya.apache.org/bugzilla/
- [13] http://nagoya.apache.org/bugzilla/createaccount.cgi
- [14] http://nagoya.apache.org/bugzilla/enter_bug.cgi
+ [12] http://issues.apache.org/bugzilla/
+ [13] http://issues.apache.org/bugzilla/createaccount.cgi
+ [14] http://issues.apache.org/bugzilla/enter_bug.cgi