/[Apache-SVN]/db/torque/maven-plugin/trunk/plugin.properties
ViewVC logotype

Log of /db/torque/maven-plugin/trunk/plugin.properties

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 499556 - (view) (annotate) - [select for diffs]
Modified Wed Jan 24 20:23:57 2007 UTC (2 years, 10 months ago) by tfischer
File length: 7600 byte(s)
Diff to previous 473817 (colored)
The base classes and the non-base-classes can now be generated into two different directories.
In the maven 2 plugin, the default behaviour is to generate the base classes into a subdirectory of target and the non-base classes in a subdirectory of src.
In maven 1 and ant, the default is to use the same directory for both the base and non-base classes.

Revision 473817 - (view) (annotate) - [select for diffs]
Modified Sat Nov 11 22:32:42 2006 UTC (3 years ago) by tv
File length: 7465 byte(s)
Diff to previous 430883 (colored)


Revision 430883 - (view) (annotate) - [select for diffs]
Modified Fri Aug 11 20:22:37 2006 UTC (3 years, 3 months ago) by tfischer
File length: 7279 byte(s)
Diff to previous 373352 (colored)
Changed default package for generated classes from org.apache.torque to torque.generated
Thanks to Greg Monroe for suggestuing this.
Fixes TORQUE-37.

Revision 373352 - (view) (annotate) - [select for diffs]
Modified Sun Jan 29 20:35:08 2006 UTC (3 years, 9 months ago) by tfischer
File length: 7280 byte(s)
Diff to previous 327832 (colored)
Added java5 generics support
Added table description from the schema.xml to the comment of the generated classes
removed some unnecessary casts from the Peer class
Thanks a lot to Thoralf Rickert for the patch

Revision 327832 - (view) (annotate) - [select for diffs]
Modified Sun Oct 23 18:28:20 2005 UTC (4 years, 1 month ago) by tfischer
File length: 7245 byte(s)
Diff to previous 239621 (colored)
define subpackage defaults in the properties files of the mavem plugin and the ant build instead of in the templates

Revision 239621 - (view) (annotate) - [select for diffs]
Modified Wed Aug 24 12:10:53 2005 UTC (4 years, 3 months ago) by henning
File length: 7151 byte(s)
Diff to previous 239620 (colored)
remove trailing blanks


Revision 239620 - (view) (annotate) - [select for diffs]
Modified Wed Aug 24 12:09:55 2005 UTC (4 years, 3 months ago) by henning
File length: 7152 byte(s)
Diff to previous 239543 (colored)
Updated license information


Revision 239543 - (view) (annotate) - [select for diffs]
Modified Wed Aug 24 07:22:57 2005 UTC (4 years, 3 months ago) by henning
File length: 7285 byte(s)
Diff to previous 234340 (colored)
move maven-plugin in place

Revision 234340 - (view) (annotate) - [select for diffs]
Modified Sun Aug 21 21:08:48 2005 UTC (4 years, 3 months ago) by henning
Original Path: db/torque/branches/svn-reorganisation-branch/maven-plugin/trunk/plugin.properties
File length: 7285 byte(s)
Diff to previous 234249 (colored)
renamed plugin to maven-plugin


Revision 234249 - (view) (annotate) - [select for diffs]
Modified Sun Aug 21 15:41:02 2005 UTC (4 years, 3 months ago) by henning
Original Path: db/torque/branches/svn-reorganisation-branch/plugin/trunk/plugin.properties
File length: 7285 byte(s)
Diff to previous 232837 (colored)
copy plugin

