Author: jhm Date: Tue Oct 3 23:28:16 2006 New Revision: 452757 URL: http://svn.apache.org/viewvc?view=rev&rev=452757 Log: Like requested by Pavel Vlasov on the user list "Please re-add SQLC and Transformica to the External tools and tasks page"
Modified: ant/core/trunk/docs/external.html ant/core/trunk/xdocs/external.xml Modified: ant/core/trunk/docs/external.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/external.html?view=diff&rev=452757&r1=452756&r2=452757 ============================================================================== --- ant/core/trunk/docs/external.html (original) +++ ant/core/trunk/docs/external.html Tue Oct 3 23:28:16 2006 @@ -1001,14 +1001,14 @@ <a name="Build Number"></a> Build Number </h4> - <p> Build Number is a tool to track software artifacts such as files and automatically assign - proper version/build numbers to them. It ensures that two different artifacts will have different - version/build numbers, but identical artifacts/builds will be assigned the same number. It doesn't - take version management away from you and doesn't replace your build process, but rather plugs - into the process and introduces version/build number governance by defining who is in charge of - which part of version number. With Build Number you are still in charge of the head of the version - number. E.g. you may decide to have 4 numbers in your version (major, minor, interface, implementation) - and you want to manage the two first numbers (major and minor). Build Number will take care of the + <p> Build Number is a tool to track software artifacts such as files and automatically assign + proper version/build numbers to them. It ensures that two different artifacts will have different + version/build numbers, but identical artifacts/builds will be assigned the same number. It doesn't + take version management away from you and doesn't replace your build process, but rather plugs + into the process and introduces version/build number governance by defining who is in charge of + which part of version number. With Build Number you are still in charge of the head of the version + number. E.g. you may decide to have 4 numbers in your version (major, minor, interface, implementation) + and you want to manage the two first numbers (major and minor). Build Number will take care of the tedium of managing the last two numbers (interface and implementation). </p> <table class="externals" cellspacing="1" cellpadding="4"> <tr> @@ -2035,7 +2035,7 @@ </th> <td colspan="1" rowspan="1" valign="top" align="left"> - Tested with Ant 1.5 and 1.5.2 + Tested with Ant 1.5.x and 1.6.5 </td> </tr> <tr> @@ -2045,7 +2045,7 @@ </th> <td colspan="1" rowspan="1" valign="top" align="left"> - <a href="http://www.hammurapi.biz">http://www.hammurapi.biz</a> + <a href="http://www.hammurapi.biz/products/hammurapi">http://www.hammurapi.biz/products/hammurapi</a> </td> </tr> <tr> @@ -4934,6 +4934,53 @@ </tr> </table> <h4 class="subsection"> + <a name="SQL Compiler (SQLC)"></a> + SQL Compiler (SQLC) + </h4> + <p>SQL Compiler (SQLC) compiles database metadata and SQL statements into data access and data transfer classes.</p> + <table class="externals" cellspacing="1" cellpadding="4"> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + Compatibility: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + Tested with Ant 1.5.4 and 1.6.5 + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + URL: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + <a href="http://www.hammurapi.biz/products/sqlc">http://www.hammurapi.biz/products/sqlc</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + Contact: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + <a href="http://www.hammurapi.biz/hammurapi-biz/ef/xmenu/contact.html">Project Contact Page</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + License: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + LGPL + </td> + </tr> + </table> + <h4 class="subsection"> <a name="SQLUnit"></a> SQLUnit </h4> @@ -5244,6 +5291,56 @@ <td colspan="1" rowspan="1" valign="top" align="left"> BSD-like license + </td> + </tr> + </table> + <h4 class="subsection"> + <a name="Transformica"></a> + Transformica + </h4> + <p>Transformica is a versatile and extensible code generator. + Supports multiple source models including database metadata, Java source files, grammar + files and custom models. + </p> + <table class="externals" cellspacing="1" cellpadding="4"> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + Compatibility: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + Tested with Ant 1.5.x and 1.6.5 + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + URL: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + <a href="http://www.hammurapi.biz/products/transformica">http://www.hammurapi.biz/products/transformica</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + Contact: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + <a href="http://www.hammurapi.biz/hammurapi-biz/ef/xmenu/contact.html">Project Contact Page</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + License: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + LGPL </td> </tr> </table> Modified: ant/core/trunk/xdocs/external.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/external.xml?view=diff&rev=452757&r1=452756&r2=452757 ============================================================================== --- ant/core/trunk/xdocs/external.xml (original) +++ ant/core/trunk/xdocs/external.xml Tue Oct 3 23:28:16 2006 @@ -488,17 +488,17 @@ </tr> </table> </subsection> - - + + <subsection name="Build Number"> - <p> Build Number is a tool to track software artifacts such as files and automatically assign - proper version/build numbers to them. It ensures that two different artifacts will have different - version/build numbers, but identical artifacts/builds will be assigned the same number. It doesn't - take version management away from you and doesn't replace your build process, but rather plugs - into the process and introduces version/build number governance by defining who is in charge of - which part of version number. With Build Number you are still in charge of the head of the version - number. E.g. you may decide to have 4 numbers in your version (major, minor, interface, implementation) - and you want to manage the two first numbers (major and minor). Build Number will take care of the + <p> Build Number is a tool to track software artifacts such as files and automatically assign + proper version/build numbers to them. It ensures that two different artifacts will have different + version/build numbers, but identical artifacts/builds will be assigned the same number. It doesn't + take version management away from you and doesn't replace your build process, but rather plugs + into the process and introduces version/build number governance by defining who is in charge of + which part of version number. With Build Number you are still in charge of the head of the version + number. E.g. you may decide to have 4 numbers in your version (major, minor, interface, implementation) + and you want to manage the two first numbers (major and minor). Build Number will take care of the tedium of managing the last two numbers (interface and implementation). </p> <table class="externals"> @@ -519,7 +519,7 @@ <td>Commercial</td> </tr> </table> - </subsection> + </subsection> <subsection name="Checkstyle"> @@ -1046,20 +1046,18 @@ </subsection> <subsection name="Hammurapi"> - <p>Java code review tool. Performs automated code review. Contains 111 inspectors which check different aspects of code quality including coding standards, EJB, threading, ...</p> - <table class="externals"> <tr> <th>Compatibility:</th> - <td>Tested with Ant 1.5 and 1.5.2</td> + <td>Tested with Ant 1.5.x and 1.6.5</td> </tr> <tr> <th>URL:</th> - <td><a href="http://www.hammurapi.biz">http://www.hammurapi.biz</a></td> + <td><a href="http://www.hammurapi.biz/products/hammurapi">http://www.hammurapi.biz/products/hammurapi</a></td> </tr> <tr> <th>Contact:</th> @@ -2682,6 +2680,27 @@ </table> </subsection> + <subsection name="SQL Compiler (SQLC)"> + <p>SQL Compiler (SQLC) compiles database metadata and SQL statements into data access and data transfer classes.</p> + <table class="externals"> + <tr> + <th>Compatibility:</th> + <td>Tested with Ant 1.5.4 and 1.6.5</td> + </tr> + <tr> + <th>URL:</th> + <td><a href="http://www.hammurapi.biz/products/sqlc">http://www.hammurapi.biz/products/sqlc</a></td> + </tr> + <tr> + <th>Contact:</th> + <td><a href="http://www.hammurapi.biz/hammurapi-biz/ef/xmenu/contact.html">Project Contact Page</a></td> + </tr> + <tr> + <th>License:</th> + <td>LGPL</td> + </tr> + </table> + </subsection> <subsection name="SQLUnit"> <p>SQLUnit is a regression and unit testing harness for testing @@ -2856,6 +2875,30 @@ </table> </subsection> + <subsection name="Transformica"> + <p>Transformica is a versatile and extensible code generator. + Supports multiple source models including database metadata, Java source files, grammar + files and custom models. + </p> + <table class="externals"> + <tr> + <th>Compatibility:</th> + <td>Tested with Ant 1.5.x and 1.6.5</td> + </tr> + <tr> + <th>URL:</th> + <td><a href="http://www.hammurapi.biz/products/transformica">http://www.hammurapi.biz/products/transformica</a></td> + </tr> + <tr> + <th>Contact:</th> + <td><a href="http://www.hammurapi.biz/hammurapi-biz/ef/xmenu/contact.html">Project Contact Page</a></td> + </tr> + <tr> + <th>License:</th> + <td>LGPL</td> + </tr> + </table> + </subsection> <subsection name="Venus Application Publisher's (Vamp) Ant Task Suite"> @@ -3617,4 +3660,4 @@ </section> </body> -</document> +</document> \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]