|
@@ -713,7 +713,7 @@ If we decide to contribute our task, we should do some things:<ul> |
|
|
<li>create a patch file</li> |
|
|
<li>create a patch file</li> |
|
|
<li>publishing that patch file</li> |
|
|
<li>publishing that patch file</li> |
|
|
</ul> |
|
|
</ul> |
|
|
The <a href="../ant_task_guidelines.html">Ant Task Guidelines [6]</a> support additional |
|
|
|
|
|
|
|
|
The <a href="http://ant.apache.org/ant_task_guidelines.html">Ant Task Guidelines [6]</a> support additional |
|
|
information on that.</p> |
|
|
information on that.</p> |
|
|
|
|
|
|
|
|
<p>Now we will check the "Checklist before submitting a new task" described in that guideline. |
|
|
<p>Now we will check the "Checklist before submitting a new task" described in that guideline. |
|
@@ -864,7 +864,7 @@ and run <tt>ant test</tt> (like above).</p> |
|
|
|
|
|
|
|
|
<h3>Checkstyle</h3> |
|
|
<h3>Checkstyle</h3> |
|
|
<p>There are many things we have to ensure. Indentation with 4 spaces, blanks here and there, ... |
|
|
<p>There are many things we have to ensure. Indentation with 4 spaces, blanks here and there, ... |
|
|
(all described in the <a href="../ant_task_guidelines.html">Ant Task Guidelines [6]</a> which |
|
|
|
|
|
|
|
|
(all described in the <a href="http://ant.apache.org/ant_task_guidelines.html">Ant Task Guidelines [6]</a> which |
|
|
includes the <a href="http://www.oracle.com/technetwork/java/codeconvtoc-136057.html">Sun code style |
|
|
includes the <a href="http://www.oracle.com/technetwork/java/codeconvtoc-136057.html">Sun code style |
|
|
[9]</a>). Because there are so many things we would be happy to have a tool for do the checks. |
|
|
[9]</a>). Because there are so many things we would be happy to have a tool for do the checks. |
|
|
There is one: checkstyle. Checkstyle is available at <a href="http://checkstyle.sourceforge.net/"> |
|
|
There is one: checkstyle. Checkstyle is available at <a href="http://checkstyle.sourceforge.net/"> |
|
@@ -904,7 +904,7 @@ cvs access). As a result we get a file <i> TODO </i>.</p> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h3>Publish the task</h3> |
|
|
<h3>Publish the task</h3> |
|
|
<p>Finally we publish that archive. As described in the <a href="../ant_task_guidelines.html"> |
|
|
|
|
|
|
|
|
<p>Finally we publish that archive. As described in the <a href="http://ant.apache.org/ant_task_guidelines.html"> |
|
|
Ant Task Guidelines [7]</a> we can post it on the developer mailinglist or we create a BugZilla |
|
|
Ant Task Guidelines [7]</a> we can post it on the developer mailinglist or we create a BugZilla |
|
|
entry. For both we need some information:</p> |
|
|
entry. For both we need some information:</p> |
|
|
|
|
|
|
|
|