Re: Java heap space
Tobias Downer <[email protected]> Fri, 15 Sep 2006 15:28:14 -0700
| Newsgroups | gmane.comp.db.mckoi |
|---|---|
| Message-ID | <[email protected]> |
Stefaan, Thank you for finding this bug. I need to check through this code myself and I'll be applying this fix to my development version today. The 1.5 syntax changes and many other code changes will be rolled out in the next version of Mckoi. Toby. Stefaan A Eeckels wrote: > On Fri, 15 Sep 2006 09:31:57 -0700 (PDT) > Gonzalo "Díaz" <[email protected]> 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. --------------------------------------------------------------- Mckoi SQL Database mailing list http://www.mckoi.com/database/ To unsubscribe, send a message to [email protected]