Update of /cvsroot/monetdb/pathfinder/tests/BugTracker/Tests
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29765/pathfinder/tests/BugTracker/Tests

Modified Files:
        All JDBC_250_results.SF-1730556.XQUERY.bat 
        JDBC_250_results.SF-1730556.XQUERY.sh 
Log Message:

Summary:
--------

Separated MonetDB-releated Java code from "MonetDB Clients"
        clients/src/java 
into its own "MonetDB Java" CVS module 
        java 

(For time being?) "MonetDB Java" compiles just like the remaining
MonetDB-related code, and required buildtools only when compiled from CVS
source.
"MonetDB Java" does not require an other MonetDB package.
No other MonetDB package requires "MonetDB Java".
Hence, "MonetDB Java" cn be built independently of the other MonetDB
packages.


Details & Background:
---------------------

To allow implementation of versioning-, packaging-, & release-schemes for
MonetDB's Java/JDBC Support & Interface that are decoupled from the
respective schemes used for the (mainly C-based) remainder of the MonetDB
product family,
I implemented a move of the code from "clients/src/java/" into "java/", a
new separate CVS module for "MonetDB Java".

(For now?) it comes with all the infrastructure of the usual MonetDB
building process (stripped-down, though, to the limited requirements),
including `./bootstrap`, `configure`, `make`, `make check`, `sh RunMtest`,
`make dist`, `make rpm`, `make install`, & .`Mtest.py -rq`.
Version number maintenance within "java/" is done exclusively by
java/version.sh, no vertoo involved, here.

To build. the new "MonetDB Java" requires only the buildtools (and that only
when building straight from CVS).
To run `make check` and/or `Mtest.py -rq`, Mtest.py from MonetDB Common must
be available in the PATH, though.
sql and pathfinder now check for the availability of MonetDB Java before
running their Java/JDBC tests.


On the live web site, the related Current-TestWeb pages have been updated.
Updating the build documentation in the development web site still has to be
done.


Caveat:
-------
`make rpm` requesting "noarch" does not work, yet.


Index: JDBC_250_results.SF-1730556.XQUERY.bat
===================================================================
RCS file: 
/cvsroot/monetdb/pathfinder/tests/BugTracker/Tests/JDBC_250_results.SF-1730556.XQUERY.bat,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- JDBC_250_results.SF-1730556.XQUERY.bat      29 Oct 2007 20:13:45 -0000      
1.5
+++ JDBC_250_results.SF-1730556.XQUERY.bat      28 Nov 2007 16:24:00 -0000      
1.6
@@ -1,6 +1,6 @@
 @echo off
 
-set JAR="%CLIENTS_PREFIX%\share\MonetDB\lib\jdbcclient.jar"
+set JAR="%MONETDB_JAVA_PREFIX%\share\MonetDB\lib\jdbcclient.jar"
 
 echo user=monetdb>      .monetdb
 echo password=monetdb>> .monetdb

Index: JDBC_250_results.SF-1730556.XQUERY.sh
===================================================================
RCS file: 
/cvsroot/monetdb/pathfinder/tests/BugTracker/Tests/JDBC_250_results.SF-1730556.XQUERY.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- JDBC_250_results.SF-1730556.XQUERY.sh       29 Aug 2007 20:17:33 -0000      
1.1
+++ JDBC_250_results.SF-1730556.XQUERY.sh       28 Nov 2007 16:24:00 -0000      
1.2
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-pdd="`monetdb-clients-config --pkgdatadir`"
+pdd="`monetdb-java-config --pkgdatadir`"
 JAR="$pdd/lib/jdbcclient.jar"
 
 cat << EOF > .monetdb

Index: All
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/tests/BugTracker/Tests/All,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- All 26 Nov 2007 12:03:52 -0000      1.85
+++ All 28 Nov 2007 16:24:00 -0000      1.86
@@ -117,7 +117,7 @@
 attribute_access_mposjoin_error.SF-1726928
 insert_large_doc.SF-1726954
 32_docs.SF-1730617
-HAVE_JAVA?JDBC_250_results.SF-1730556
+HAVE_MONETDB_JAVA?JDBC_250_results.SF-1730556
 crash_on_concatenated_query.SF-1730547
 error_in_preceeding_axis.SF-1731850
 attribute_serialization.SF-1743442


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to