Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 82397 invoked from network); 4 Oct 2006 06:28:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Oct 2006 06:28:28 -0000 Received: (qmail 51816 invoked by uid 500); 4 Oct 2006 06:28:28 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 51462 invoked by uid 500); 4 Oct 2006 06:28:27 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 51451 invoked by uid 500); 4 Oct 2006 06:28:26 -0000 Received: (qmail 51448 invoked by uid 99); 4 Oct 2006 06:28:26 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Oct 2006 23:28:26 -0700 X-ASF-Spam-Status: No, hits=-8.3 required=10.0 tests=ALL_TRUSTED,BIZ_TLD,NO_REAL_NAME Received: from [140.211.166.113] ([140.211.166.113:53897] helo=eris.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 1B/CE-00170-48453254 for ; Tue, 03 Oct 2006 23:28:20 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 3B3581A981A; Tue, 3 Oct 2006 23:28:17 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r452757 - in /ant/core/trunk: docs/external.html xdocs/external.xml Date: Wed, 04 Oct 2006 06:28:16 -0000 To: ant-cvs@apache.org From: jhm@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061004062817.3B3581A981A@eris.apache.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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 @@ Build Number -

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 +

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).

@@ -2035,7 +2035,7 @@ @@ -2045,7 +2045,7 @@ @@ -4934,6 +4934,53 @@
- Tested with Ant 1.5 and 1.5.2 + Tested with Ant 1.5.x and 1.6.5
- http://www.hammurapi.biz + http://www.hammurapi.biz/products/hammurapi

+ + SQL Compiler (SQLC) +

+

SQL Compiler (SQLC) compiles database metadata and SQL statements into data access and data transfer classes.

+ + + + + + + + + + + + + + + + + +
+ Compatibility: + + Tested with Ant 1.5.4 and 1.6.5 +
+ URL: + + http://www.hammurapi.biz/products/sqlc +
+ Contact: + + Project Contact Page +
+ License: + + LGPL +
+

SQLUnit

@@ -5244,6 +5291,56 @@ BSD-like license + + + +

+ + Transformica +

+

Transformica is a versatile and extensible code generator. + Supports multiple source models including database metadata, Java source files, grammar + files and custom models. +

+ + + + + + + + + + + + + + + +
+ Compatibility: + + Tested with Ant 1.5.x and 1.6.5 +
+ URL: + + http://www.hammurapi.biz/products/transformica +
+ Contact: + + Project Contact Page +
+ License: + + LGPL
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 @@ - - + + -

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 +

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).

@@ -519,7 +519,7 @@
Commercial
-
+ @@ -1046,20 +1046,18 @@ -

Java code review tool. Performs automated code review. Contains 111 inspectors which check different aspects of code quality including coding standards, EJB, threading, ...

- - + - + @@ -2682,6 +2680,27 @@
Compatibility:Tested with Ant 1.5 and 1.5.2Tested with Ant 1.5.x and 1.6.5
URL:http://www.hammurapi.bizhttp://www.hammurapi.biz/products/hammurapi
Contact:
+ +

SQL Compiler (SQLC) compiles database metadata and SQL statements into data access and data transfer classes.

+ + + + + + + + + + + + + + + + + +
Compatibility:Tested with Ant 1.5.4 and 1.6.5
URL:http://www.hammurapi.biz/products/sqlc
Contact:Project Contact Page
License:LGPL
+

SQLUnit is a regression and unit testing harness for testing @@ -2856,6 +2875,30 @@ + +

Transformica is a versatile and extensible code generator. + Supports multiple source models including database metadata, Java source files, grammar + files and custom models. +

+ + + + + + + + + + + + + + + + + +
Compatibility:Tested with Ant 1.5.x and 1.6.5
URL:http://www.hammurapi.biz/products/transformica
Contact:Project Contact Page
License:LGPL
+
@@ -3617,4 +3660,4 @@ - + \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org