RE: [Ursus-developers] Problems with imports
Status: Alpha
Brought to you by:
agsjr
|
From: Oleg P. <ol...@ya...> - 2005-08-16 04:42:35
|
Anthony,
a few things
1. I have managed to plug in PostgreSQL database
instead of MySQL. The only
thing I didn't like is I had to modify build.xml to
tell compiler to include
PostgreSQL jdbc driver into server.jar. Below is the
fragment of build.xml
I've changed :
<jar destfile = "${ursus-server}/Server.jar"
basedir = "${build}/classes"
includes =
"ursus/server/**,ursus/io/**,ursus/common/**">
<manifest>
<attribute name = "Main-Class" value =
"ursus.server.Server"/>
<attribute name = "Class-Path" value =
"lib/backport-util-concurrent.jar lib/pg74jdbc3.jar"/>
</manifest>
</jar>
It would be great if I just need to modify
serverconftemplate.xml only.
You mentioned something about that in the doc, but
it's not clear how to do
that.
2. The Documentation says all I need for testing is
two tables:
Groups and personas. It seems like it's not true any
more. The server
required users table as well when I ran server and
client. Could you please
check the structure of your database for me. It's good
idea always keep the
latest structure in CVS.
Thanks,
Oleg
-----Original Message-----
From: urs...@li...
[mailto:urs...@li...]
On Behalf Of Anthony
Salem
Sent: Sunday, August 14, 2005 10:52 PM
To: urs...@li...
Subject: [Ursus-developers] Problems with imports
Oleg,
I built a new jar archive from the backport, perhaps
there was something
wrong, I don't know. The new .jar has been commited
to CVS. Maybe that
will fix the problem...
-Anthony
_________________________________________________________________
Dont just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01/
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software
Conference & EXPO
September 19-22, 2005 * San Francisco, CA *
Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects &
Teams * Testing & QA
Security * Process Improvement & Measurement *
http://www.sqe.com/bsce5sf
_______________________________________________
Ursus-developers mailing list
Urs...@li...
https://lists.sourceforge.net/lists/listinfo/ursus-developers
--
Internal Virus Database is out-of-date.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 267.9.2 - Release
Date: 7/19/2005
--
Internal Virus Database is out-of-date.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 267.9.2 - Release
Date: 7/19/2005
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
|