Log of /db/ojb/branches/OJB_1_0_RELEASE/build.xml
Parent Directory
|
Revision Log
Revision
615718 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jan 28 02:50:09 2008 UTC
(22 months ago)
by
arminw
File length: 86403 byte(s)
Diff to
previous 581414
(
colored)
exclude outdated/discontinued sources from the release
improve the 'source' task
separate the JDO prototype classes from normal build generation
use DdlUtils as default utility to setup OJB's test-suite
improve the 'ojb-blank' task
add task to run the ojb-blank examples (TODO: doesn't work, fix this)
declare jars shipped with OJB source distribution in build.properties file
Revision
416908 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jun 24 12:35:55 2006 UTC
(3 years, 5 months ago)
by
tomdz
File length: 77222 byte(s)
Diff to
previous 415210
(
colored)
Added support for the shutdown of (embedded) databases like Hsqldb when preparing the test database via DdlUtils
Revision
365230 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 21 22:19:39 2005 UTC
(3 years, 11 months ago)
by
tomdz
File length: 75333 byte(s)
Diff to
previous 365205
(
colored)
Added checkstyle target in the build file (currently it only checks for Javadoc problems and that there is the correct license present in the source files)
Revision
365205 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 13 20:29:20 2005 UTC
(3 years, 11 months ago)
by
tomdz
File length: 74362 byte(s)
Diff to
previous 365197
(
colored)
Added task that allows to insert data defined in terms of the repository via DdlUtils
Updated Derby platform
Revision
365030 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Oct 6 21:02:22 2005 UTC
(4 years, 1 month ago)
by
arminw
File length: 69495 byte(s)
Diff to
previous 364800
(
colored)
update Torque to version 3.1.1, update hsql to version 1.8.0.2, merge DB profiles with HEAD, update commons-collections to version 3.1
Revision
364800 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Apr 30 17:35:36 2005 UTC
(4 years, 6 months ago)
by
mkalen
File length: 69523 byte(s)
Diff to
previous 364789
(
colored)
Split API+Forrest doc target (run sitedoc-generate f�r no-fuzz forrest run). Fix ancient TODO, new default target="jar" per requests from users.
Revision
364789 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 26 22:03:19 2005 UTC
(4 years, 7 months ago)
by
arminw
File length: 70731 byte(s)
Diff to
previous 364774
(
colored)
remove outdated performance test
introduce new package 'compare' to bunch all performance comparision tests
Revision
364753 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 10 18:28:21 2005 UTC
(4 years, 7 months ago)
by
mkalen
File length: 72971 byte(s)
Diff to
previous 364550
(
colored)
Upgrade ANTLR to v2.7.5. Re-generate lexers/parsers from *.g. Tweak oql grammar to optimize some imports. Bump copyright years, update Eclipse classpaths and docs.
Revision
364514 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 9 21:06:11 2005 UTC
(4 years, 9 months ago)
by
tomdz
File length: 71569 byte(s)
Diff to
previous 364512
(
colored)
Moved Ant check into doc target as the stable branch ships with Ant and thus does not require an Ant installation to compile (only to build the docs)
Revision
364484 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 25 20:02:35 2005 UTC
(4 years, 10 months ago)
by
tomdz
File length: 71347 byte(s)
Diff to
previous 364480
(
colored)
Simplified and enhanced environment check for building OJB
Removed the need for j2ee.jar in most cases (the geronimo jars are now used during compilation whenever possible)
Revision
364480 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jan 23 03:09:14 2005 UTC
(4 years, 10 months ago)
by
arminw
File length: 70896 byte(s)
Diff to
previous 364465
(
colored)
checked in a first version of a two-level cache
do remove some unused ObjectCache implementations
update the docs
fix/update test cases
try to fix concurrency problems in locking package
Revision
364440 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 11 22:15:02 2005 UTC
(4 years, 10 months ago)
by
tomdz
File length: 68596 byte(s)
Diff to
previous 364431
(
colored)
Restructured samples a bit:
* moved to their own top-level folder, with each tutorial and the misc samples in their own directories
* adjusted build script accordingly
* removed samples and enhance-jdo compilation step from the main build script (is included in the quickstart target)
Revision
364324 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 29 20:43:13 2004 UTC
(4 years, 11 months ago)
by
tomdz
File length: 69378 byte(s)
Diff to
previous 364286
(
colored)
Fixed eclipse-project files in ojb-blank so that they are now automatically using the correct ojb-jar name
Revision
364282 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 22 09:04:10 2004 UTC
(5 years ago)
by
tomdz
File length: 67182 byte(s)
Diff to
previous 364262
(
colored)
Simplified ojb-blank a bit and added batch/shell-skript generation to it
Changed ojb-quickstart to generate a quickstart archive for tutorial 1 using ojb-blank
Revision
363896 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jun 26 12:40:13 2004 UTC
(5 years, 5 months ago)
by
tomdz
Original Path:
db/ojb/trunk/build.xml
File length: 64501 byte(s)
Diff to
previous 363890
(
colored)
- removed last remains of the old maven-style documentation
- tweaked 'release' target:
- no generated doc in source and binary dist
- added '-bin' suffix to binary dists to better distinguish from ojb library jar
- additional binary dist without external dependencies
- now also leads to generates 'ojb-blank' and 'tutorials-jar'
Revision
363870 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 24 10:02:46 2004 UTC
(5 years, 5 months ago)
by
arminw
Original Path:
db/ojb/trunk/build.xml
File length: 67499 byte(s)
Diff to
previous 363855
(
colored)
- OJB270,
fix by martin kalen,
better oracle9i support, activate "validationQuery" for oracle out of the box
- remove deprecated "eager-release" entry from repository_database.xml
(only older JBoss versions need this flag)
Revision
363855 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 22 20:46:48 2004 UTC
(5 years, 5 months ago)
by
tomdz
Original Path:
db/ojb/trunk/build.xml
File length: 67083 byte(s)
Diff to
previous 363851
(
colored)
Extracted tutorial and sample classes from the test directory into their own src sub-directory (including the jdo tutorial)
New target that generates a jar containing the source of the tutorials and other samples
ojb-blank is no longer dependent upon prepare-testdb
Revision
363789 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jun 12 18:11:58 2004 UTC
(5 years, 5 months ago)
by
tomdz
Original Path:
db/ojb/trunk/build.xml
File length: 65147 byte(s)
Diff to
previous 363711
(
colored)
Removed old documentation targets and made old 'forrest' target the new 'doc' target
Forrest now builds in a subfolder of 'target' and generated documentation is then copied to the top-level folder 'doc'
Revision
363591 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 5 17:11:49 2004 UTC
(5 years, 7 months ago)
by
arminw
Original Path:
db/ojb/trunk/build.xml
File length: 61522 byte(s)
Diff to
previous 363587
(
colored)
- Add new package for OJB junit extension classes
- Add OJBTestCase, a base class for all junit tests.
This class provide a method called "ojbSkipKnownIssueProblem()"
help to skip failure tests
public void testXYZ()
{
if(ojbSkipKnownIssueProblem()) return;
// now the test began
...
}
This will skip the test by default (and print a message).
If in build.properties OJB.skip.issues=false
was set, the test wasn't skip.
- add new tests, update tests
- remove "empty" tests and test files
Revision
363398 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 1 22:11:44 2004 UTC
(5 years, 9 months ago)
by
tomdz
Original Path:
db/ojb/trunk/build.xml
File length: 59948 byte(s)
Diff to
previous 363380
(
colored)
Updated to the build-torque.xml of Torque version 3.0.2 (the previous one was of an older version)
Changed build.xml and build.properties to make use of the new torque properties naming (i.e. starting with torque.)
Revision
361130 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 25 19:29:50 2002 UTC
(7 years, 3 months ago)
by
thma
Original Path:
db/ojb/trunk/build.xml
File length: 40573 byte(s)
Diff to
previous 361118
(
colored)
for jdk1.2 exlude the reversedb stuff from compilation.
improve the junit-quick and performance targets to allow
faster debugging cycles (the mein target must now called before calling junit-quick or performance)
Revision
361117 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 23 14:16:37 2002 UTC
(7 years, 3 months ago)
by
baserose
Original Path:
db/ojb/trunk/build.xml
File length: 39981 byte(s)
Diff to
previous 361095
(
colored)
adding a test for the component stuff ( called junit-avalon )
I separated this code becase I want to test it a little more before using the
components into OJB. I have to figure out a way to manage to components (
read : where do I create my container ? ) so OJB apis and OJB internals are
components managed externally !
PR:
Obtained from:
Submitted by:
Reviewed by:
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.