/[Apache-SVN]/db/ddlutils/trunk/.classpath
ViewVC logotype

Log of /db/ddlutils/trunk/.classpath

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 684638 - (view) (annotate) - [select for diffs]
Modified Mon Aug 11 05:41:01 2008 UTC (15 months, 1 week ago) by tomdz
File length: 721 byte(s)
Diff to previous 653297 (colored)
Forgot Eclipse classpath file when checking in the implementation of DDLUTILS-224

Revision 653297 - (view) (annotate) - [select for diffs]
Modified Mon May 5 04:20:33 2008 UTC (18 months, 2 weeks ago) by tomdz
File length: 460 byte(s)
Diff to previous 653295 (colored)
Second part of directory reorganization to make DdlUtils more Maven-friendly

Revision 653295 - (view) (annotate) - [select for diffs]
Modified Mon May 5 04:07:26 2008 UTC (18 months, 2 weeks ago) by tomdz
File length: 450 byte(s)
Diff to previous 635262 (colored)
First part of directory reorganization to make DdlUtils more Maven-friendly; Started updating the pom.xml; Some testcase fixes

Revision 635262 - (view) (annotate) - [select for diffs]
Modified Sun Mar 9 15:40:47 2008 UTC (20 months, 2 weeks ago) by tomdz
File length: 1203 byte(s)
Diff to previous 602807 (colored)
Implementation of DDLUTILS-198: Replace Jakarta ORO regular expressions with Java 1.4 regular expressions

Revision 602807 - (view) (annotate) - [select for diffs]
Modified Mon Dec 10 08:20:47 2007 UTC (23 months, 2 weeks ago) by tomdz
File length: 1282 byte(s)
Diff to previous 572524 (colored)
Implemented new model comparison algorithm and database alteration workflow
Started to add tests to cover database alteration in more detail

Revision 572524 - (view) (annotate) - [select for diffs]
Modified Tue Sep 4 04:58:10 2007 UTC (2 years, 2 months ago) by tomdz
File length: 2037 byte(s)
Diff to previous 539990 (colored)
Implemented DDLUTILS-184
Created enum for the cascade settings for DDUTILS-75, and added properties to the foreign key object

Revision 539990 - (view) (annotate) - [select for diffs]
Modified Mon May 21 01:30:52 2007 UTC (2 years, 6 months ago) by tomdz
File length: 2102 byte(s)
Diff to previous 491513 (colored)
Updated/added license info

Revision 491513 - (view) (annotate) - [select for diffs]
Modified Mon Jan 1 00:38:29 2007 UTC (2 years, 10 months ago) by tomdz
File length: 1336 byte(s)
Diff to previous 491475 (colored)
updated to commons-betwixt 0.8 final

Revision 491475 - (view) (annotate) - [select for diffs]
Modified Sun Dec 31 20:24:08 2006 UTC (2 years, 10 months ago) by tomdz
File length: 1340 byte(s)
Diff to previous 471544 (colored)
Changed logging in the Ant tasks so that everything now logs to commons-logging/log4j which in turn logs to the console
Added verbosity attribute to the two main tasks that control the output verbosity

Revision 471544 - (view) (annotate) - [select for diffs]
Modified Sun Nov 5 22:11:07 2006 UTC (3 years ago) by tomdz
File length: 1283 byte(s)
Diff to previous 462544 (colored)
Updated to commons-betwixt 0.8 RC1

Revision 462544 - (view) (annotate) - [select for diffs]
Modified Tue Oct 10 20:29:40 2006 UTC (3 years, 1 month ago) by tomdz
File length: 1299 byte(s)
Diff to previous 416741 (colored)
Fixed DDLUTILS-63: values that contain characters that cannot be put into an XML file, are now encoded in Base64 and a sub element will always be used (instead of an attribute) which has the attribute base64="true"

Revision 416741 - (view) (annotate) - [select for diffs]
Modified Fri Jun 23 15:26:46 2006 UTC (3 years, 5 months ago) by tomdz
File length: 1313 byte(s)
Diff to previous 398680 (colored)
Cleaned up libraries

Revision 398680 - (view) (annotate) - [select for diffs]
Modified Mon May 1 20:38:23 2006 UTC (3 years, 6 months ago) by tomdz
File length: 1291 byte(s)
Diff to previous 375130 (colored)
Updated to junit 3.8.2

Revision 375130 - (view) (annotate) - [select for diffs]
Modified Sun Feb 5 23:09:53 2006 UTC (3 years, 9 months ago) by tomdz
File length: 1291 byte(s)
Diff to previous 373388 (colored)
Changes to the libraries exported by the project

Revision 373388 - (view) (annotate) - [select for diffs]
Modified Sun Jan 29 23:12:12 2006 UTC (3 years, 9 months ago) by tomdz
File length: 1249 byte(s)
Diff to previous 359071 (colored)
Added Oracle 10 platform
Enhanced/fixed Oracle platforms

Revision 359071 - (view) (annotate) - [select for diffs]
Modified Mon Dec 26 15:54:24 2005 UTC (3 years, 10 months ago) by tomdz
File length: 1186 byte(s)
Diff to previous 331005 (colored)
Added commons-codec lib used for Base64 encoding

Revision 331005 - (view) (annotate) - [select for diffs]
Modified Sat Nov 5 15:38:01 2005 UTC (4 years ago) by tomdz
File length: 1069 byte(s)
Diff to previous 330383 (colored)
Update to commons-lang 2.1
Update to development version of betwixt in anticipation of fix for http://issues.apache.org/bugzilla/show_bug.cgi?id=37369
Slight simplification of the betwixt mapping

