Re: Java heap space
"Antonello Provenzano" <[email protected]> Fri, 15 Sep 2006 20:38:50 +0200
| Newsgroups | gmane.comp.db.mckoi |
|---|---|
| Message-ID | <[email protected]> |
Unfortunately, the project is dead, that means these valuable modifications can only be shared between users but they won't never arrive to be applied to official project repository. On 9/15/06, Gonzalo Díaz <[email protected]> wrote: > Understood. > Hey, if you can access the CVS repository, let me > know. I can ping but not login (connection refused). > Maybe it's just a firawall problem, Ill try again from > home. > Regards > > Gonzalo > > --- Stefaan A Eeckels <[email protected]> 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. > > > > -- > > Stefaan > > -- > > As complexity rises, precise statements lose > > meaning, > > and meaningful statements lose precision. -- Lotfi > > Zadeh > > > > > > > --------------------------------------------------------------- > > Mckoi SQL Database mailing list > > http://www.mckoi.com/database/ > > To unsubscribe, send a message to > > [email protected] > > > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > > --------------------------------------------------------------- > Mckoi SQL Database mailing list http://www.mckoi.com/database/ > To unsubscribe, send a message to [email protected] > > --------------------------------------------------------------- Mckoi SQL Database mailing list http://www.mckoi.com/database/ To unsubscribe, send a message to [email protected]