conor       2004/02/02 06:54:01

  Modified:    docs/manual/OptionalTasks Tag: ANT_16_BRANCH dotnet.html
  Log:
  Clean up munged changelog
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.10.2.7  +32 -95    ant/docs/manual/OptionalTasks/dotnet.html
  
  Index: dotnet.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/dotnet.html,v
  retrieving revision 1.10.2.6
  retrieving revision 1.10.2.7
  diff -u -w -u -r1.10.2.6 -r1.10.2.7
  --- dotnet.html       17 Dec 2003 17:47:51 -0000      1.10.2.6
  +++ dotnet.html       2 Feb 2004 14:54:01 -0000       1.10.2.7
  @@ -235,69 +235,6 @@
   <li>WsdlToDotnet written
   </ol>
   
  -<h4>Version 0.4</h4>
  -This is the beta-2 revision of the tasks. 
  -<ol>
  -<li>ILASM: pulled the owner attribute, added keyfile for giving binaries a 
strong name
  -(MD5 hash of the checksum)</li>
  -<li>CSC: added win32res , noConfig, utf8output, fullpaths</li>
  -<li>CSC: </li>
  -</ol>
  - 
  -<h4>Version 0.3</h4>
  -
  -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.  
  -<p>
  -External changes</p>
  -<ul>
  -<li>Recursive inclusion of .cs and .il files</li>
  -
  -<li>Documentation enhanced, includes examples and details of all 
parameters</li>
  -
  -<li>The csc task automatically includes the common dotnet assemblies, so
  -there is no need to remember to refer to 'System.dll', 'System.Web.Services',
  - etc. This feature can be disabled by setting the 'includeDefaultReferences' 
  - flag to false. </li>
  -
  - <li> References can also be referred to using the ReferenceFiles parameter, 
which
  -is an ant path specification. The old 'references' string is still 
retained.</li>
  -<li> An 'extraoptions' attribute enables the build file to include any CSC 
options
  -which are not explicitly supported in the CSC task. </li>
  -</ul>
  -
  -Internal changes
  -<ul>
  -<li>Some minor refactoring (move common code a method)</li>
  -<li>Application of Jedits JavaStyle task resulted in a major reshaping of
  -the codebase and the insertion of a blank line every second line. Significant
  -effort was required to revert some (but not all) changes.</li>
  -<li>Removed throws clause from methods which can't throw exception<hr>
  -<h2> Change Log </h2>
  -
  -<h4>Ant1.6</h4>
  -This revision goes along with NET 1.1, though there is no reason why
  -it should not work on other versions.
  -<p>
  -
  -<ol>
  -<li>vbc task</li>
  -<li>jsharpc task</li>
  -<li>mono support</li>
  -<li>ilasm</li>
  -<li>tlbimport</li>
  -<li>Reference filesets in the compiler tasks</li>
  -<li>definitions in the compiler tasks</li>
  -<li>multiple source filesets in the compiler tasks. If these are used, the
  -implicit fileset is disabled</li>
  -</ol>
  -
  -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. 
  -
   <h4>Version 0.5</h4>
   This revision goes along with NET 1.0 (SP1) 
   <ol>
  @@ -346,7 +283,7 @@
   <li>Application of Jedits JavaStyle task resulted in a major reshaping of
   the codebase and the insertion of a blank line every second line. Significant
   effort was required to revert some (but not all) changes.</li>
  -<li>Removed throws clause from methods which can't throw exceptions </li>
  +<li>Removed throws clause from methods which can't throw exception
   </ul>
   
   The test harness has been expanded to include unicode source file  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to