Revision 330383 - (view) (annotate) - [select for diffs]
Modified Wed Nov 2 23:36:21 2005 UTC (4 years ago) by mvdb
File length: 1097 byte(s)
Diff to previous 329491 (colored)
Not also exporting jars if you use project dependencies.

Revision 329491 - (view) (annotate) - [select for diffs]
Modified Sat Oct 29 23:14:54 2005 UTC (4 years ago) by tomdz
File length: 985 byte(s)
Diff to previous 292045 (colored)
Rewrote DataWriter to use StAX for generating the data XML file (fix for DDLUTILS-30)
Added commands for writing data from the database to a file to both Ant tasks
Added ability to specify converters for the data writer
The writeDataToFile command now uses the tableHints variant of Platform#query which makes it work with PostgreSQL and others (which do not return enough metadata info to determine tables from the result set)
Updated documentation of the ant tasks
Updated documentation of the Api usage to reflect the changes made to the platform concerning reading the model from the database

Revision 292045 - (view) (annotate) - [select for diffs]
Modified Tue Sep 27 20:55:42 2005 UTC (4 years, 1 month ago) by tomdz
File length: 927 byte(s)
Diff to previous 291766 (colored)
Source:
  Updated to commons-beanutils 1.7
  Fixed bug in Microsoft Sql Server and Sybase sql builders
  Removed superfluous org.apache.ddlutils.type package

Documentation
  Updated Ant task and Api usage documentation
  Updated documentation to Forrest 0.7
  Added Checkstyle target to the build file that (for now) checks the Javadoc of DdlUtils
  Enhanced Javadoc and fixed Javadoc errors
  Added package.html files

Revision 291766 - (view) (annotate) - [select for diffs]
Modified Mon Sep 26 22:13:18 2005 UTC (4 years, 1 month ago) by tomdz
File length: 927 byte(s)
Diff to previous 240460 (colored)
Updated to newer Ant (1.6.5)
Updated to newer Forrest (0.7)
Updated ant task documentation

Revision 240460 - (view) (annotate) - [select for diffs]
Modified Sat Aug 27 21:44:57 2005 UTC (4 years, 2 months ago) by tomdz
File length: 927 byte(s)
Diff to previous 226581 (colored)


Revision 226581 - (view) (annotate) - [select for diffs]
Modified Sat Jul 30 21:18:03 2005 UTC (4 years, 3 months ago) by tomdz
File length: 927 byte(s)
Diff to previous 226549 (colored)
Fixed Eclipse project so that tests and normal classes are generated in the same folders as the Ant build file specifies

Revision 226549 - (view) (annotate) - [select for diffs]
Modified Sat Jul 30 17:04:04 2005 UTC (4 years, 3 months ago) by tomdz
File length: 906 byte(s)
Diff to previous 201602 (colored)
Removed old jelly-based DDL generation
Added tests for modified querying in DynaSQL
Removed old/obsolete unit tests

Revision 201602 - (view) (annotate) - [select for diffs]
Modified Fri Jun 24 12:20:36 2005 UTC (4 years, 5 months ago) by tomdz
File length: 1034 byte(s)
Diff to previous 190562 (colored)
Updated to commons-digester 1.7
Added ability to parse the data XML case insensitively

Revision 190562 - (view) (annotate) - [select for diffs]
Modified Tue Jun 14 07:09:43 2005 UTC (4 years, 5 months ago) by tomdz
File length: 1034 byte(s)
Diff to previous 168402 (colored)
Enhanced data import facility:

* pluggable converters are now used to convert the textual value representation from the XML file to the target SQL data type
* the data insertion into the database uses now the access methods offered by the statement interface (e.g. setDate)
* the beans read from the XML file are now ordered according to the foreignkey relationships between them; this ensures that a bean is inserted only if all beans that it depends upon are already in the database

Revision 168402 - (view) (annotate) - [select for diffs]
Modified Thu May 5 20:51:19 2005 UTC (4 years, 6 months ago) by tomdz
File length: 1658 byte(s)
Diff to previous 161480 (colored)
Started unit tests for the builders

Revision 161480 - (view) (annotate) - [select for diffs]
Modified Fri Apr 15 15:09:56 2005 UTC (4 years, 7 months ago) by jmcnally
File length: 908 byte(s)
Diff to previous 147517 (colored)
Copied trunk and empty branches and tags directories from commons-sandbox-sql


Revision 147517 - (view) (annotate) - [select for diffs]
Modified Sat Jul 17 13:14:42 2004 UTC (5 years, 4 months ago) by tomdz
Original Path: jakarta/commons/sandbox/sql/trunk/.classpath
File length: 908 byte(s)
Diff to previous 147516 (colored)
Updated libraries

Revision 147516 - (view) (annotate) - [select for diffs]
Modified Sat Jul 17 10:27:22 2004 UTC (5 years, 4 months ago) by tomdz
Original Path: jakarta/commons/sandbox/sql/trunk/.classpath
File length: 1054 byte(s)
Diff to previous 147490 (colored)
Build process now uses plain Ant (no maven anymore)

Revision 147490 - (view) (annotate) - [select for diffs]
Added Wed Feb 5 08:08:40 2003 UTC (6 years, 9 months ago) by jstrachan
Original Path: jakarta/commons/sandbox/sql/trunk/.classpath
File length: 1886 byte(s)
Applied patches kindly supplied by Tim Anderson which use Jelly to generate the SQL DDL for databases. This provides a flexilble way to customize and change how the SQL gets generated.

This would make an ideal Maven plugin! :-)

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2