Changelog Report

Total number of change sets: 1

Changes between 2005-06-21 and 2005-07-22

Total Commits: 21 Total Number of Files Changed: 28

Date Author File/Message
2005-07-20 20:39:56 Thomas Fischer

project.properties v 1.5

updated the informations about the remote repository to work with the current maven version
2005-07-20 20:33:28 Thomas Fischer

src/templates/project.properties v 1.1

added properties for upload to foreign directories
2005-07-19 13:32:00 Thomas Fischer

src/conf/build-torque.xml v 1.14

change version to torque-3.2-rc1
2005-07-19 13:31:59 Thomas Fischer

project.xml v 1.22

change version to torque-3.2-rc1
2005-07-19 13:27:25 Thomas Fischer

xdocs/properties-reference.xml v 1.10

correct the default directory for the schema.xml files
2005-07-19 13:26:17 Thomas Fischer

src/conf/default.properties v 1.10

changed the default source directory for the schema.xml files to match the maven default
2005-07-19 13:24:51 Thomas Fischer

maven.xml v 1.13

include default.properties and schema in build
2005-07-19 13:23:56 Thomas Fischer

build.xml v 1.3

for building from source, only maven is supported.
2005-07-18 04:41:54 Thomas Fischer

src/templates/.cvsignore v 1.1

ignore the target package
2005-07-18 04:13:00 Thomas Fischer

src/java/org/apache/torque/engine/platform/PlatformInterbaseImpl.java v 1.6

added mapping for BIT, specified string size for booleanchar
2005-07-18 04:09:04 Thomas Fischer

src/conf/build-torque.xml v 1.13

src/conf/default.properties v 1.9

src/templates/project.xml v 1.1

create extra jar for the generator templates to keep the structure of the generator jar sane.
2005-07-18 04:08:59 Thomas Fischer

src/conf/build.properties v 1.6

create extra jar for the generator templates to keep the structure of the generator jar sane.
2005-07-18 04:00:39 Thomas Fischer

src/conf/build-src.properties v 1.1

moved default target and resources from the generator's maven.xml to its project.xml added a hack to resolve dependency on project-base.xml for the generator source distribution removed the templates from the binary distribution. They will be released in a separate artifact.
2005-07-18 03:59:54 Thomas Fischer

maven.xml v 1.12

project.properties v 1.4

project.xml v 1.21

moved default target and resources from the generator's maven.xml to its project.xml added a hack to resolve dependency on project-base.xml for the generator source distribution removed the templates from the binary distribution. They will be released in a separate artifact.
2005-07-08 17:47:56 Thomas Fischer

checkstyle-license.txt v 1.1

license template to make checkstyle happy
2005-07-08 17:27:52 Thomas Fischer

src/conf/build-torque.xml v 1.12

updated to reflect change of library versions in src/generator/project.xml
2005-07-08 17:26:12 Thomas Fischer

project.xml v 1.20

updated most libaries to the newest available stable version
2005-07-02 19:27:07 Thomas Fischer

src/conf/build.properties v 1.5

added mssql to the set of possible choices for the database
2005-06-27 21:34:10 Thomas Fischer

src/dtd/database.dtd v 1.8

src/java/org/apache/torque/engine/database/model/Column.java v 1.29

src/templates/om/Object.vm v 1.25

src/templates/om/ObjectWithManager.vm v 1.20

Added a "protected" attribute to the column which van be used to make getters and setters for the column protected. This can be helpful if Torque manages inheritance. Thanks to Jonthan Purvis for the Patch. See TRQS306 in scarab
2005-06-27 20:34:41 Thomas Fischer

src/templates/om/Peer.vm v 1.16

If a MapBuilder cannot be instantiated when initializing a Peer class, a Runtime Exception is now thrown instead of just logging the error
2005-06-26 06:49:59 Thomas Fischer

src/java/org/apache/torque/engine/database/transform/XmlToAppData.java v 1.15

The generator now validates the schema.xml against its DTD and throws an error if the shema.xml does not satisfy the DTD