diff --git a/docs/manual/OptionalTasks/dotnet.html b/docs/manual/OptionalTasks/dotnet.html index aab7c3b5c..27bb0845a 100644 --- a/docs/manual/OptionalTasks/dotnet.html +++ b/docs/manual/OptionalTasks/dotnet.html @@ -115,6 +115,13 @@ version crimson.jar and jaxp.jar.

Change Log

+

Version 0.5

+This revision goes along with NET 1.0 (SP1) +
    +
  1. CSC: added filealign
  2. +
  3. CSC: added reference to office.dll
  4. +
+

Version 0.4

This is the beta-2 revision of the tasks.
    @@ -210,7 +217,7 @@ Specifying the output file with 'outfile' seems prudent.

    indicates whether default excludes should be used or not "true"(default) or "false" - + definitions defined constants @@ -240,16 +247,25 @@ Specifying the output file with 'outfile' seems prudent.

    extraOptions Any extra options which aren't explicitly - supported by the CSharp task - "/warnaserror+ /baseaddress:0x12840000" + supported by the CSharp task + "/warnaserror+ /baseaddress:0x12840000" - - + failOnError Should a failed compile halt the build? "true"(default) or "false" - + + + + fileAlign + + set the file alignment. + Valid values are 0,512, 1024, 2048, 4096, 8192, and 16384 + 0 means 'leave to the compiler' + + 512 + fullpaths print the full path of files on on errors @@ -263,9 +279,9 @@ Specifying the output file with 'outfile' seems prudent.

    includeDefaultReferences Flag which when true automatically includes - the common assemblies in dotnet beta1, and tells the compiler to link in - mscore.dll - + the common assemblies in dotnet, and tells the compiler to link in + mscore.dll + "true"(default) or "false" @@ -305,15 +321,15 @@ Specifying the output file with 'outfile' seems prudent.

    references Semicolon separated list of dlls to refer to - "mylib.dll;nunit.dll" + "mylib.dll;nunit.dll" referenceFiles Ant Path descriptioon of references to include. - Wildcards should work. - + Wildcards should work. + - + srcDir source directory (default = project directory) @@ -337,19 +353,19 @@ Specifying the output file with 'outfile' seems prudent.

    warnLevel level of warning currently between 1 and 4 with 4 - being the strictest. + being the strictest. "1"-"4" win32Icon filename of icon to include - "res/myicon.ico" + "res/myicon.ico" win32res filename of a win32 resource (.RES)file to include This is not a .NET resource, but it what windows is used to. - "res/myapp.res" + "res/myapp.res" @@ -428,9 +444,9 @@ manually specified with outfile extraOptions Any extra options which aren't explicitly - supported by the ilasm task, primarily because they + supported by the ilasm task, primarily because they arent really documented: use ilasm /? to see them - + @@ -462,7 +478,7 @@ manually specified with outfile listing Produce a listing (off by default). Listings go to the - current output stream + current output stream "on", "off" (default) @@ -502,7 +518,7 @@ Example

    />
    -

    Copyright © 2000 Apache Software Foundation. All rights +

    Copyright © 2000-2002 Apache Software Foundation. All rights Reserved.