Log of /db/ojb/branches/OJB_1_0_RELEASE/build.properties
Parent Directory
|
Revision Log
Revision
615718 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jan 28 02:50:09 2008 UTC
(21 months, 4 weeks ago)
by
arminw
File length: 8631 byte(s)
Diff to
previous 538732
(
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
365230 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 21 22:19:39 2005 UTC
(3 years, 11 months ago)
by
tomdz
File length: 7652 byte(s)
Diff to
previous 365197
(
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
364887 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 9 20:03:22 2005 UTC
(4 years, 3 months ago)
by
aclute
File length: 7435 byte(s)
Diff to
previous 364712
(
colored)
[OJB-10] -- Changes to create pluggable ProxyFactories. Default JDK is available, as well as a new CGLIB-based implementation that allows for proxies to be generated from classes that do not implement an interface.
This is a backport of a feature added to HEAD.
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: 7104 byte(s)
Diff to
previous 364081
(
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
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.properties
File length: 5883 byte(s)
Diff to
previous 363841
(
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.properties
File length: 5595 byte(s)
Diff to
previous 363763
(
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.properties
File length: 5434 byte(s)
Diff to
previous 363589
(
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.properties
File length: 4570 byte(s)
Diff to
previous 363106
(
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.)
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.