Log of /db/torque/maven-plugin/trunk/plugin.properties
Parent Directory
|
Revision Log
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
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
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 !!!!
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.