On Fri, 15 Sep 2006 09:31:57 -0700 (PDT)
Gonzalo "Díaz" <kalos_listas yahoo.com> wrote:
> Has this patch been applied to the nighty build?
No, I don't have access to the CVS repository. I'm in no
way involved
with the development of McKoi - I'm just a very happy user.
> Sorry for asking this, I don't know how your build
> process works. I got the nighty build but the error
> persists.
Here's the build script I use:
#!/bin/ksh
[ ! -d lib ] && mkdir lib
javac -classpath src:lib:gnu-regexp-1.1.4.jar -d lib/ \
src/com/mckoi/runtime/McKoiDBMain.java \
src/com/mckoi/JDBCDriver.java \
src/com/mckoi/database/jdbcserver/DefaultLocalBootable.java
\
src/com/mckoi/database/interpret/*.java \
src/com/mckoi/database/control/*.java \
src/com/mckoi/tools/*.java \
src/com/mckoi/database/regexbridge/*.java
[ $? -eq 0 ] && (
cd lib
rm -f mckoidb.jar
jar cvf mckoidb.jar com
)
> Are users supposed to chec out from CVS and apply the
> patch isolatedly instead?
I patched against the 1.0.3 version. It should be possible
to apply the
patch to the CVS version but I haven't tried. I'll do it
later tonight
if the dinner with my in-laws doesn't leave me too
inebriated .
>
> PS: While I am at it, I would like to volunteer for
> replacing all the "enum" variable names by
something
> else, to see if i can be compiled in 1.5.
The patch I included does that.
--
Stefaan
--
As complexity rises, precise statements lose meaning,
and meaningful statements lose precision. -- Lotfi Zadeh
------------------------------------------------------------
---
Mckoi SQL Database mailing list http://www.mckoi.com/d
atabase/
To unsubscribe, send a message to mckoidb-unsubscribe mckoi.com
|