|
|
@@ -126,7 +126,7 @@ |
|
|
|
<p>
|
|
|
|
If you aren't satisfied with just filing a bug report, you can
|
|
|
|
try to find the cause of the problem and provide a fix yourself.
|
|
|
|
The best way to do that is by working with the latest code from CVS.
|
|
|
|
The best way to do that is by working with the latest code from Subversion.
|
|
|
|
Alternatively, you can work with the source code available from the
|
|
|
|
<a href="http://ant.apache.org/srcdownload.cgi">
|
|
|
|
source distributions</a>. If you
|
|
|
@@ -146,12 +146,12 @@ |
|
|
|
to your message subject. Please include any relevant bug numbers.
|
|
|
|
Patch files should be created with the <code>-u</code>
|
|
|
|
option of the
|
|
|
|
<code>diff</code> or <code>cvs diff</code> command. For
|
|
|
|
<code>diff</code> or <code>svn diff</code> command. For
|
|
|
|
example:<br></br><br></br>
|
|
|
|
<font face="verdana" size="-1">
|
|
|
|
diff -u Javac.java.orig Javac.java > javac.diffs<br></br><br></br>
|
|
|
|
</font>
|
|
|
|
or, if you have source from SVN:<br></br><br></br>
|
|
|
|
or, if you have source from Subversion:<br></br><br></br>
|
|
|
|
<font face="verdana" size="-1">
|
|
|
|
svn diff Javac.java > javac.diffs<br></br><br></br>
|
|
|
|
</font>
|
|
|
|