|
@@ -23,7 +23,7 @@ |
|
|
<a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" border="0"/></a> |
|
|
<a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" border="0"/></a> |
|
|
</td> |
|
|
</td> |
|
|
<td align="center"> |
|
|
<td align="center"> |
|
|
<a href="http://www.javaworld.com"><img src="images/jw_ec_logo_finalist2002.gif" border="0"/></a> |
|
|
|
|
|
|
|
|
<a href="http://www.javaworld.com"><img src="images/jw_ec_logo_winner2002.gif" border="0"/></a> |
|
|
</td> |
|
|
</td> |
|
|
<td align="right"> |
|
|
<td align="right"> |
|
|
<a href="http://jakarta.apache.org/ant/"><img src="./images/ant_logo_large.gif" alt="Apache Ant" border="0"/></a> |
|
|
<a href="http://jakarta.apache.org/ant/"><img src="./images/ant_logo_large.gif" alt="Apache Ant" border="0"/></a> |
|
@@ -179,13 +179,13 @@ Complete build sequence is [debug, gensrc, compile, jar, test]<br /> |
|
|
You should be able to see from the trace more about what Ant |
|
|
You should be able to see from the trace more about what Ant |
|
|
is doing and why it's taking a particular course of action. |
|
|
is doing and why it's taking a particular course of action. |
|
|
If you need even more information, you can use the |
|
|
If you need even more information, you can use the |
|
|
<code>-debug</code> flag rather than |
|
|
|
|
|
<code>-verbose</code>. |
|
|
|
|
|
|
|
|
<nobr><code>-debug</code></nobr> flag rather than |
|
|
|
|
|
<nobr><code>-verbose</code></nobr>. |
|
|
This will generally produce so much |
|
|
This will generally produce so much |
|
|
output that you may want to save the output to a file and |
|
|
output that you may want to save the output to a file and |
|
|
analyze it in an editor. You can save the output using the |
|
|
analyze it in an editor. You can save the output using the |
|
|
<code>-logfile <filename></code> flag, or using |
|
|
|
|
|
redirection. |
|
|
|
|
|
|
|
|
<nobr><code>-logfile <filename></code></nobr> flag, or |
|
|
|
|
|
using redirection. |
|
|
</p> |
|
|
</p> |
|
|
<p> |
|
|
<p> |
|
|
Once you have all this debug information, how can you use it |
|
|
Once you have all this debug information, how can you use it |
|
@@ -309,7 +309,8 @@ D:\src\java\Unset.java<br /> |
|
|
<p> |
|
|
<p> |
|
|
By this time, you may have decided that there is an unreported |
|
|
By this time, you may have decided that there is an unreported |
|
|
bug in Ant. You have a few choices at this point. You can send |
|
|
bug in Ant. You have a few choices at this point. You can send |
|
|
an email to the <code>ant-user</code> mailing list to see if |
|
|
|
|
|
|
|
|
an email to the <nobr><code>ant-user</code></nobr> mailing list |
|
|
|
|
|
to see if |
|
|
others have encountered your issue and find out how they may |
|
|
others have encountered your issue and find out how they may |
|
|
have worked around it. If after some discussion, you feel it |
|
|
have worked around it. If after some discussion, you feel it |
|
|
is time to create |
|
|
is time to create |
|
@@ -385,18 +386,20 @@ D:\src\java\Unset.java<br /> |
|
|
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.4.1/src/"> |
|
|
<a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.4.1/src/"> |
|
|
source distributions</a>. If you |
|
|
source distributions</a>. If you |
|
|
are going to tackle the problem at this level, you may want to |
|
|
are going to tackle the problem at this level, you may want to |
|
|
discuss some details first on the <code>ant-dev</code> mailing |
|
|
|
|
|
list. Once you have a fix for the problem, you may submit |
|
|
|
|
|
the fix as a <i>patch</i> to either the <code>ant-dev</code> mailing |
|
|
|
|
|
|
|
|
discuss some details first on the <nobr><code>ant-dev</code></nobr> |
|
|
|
|
|
mailing list. Once you have a fix for the problem, you may submit |
|
|
|
|
|
the fix as a <i>patch</i> to either the |
|
|
|
|
|
<nobr><code>ant-dev</code></nobr> mailing |
|
|
list, or enter the bug database as described above and attach the |
|
|
list, or enter the bug database as described above and attach the |
|
|
patch to the bug report. Using the bug database has the advantage |
|
|
patch to the bug report. Using the bug database has the advantage |
|
|
of being able to track the progress of your patch. |
|
|
of being able to track the progress of your patch. |
|
|
</p> |
|
|
</p> |
|
|
<p> |
|
|
<p> |
|
|
If you have a patch to submit and are sending it to the |
|
|
If you have a patch to submit and are sending it to the |
|
|
<code>ant-dev</code> mailing list, prefix "[PATCH]" |
|
|
|
|
|
|
|
|
<nobr><code>ant-dev</code></nobr> mailing list, |
|
|
|
|
|
prefix "[PATCH]" |
|
|
to your message subject. Please include any relevant bug numbers. |
|
|
to your message subject. Please include any relevant bug numbers. |
|
|
Patch files should be created with the <code>-u</code> |
|
|
|
|
|
|
|
|
Patch files should be created with the <nobr><code>-u</code></nobr> |
|
|
option of the |
|
|
option of the |
|
|
<code>diff</code> or <code>cvs diff</code> command. For |
|
|
<code>diff</code> or <code>cvs diff</code> command. For |
|
|
example:<br /><br /> |
|
|
example:<br /><br /> |
|
|