At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/telco-6.3
------------------------------------------------------------
revno: 264
revision-id: mtaylor@stripped
parent: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: telco-6.3
timestamp: Tue 2007-12-04 10:38:04 -0800
message:
Merged.
modified:
README readme-20070228020914-u2pk759xg7thauwf-7
java/Makefile.am makefile.am-20070415032352-9dpe6aurqcnuwcrd-1
------------------------------------------------------------
revno: 192.1.25.1.107
revision-id: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: devel
timestamp: Tue 2007-12-04 10:34:37 -0800
message:
Updated instructions in README file.
modified:
README readme-20070228020914-u2pk759xg7thauwf-7
------------------------------------------------------------
revno: 192.1.25.1.106
revision-id: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: devel
timestamp: Tue 2007-12-04 10:31:33 -0800
message:
Added MGM/J example program to the build process.
modified:
java/Makefile.am makefile.am-20070415032352-9dpe6aurqcnuwcrd-1
=== modified file 'README'
--- a/README 2007-11-26 02:46:11 +0000
+++ b/README 2007-12-04 18:38:04 +0000
@@ -1,6 +1,8 @@
NDB/Connectors project.
-Things are built with a normal ./configure; make. There is no make install yet.
+Things are built with a normal ./configure; make.
+
+make install will install things, but isn't fully tested yet and YMMV between languages.
Python and Perl should install totally properly. Java will install the JNI libs properly
and should put the jar files in ${prefix}/share/java.
If you pulled from bzr and didn't get a tarball, you'll need to run autogen.sh first.
@@ -10,3 +12,4 @@
Currently, the entire API's of the NDB API and MGM API are supported, although async
transactions are only implemented in Java, Python and Perl and there are some datatype
conversions that are missing.
+ATTENTION: If you are using 64-bit system and 64-bit MySQL, you need to also use a 64-bit
JVM.
=== modified file 'java/Makefile.am'
--- a/java/Makefile.am 2007-12-04 09:42:22 +0000
+++ b/java/Makefile.am 2007-12-04 18:31:33 +0000
@@ -64,6 +64,7 @@
CLEANFILES = $(BUILT_SOURCES) ${builddir}/*class ${builddir}/*log ${builddir}/ndbj.jar
${builddir}/mgmj.jar ${builddir}/ndbj.h ${builddir}/mgmj.h
${package_builddir}/ndbj/*class ${package_builddir}/mgmj/*class testsuite/*class
testsuite/ndbj/*class ${package_builddir}/ndbj/*Ref.java ${package_builddir}/examples
$(DEPRECATED_FILES)
MGMAPI_JAVA_SRC = ${package_srcdir}/mgmj/NdbMgmException.java \
+ ${package_srcdir}/mgmj/examples/SampleMGMJ.java \
${srcdir}/testsuite/BaseMgmjTestCase.java \
${srcdir}/testsuite/BaseTestCase.java \
${srcdir}/testsuite/mgmj/*.java
@@ -288,6 +289,8 @@
${package_builddir}/mgmj/NdbMgmException.class \
${package_builddir}/mgmj/*Event.class \
${package_builddir}/mgmj/BackupStartOption.class \
+ ${package_builddir}/mgmj/examples/SampleMGMJ.class \
+ ${package_builddir}/mgmj/examples/TransReportListener.class \
${builddir}/testsuite/BaseTestCase.class \
${builddir}/testsuite/BaseMgmjTestCase.class \
${builddir}/testsuite/mgmj/*.class
| Thread |
|---|
| • Rev 264: Merged. in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/telco-6.3 | Monty Taylor | 4 Dec |