Revision 232837 - (view) (annotate) - [select for diffs]
Modified Mon Aug 15 17:36:54 2005 UTC (4 years, 3 months ago) by tfischer
Original Path: db/torque/trunk/src/maven-plugin/plugin.properties
File length: 7285 byte(s)
Diff to previous 229693 (colored)
- Added a method getXXX(connection) to retrieve associated objects in the n->1 direction, which uses the provided connection if a db hit is necessary 
- Added a generator property torque.silentDbFetch, which is true by default. If set to false, the getXXX() methods without arguments will not access the db silently, but return null if the associated objects has not been read yet. Also, these methods do not throw a Torque exception any more if silentDbFetch is false.
- Fixed a few misplaced spaces and differences between Object.vm and ObjectWithManager.vm

Revision 229693 - (view) (annotate) - [select for diffs]
Modified Mon Mar 28 18:25:28 2005 UTC (4 years, 8 months ago) by tfischer
Original Path: db/torque/trunk/src/maven-plugin/plugin.properties
File length: 7097 byte(s)
Diff to previous 229664 (colored)
Added a new functionality which allows automatic creation of Beans for Torque objects.
Methods are supplied to create Beans from Data objects and vice versa.
A test case and documentation is also included.

To run the runtimetest successfully, the following line must be added to the profile
torque.generateBeans=true
This was added to all generic profiles, but not to people's personal profiles in cvs.

Revision 229664 - (view) (annotate) - [select for diffs]
Modified Mon Jan 31 19:43:59 2005 UTC (4 years, 9 months ago) by tfischer
Original Path: db/torque/trunk/src/maven-plugin/plugin.properties
File length: 6983 byte(s)
Diff to previous 229553 (colored)
Merged the TORQUE_3_1_Branch into HEAD.
The 3_1_Branch was tagged before merging with TORQUE_3_1_BRANCH_BEFORE_MERGE
the HEAD was tagged before merging with TORQUE_HEAD_BEFORE_MERGE_OF_3_1_BRANCH

The basic idea was to take the generator from HEAD and the runtime and maven plugin from 3_1_BRANCH.
Because quite a few changes have amounted, I changed the name of the current version to 3.2

A detailed changelog can be found at the developers mailing list, the title of the mail is
changelog: merge of Torque_3_1_BRANCH with HEAD

I checked that the runtimetest runs against a Oracle 9.2 database.

Things which definitely need checking are
- check postgresql and Derby support
- The docs/changes.html page is not generated by "maven xdoc".
No idea why, but it is also not generated in the 3_1_Branch. They also do not appear on the website...

Although I tried to be very cautios, there are many changes and chances are that some bugs have sneaked in.
PLEASE TEST THIS !!!!

Revision 229553 - (view) (annotate) - [select for diffs]
Modified Sat Sep 4 13:28:58 2004 UTC (5 years, 2 months ago) by seade
Original Path: db/torque/trunk/src/maven-plugin/plugin.properties
File length: 5535 byte(s)
Diff to previous 229520 (colored)
Changed the default property value for torque.output.dir from maven.build.dest to maven.build.dir.
The properties reference was updated accordingly and a few missing properties were also documented.

Revision 229520 - (view) (annotate) - [select for diffs]
Modified Wed Aug 25 01:02:23 2004 UTC (5 years, 3 months ago) by seade
Original Path: db/torque/trunk/src/maven-plugin/plugin.properties
File length: 5536 byte(s)
Diff to previous 229355 (colored)
ASL 2.0

Revision 229355 - (view) (annotate) - [select for diffs]
Modified Sun Dec 7 13:23:59 2003 UTC (5 years, 11 months ago) by mpoeschl
Original Path: db/torque/trunk/src/maven-plugin/plugin.properties
File length: 4785 byte(s)
Diff to previous 229288 (colored)
drop support for old properties

Revision 229288 - (view) (annotate) - [select for diffs]
Added Thu Oct 23 10:19:48 2003 UTC (6 years, 1 month ago) by mpoeschl
Original Path: db/torque/trunk/src/maven-plugin/plugin.properties
File length: 6085 byte(s)
move maven-plugin back to our repo (as maven allows to define plugins as dependencies there is no need for the torque plugin to be part of the maven project .. and we have better control in our own repo)

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