jdt-core-home/tools/diff/index.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3, Mon Feb 24 18:14:24 2003 UTC revision 1.4, Tue Jun 17 18:14:18 2003 UTC
# Line 16  Line 16 
16  <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16></td>  <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16></td>
17    
18  <td WIDTH="98%"><b>Purpose</b>  <td WIDTH="98%"><b>Purpose</b>
19  <p>The Eclipse distribution diff tool is a command line tool which compares two Eclipse based  <p>The Distribution Diff Tool is a command line tool which compares two Eclipse based
20  distributions and creates a report of the differences between them. It performs differences on  distributions and creates a report of the differences between them. It performs differences on
21  the structure of class files, but not the contents of methods. This gives the user an idea of  the structure of class files, but does not compare resources (.properties, .gif, .jpg files etc.).
22  what changed structurally between two builds, without having to wade through source changes.  This gives the user an idea of what changed between two builds, without having to wade through source changes.
23  Although the Eclipse distribution diff tool reads Eclipse distributions, it is not an Eclipse  </p>
 application.</p>  
24  </td>  </td>
25  </tr>  </tr>
26    
27  <tr>  <tr>
28  <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16></td>  <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16></td>
29    
30  <td WIDTH="98%"><b>Install</b>  <td WIDTH="98%"><b>What's new</b>
31    <ul>    <ul>
32    <li>Download the tool <a href="diff-200302241156.zip">diff-200302241156.zip</a>.</li>  <li>Method body comparision (thanks to Olivier Thomann!)</li>
33  <li>Extract the download file on your hard drive and read the README.html file. It describes its usage.</li>  <li>Exported plugin & fragment support, the tool now finds fragments and exported plugins</li>
34    <li>Output is now xml</li>
35    <li>An ant script to run the whole process</li>
36    <li>Filtering support using xsl transforms</li>
37    <li>HTML reports now made from the xml files</li>
38    <li>Ability to specify the match level to control how plugin IDs are compared</li>
39    <li>Eclipse based, so the binaries are less than 100KB.</li>
40    <li>Update site install</li>
41    <li>Internationalized messages</li>
42    </ul>
43    
44    </td>
45    </tr>
46    
47    <tr>
48    <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16></td>
49    
50    <td WIDTH="98%"><b>Install</b>
51            <p>
52            Install the Distribution Diff Tool using the update manager in Eclipse version 2.1.  The
53            URL for the update site is: <nobr>http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-core-home/tools/diff/com.oti.min.distributiondiff-updatesite/</nobr>
54            </p>
55            <p>
56            Once you have installed the Distribution Diff Tool, read the README.html located in the docs subdirectory of the
57            com.min.oti.distributiondiff_2.1.0 plugin.
58            </p>
59            <p>
60            To run the tool you will also need ANT and Xalan, the README.html enumerates the exact versions necessary.
61            </p>
62  </td>  </td>
63  </tr>  </tr>
64  <tr>  <tr>
65  <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16></td>  <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16></td>
66    
67  <td WIDTH="98%"><b>Examples of generated reports</b>  <td WIDTH="98%"><b>Examples of generated reports</b>
68  <p><a href="examples/index.html">Generated report</a></p>  <p><a href="eclipse_2.0.3_2.1.0_compatible">Report comparing Eclipse 2.0.3 to Eclipse 2.1.0</a></p>
69  </td>  </td>
70  </tr>  </tr>
71  </table>  </table>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4